Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3520 Show correct right/wrong icons after short answer and numeric type of questions regardless of the scored mark

    • -6
    • +7
    ./pages/learning/parts/shortanswer.jsp
  1. … 1 more file in changeset.
LDEV-3504: Reduce height of Add Question page so it is all scrollable.

LDEV-3492 Change behavior results in MCQ question type with multiple answers in assessment

    • -1
    • +11
    ./pages/authoring/parts/addmultiplechoice.jsp
    • -1
    • +1
    ./pages/learning/parts/markandpenaltyarea.jsp
    • -0
    • +11
    ./pages/monitoring/parts/questionsummary.jsp
  1. … 5 more files in changeset.
LDEV-3492 Change behavior results in MCQ question type with multiple answers in assessment

    • -1
    • +11
    ./pages/authoring/parts/addmultiplechoice.jsp
    • -1
    • +1
    ./pages/learning/parts/markandpenaltyarea.jsp
    • -0
    • +11
    ./pages/monitoring/parts/questionsummary.jsp
  1. … 6 more files in changeset.
LDEV-3489 New question type for marks hedging

    • -6
    • +5
    ./includes/javascript/assessmentoption.js
    • -0
    • +226
    ./pages/authoring/parts/addmarkhedging.jsp
    • -0
    • +43
    ./pages/authoring/parts/optionhedgingmark.jsp
    • -3
    • +6
    ./pages/authoring/parts/optionlist.jsp
    • -2
    • +8
    ./pages/authoring/parts/questionlist.jsp
    • -0
    • +7
    ./pages/learning/parts/allquestions.jsp
    • -0
    • +109
    ./pages/learning/parts/markhedging.jsp
    • -2
    • +25
    ./pages/monitoring/parts/userresponse.jsp
  1. … 11 more files in changeset.
LDEV-3469 fixed "-100%" grade changing to positive

    • -1
    • +1
    ./pages/authoring/parts/gradeselector.jsp
LDEV-3489 fix results page markup

    • -3
    • +5
    ./pages/learning/parts/markhedging.jsp
LDEV-3489 New question type for marks hedging

    • -6
    • +5
    ./includes/javascript/assessmentoption.js
    • -0
    • +226
    ./pages/authoring/parts/addmarkhedging.jsp
    • -0
    • +43
    ./pages/authoring/parts/optionhedgingmark.jsp
    • -3
    • +6
    ./pages/authoring/parts/optionlist.jsp
    • -2
    • +8
    ./pages/authoring/parts/questionlist.jsp
    • -0
    • +7
    ./pages/learning/parts/allquestions.jsp
    • -0
    • +107
    ./pages/learning/parts/markhedging.jsp
    • -2
    • +25
    ./pages/monitoring/parts/userresponse.jsp
  1. … 14 more files in changeset.
LDEV-3481: Compare numbers instead of strings.

    • -1
    • +1
    ./pages/monitoring/parts/questionsummary.jsp
    • -1
    • +1
    ./pages/monitoring/parts/usersummary.jsp
  1. … 1 more file in changeset.
LDEV-3481: Compare numbers instead of strings.

    • -1
    • +1
    ./pages/monitoring/parts/questionsummary.jsp
    • -1
    • +1
    ./pages/monitoring/parts/usersummary.jsp
  1. … 1 more file in changeset.
LDEV-3481: If grade set by a teacher in Monitoring is higher than max grade, use max grade instead.

    • -1
    • +7
    ./pages/monitoring/parts/masterDetailLoadUp.jsp
    • -1
    • +16
    ./pages/monitoring/parts/questionsummary.jsp
    • -2
    • +17
    ./pages/monitoring/parts/usersummary.jsp
  1. … 2 more files in changeset.
LDEV-3481: If grade set by a teacher in Monitoring is higher than max grade, use max grade instead.

    • -1
    • +7
    ./pages/monitoring/parts/masterDetailLoadUp.jsp
    • -1
    • +16
    ./pages/monitoring/parts/questionsummary.jsp
    • -2
    • +17
    ./pages/monitoring/parts/usersummary.jsp
  1. … 2 more files in changeset.
LDEV-3472: Revert removal of libraries as they are needed for LDEV-2657.

  1. … 17 more files in changeset.
LDEV-3472: Revert removal of libraries as they are needed for LDEV-2657.

  1. … 17 more files in changeset.
LDEV-3472: Remove references to timepicker and blockUI.

  1. … 17 more files in changeset.
LDEV-3472: Remove references to timepicker and blockUI.

  1. … 18 more files in changeset.
LDEV-3469 fixed "-100%" grade changing to positive

    • -1
    • +1
    ./pages/authoring/parts/gradeselector.jsp
LDEV-3155: Fix TH flow for Assessment with Leader.

  1. … 1 more file in changeset.
LDEV-3155: Fix TH flow for Assessment with Leader.

  1. … 1 more file in changeset.
LDEV-3393 Ordering question type display correct/incorrect answers to learners now

    • -25
    • +24
    ./pages/learning/parts/essay.jsp
    • -4
    • +15
    ./pages/learning/parts/ordering.jsp
  1. … 2 more files in changeset.
LDEV-3387 * fixed issue when Autosave in Assessment breaks time limitation feature * slightly improved UI

    • -56
    • +118
    ./pages/learning/learning.jsp
  1. … 1 more file in changeset.
LDEV-3393 remove debug messages

LDEV-3393 Ordering question type display correct/incorrect answers to learners now

    • -25
    • +24
    ./pages/learning/parts/essay.jsp
    • -4
    • +16
    ./pages/learning/parts/ordering.jsp
  1. … 2 more files in changeset.
LDEV-3387 * fixed Autosave in Assessment breaks time limitation feature * slightly improved UI

    • -56
    • +118
    ./pages/learning/learning.jsp
  1. … 1 more file in changeset.
LDEV-3335, LDEV-3340: Remove a filter which sets inactive timeout in sessions. With new SSO it is just needed in Central and it is already taken care of by SessionListener.

  1. … 33 more files in changeset.
LDEV-3335, LDEV-3334: Add session and cookie configuration to jboss-all.xml. Remove obsolete configuration from web.xml files.

  1. … 35 more files in changeset.
LDEV-3335, LDEV-3334: Use SSO mechanism introduced in WildFly 9. Do not create web.xml files with XDoclet as it can not produce them based on 3.1 schema. Use static ones instead. Make SessionManager just a proxy to webserver's HTTP session. Remov custom shared sessions and JSESSIONIDSSO cookie as they are obsolete. Remove own session monitoring as the container should take care of invalidation. Move injecting UserDTO into session to SsoHandler intead of UniversalLoginModule as an authentication request may not reach the latter due to WildFly credentials caching.

  1. … 226 more files in changeset.
LDEV-3313 Don't refresh learner results page for non-leaders

LDEV-3315: Clean up roles and paths to secured resources in all modules. Remove AUTHOR ADMIN role.

  1. … 72 more files in changeset.
LDEV-3315: Remove AUTHOR ADMIN role. Allow AUTHOR role to preview lessons. Allow MONITOR role to edit activities and run Live Edit.

  1. … 72 more files in changeset.