lams_tool_assessment

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3147 Get rid of 'supports_run_offline_flag' and 'define_later_url' columns from lams_tool table

  1. … 31 more files in changeset.
LDEV-4180: Remove help_text from lams_learning_activity as it is take from i18n files anyway.

  1. … 28 more files in changeset.
LDEV-4180: Remove patches for dropping DB tables as we never use them.

    • -13
    • +0
    ./db/sql/drop_lams_tool_assessment.sql
  1. … 35 more files in changeset.
LDEV-4180: Reintroduce define_later in Assessment as we still use it.

    • -2
    • +3
    ./db/sql/create_lams_tool_assessment.sql
LDEV-4180: Make DB patches produce up-to-date structure during build instead of applying multiple patches.

Get rid of unnecessary tables and keys.

Modify boolean columns to tinyint(1)

Simplify patches where possible.

    • -110
    • +130
    ./db/sql/create_lams_tool_assessment.sql
    • -8
    • +8
    ./db/sql/drop_lams_tool_assessment.sql
  1. … 216 more files in changeset.
file patch20170101.sql was initially added on branch lams2_head_wildfly.

  1. … 24 more files in changeset.
LDEV-4240: Making the import question widget look consistent with the import QTI widget. Also added validation on front end to check that the file is an XML file.

    • -1
    • +0
    ./web/pages/authoring/importQuestions.jsp
LDEV-4240: Making the import question widget look consistent with the import QTI widget. Also added validation on front end to check that the file is an XML file.

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringButton.tag
    • -0
    • +17
    ./web/WEB-INF/tags/WaitingSpinner.tag
    • -16
    • +31
    ./web/pages/authoring/importQuestions.jsp
file FileUpload.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/FileUpload.tag
file WaitingSpinner.tag was initially added on branch lams2_head_wildfly.

    • -0
    • +0
    ./web/WEB-INF/tags/WaitingSpinner.tag
LDEV-4228: Updated double submission handling to match other tools done recently for LDEV-4208. Buttons are disabled after validation and notebook is fixed.

LDEV-4201: remove feedback formatting from questions

    • -12
    • +3
    ./web/pages/learning/parts/markhedging.jsp
    • -1
    • +1
    ./web/pages/learning/parts/numerical.jsp
    • -2
    • +2
    ./web/pages/learning/parts/ordering.jsp
    • -1
    • +1
    ./web/pages/learning/parts/shortanswer.jsp
    • -3
    • +3
    ./web/pages/learning/parts/truefalse.jsp
LDEV-4201: remove feedback formatting from questions

    • -2
    • +2
    ./web/pages/learning/parts/ordering.jsp
LDEV-4174 Show correct feedback (tick sign) in cases when selected option has grade more that zero

    • -3
    • +2
    ./web/pages/learning/parts/numerical.jsp
LDEV-4209: Disable Submit All, Next Activity and Finish buttons after clicking to prevent double submit.

LDEV-4202 Fixed jQuery [value=] selector which started to work differently since jQuery 1.4.3

LDEV-4201: remove feedback formatting from questions

    • -12
    • +3
    ./web/pages/learning/parts/markhedging.jsp
    • -1
    • +1
    ./web/pages/learning/parts/numerical.jsp
    • -1
    • +1
    ./web/pages/learning/parts/shortanswer.jsp
    • -3
    • +3
    ./web/pages/learning/parts/truefalse.jsp
LDEV-4197: Use exact methods (insert, update) instead of a general one (save) in order to detect double save.

LDEV-4187: Get an learner's status from the tool for a particular tool session, which can be used to regenerate learner progress.

  1. … 12 more files in changeset.
LDEV-4194: When editing an Assessment activity, fetch the original creator as the current editor (possibly monitor) may not exist as an activity user.

LDEV-4175: Evict objects which are put into a form, then attaced to a session and possible saved with other objects with same IDs.

  1. … 6 more files in changeset.
LDEV-4177: Use proper reference to tool object.

  1. … 1 more file in changeset.
LDEV-4175: Try to evict one of objects from session to prevent "attempt to associate a collection to two sessions".

  1. … 1 more file in changeset.
LDEV-4161: Enhancements to Peer Review - tweaking the wording of the rating display.

    • -7
    • +11
    ./web/WEB-INF/tags/StyledRating.tag
  1. … 26 more files in changeset.
LDEV-4109: Updating tags across projects.

  1. … 22 more files in changeset.
LDEV-4160: Convert any underscores to spaces so that long lesson names that only use underscores and not spaces will still wrap the lesson name.

  1. … 23 more files in changeset.
LDEV-4119:Replace stepper

    • -1
    • +1
    ./web/WEB-INF/tags/AuthoringRatingCriteria.tag
  1. … 12 more files in changeset.
LDEV-4170:Enforce character limitation for Assessment in UI

LDEV-4170:Enforce character limitation for Assessment in UI

    • -1
    • +1
    ./web/pages/authoring/parts/addessay.jsp
LDEV-4170:Enforce character limitation for Assessment in UI