Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4379 Fix Assessment answers ordering

Assessment questions are numbered from 1, answers from 0. QTI import

method used 1 for both.

LDEV-4352: Adding the Use Leader version of the Mark Charts to Assessment and fixing an update issue with ToolOutput settings.

  1. … 4 more files in changeset.
LKC-79 Display questions at the “Show students’ choices” page according to their authoring order (just like for the rest of Assessment monitoring pages)

LDEV-4329 Forbid leaders entering text in essay questions

  1. … 1 more file in changeset.
LDEV-4326 Matching pairs answer options should be sorted alphanumerically

  1. … 3 more files in changeset.
LDEV-4320 By default users should be listed in alphabetical order

  1. … 2 more files in changeset.
LDEV-4273: .xls export Question Summary tab now has a percentage summary for each question for Short Answer, Multiple Choice, Numerical, True & False.

  1. … 1 more file in changeset.
LDEV-4273: Initial check of Assessment's use of histogram. Added a simple summary table of results to the first worksheet in the spreadsheet export - grouping the overall marks received. Modified the SQL code used to do the Monitor screen paging as the CASE appears to be causing the marks to sort as if they were strings, rather than numbers.

  1. … 8 more files in changeset.
LDEV-4300 Audit logs when activity is modified in monitor

  1. … 86 more files in changeset.
LDEV-4291 Move getAccessMode method to WebUtil

  1. … 30 more files in changeset.
LDEV-4270 Started using redirects after submitting answers. this is done to prevent from sending form second time on page refresh

  1. … 1 more file in changeset.
LDEV-4281 Fixed NullPointerException thrown on openning monitor interface when learner hasn't submitted any answers yet

LDEV-4271 Refactor Assessment code * use DTO instead of model classes for carrying interim information * split learning.jsp into two pages: actual learning.jsp where user enters his answers and results.jsp where we display results to him

LDEV-4271 Refactor Assessment code * Remove unnecessary fields

LDEV-4262 Fixing null pointer exception when teacher makes changes to assessment question

LDEV-4271 Refactor Assessment code * use DTO instead of model classes for carrying interim information * split learning.jsp into two pages: actual learning.jsp where user enters his answers and results.jsp where we display results to him

  1. … 30 more files in changeset.
LDEV-4262 Removed unnecessary try-catch block

LDEV-4262 Fixing null pointer exception when teacher makes changes to assessment question

  1. … 4 more files in changeset.
LDEV-4262 Fixing null pointer exception when teacher makes changes to assessment question

  1. … 1 more file in changeset.
LDEV-4258: Protecting the export download from multiple triggers by disabling the button until the file is downloaded. Uses the new generic javascript method based on previous Peer Review download implementation. Uses a cookie to track when the file download is complete.

  1. … 3 more files in changeset.
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.

  1. … 223 more files in changeset.
LDEV-4174 Show correct feedback (tick sign) in cases when selected option has grade more that zero

  1. … 1 more file in changeset.
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. … 37 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-4092: Date passed back by server was reconverting time for Daylight Saving, making it an hour out, as the convertToStringForJSON takes the timezone into account. Therefore convert the already timezone converted time (which gets converted back again) rather than the original time.

  1. … 13 more files in changeset.
LDEV-4092: Support the server supplying a localised date string for the submission deadline (datetimepicker does not have localisation of the format, just the language).

  1. … 1 more file in changeset.