TestItemReorder.form.page

  • last updated 15 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
reduce warnings on loading: Move resources to non-deprecated location

  1. … 31 more files in changeset.
Added two types of grading schemes (in addition to "exact") to ordering exercises:

- "position": count elements as correct, when these are on the correct position

- "relative": count elements as correct, if the neighboring element is correctly before the actual element

The results are adjusted by the same guessing correction as in the "ggw" scheme for MC exercises.

Example:

- desired order: 1,2,3,4

- provided answer: 3,1,2,4

- scheme "exact": 0%

- scheme "position": 0 0 0 1

- scheme "relative": 0 1 1 (correctly ordered 1<2 and 2<4)

A minor refactoring was also performed to ease code reuse.

  1. … 2 more files in changeset.
- added name validator for site-wide pages

- updated site-wide pages

  1. … 8 more files in changeset.
- test-items: added ordering item type (short_text_interaction)

- simplified code by using ':get_named_sub_component_value -from_repeat ...'

- refetch site-wide pages, when the source code of the site-wide pages changes.

- bumped version number to 5.10.0d16

  1. … 13 more files in changeset.
file TestItemReorder.form.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./TestItemReorder.form.page