• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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
    • +1
    ./www/prototypes/TestItemReorder.form.page
  1. … 1 more file in changeset.
include "topic-assignment.wf" in list of displayed workflow types

    • -1
    • +1
    ./www/prototypes/assessment-index.page
fix typo

extend regression test: provide tests of the basic life-cycle steps of the inclass-exam

don't use numbers as object names for actions; don't show "1" for navigation, when there is a single question

added test cases, improved test coverage

edit-item workflow: remove "view" form swa actions

fix typo

added test case creating a text- and MC-item and an inclass exam

file test-item-procs.tcl was initially added on branch oacs-5-10.

    • -0
    • +0
    ./tcl/test/test-item-procs.tcl
reduce verbosity

calculate total points based on points and not on minutes

complete listing of covered procs in test cases

  1. … 14 more files in changeset.
add option to show student IP address during the exam

    • -1
    • +2
    ./www/prototypes/select_question.form.page
use absolute time for computing beeps

improve listing of test coverage

  1. … 6 more files in changeset.
improve listing of test coverage

  1. … 8 more files in changeset.
make listing of tested procs more complete

  1. … 11 more files in changeset.
inclass-exam: Added configurability for time budget and display of minutes and/or points during exam

    • -1
    • +4
    ./www/prototypes/select_question.form.page
add "btwn" to precise correct-when specs

deactivate autocorrection for short_text questions, when correct when is not precise

improve listing of tested procs

  1. … 2 more files in changeset.
added support for composite correct-when for text_interaction

added support for gui and multiple correct-when clauses

bump version number to 5.10.0d32

revert escaped development version

allow action exam_review only when autocorrect is possible

make end of resub options explicit

  1. … 12 more files in changeset.
Add basic doc, fixes acs-tcl.documentation__check_proc_doc automated test

Updates for upload_interaction:

- allow lecturer to specify number of file, which can be uploaded

- handle singular/plural labels for attachment/attachments

- handle singular/plural labels for Students submitting files

- styling improvements

- bump version number to get as well message catalog updates from xowiki

fix typo