• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
include public methods called via the web interface in listing of tested methods.

pass _nls_language to batch-jobs to avoid invalid value in name normalization

white-space changes

redice verbosity

include url in atjob form. This change eases the atjob execution substantially,

since the package and connection context can be recreated based on this information

make grading scheme explicit (prepare for potentially other schemes)

use term "Preview" for testing single test items

new form-field class: boolean_checkbox

behaves like boolean, but provdes just a single checkbox instead of yes/no radio in "boolean"

the output is full compatible with "boolean".

The boolean_checkbox is used in test-item procs for a more slim correct/incorrect specification

  1. … 2 more files in changeset.
fixed ckeditor form field for inline mode.

use inline mode for editing test items

added a describe funtion for MC items

  1. … 2 more files in changeset.
use "keep_order=true" for test-item selection boxes

    • -1
    • +1
    ./www/prototypes/select_question.form.page
- added detailed proctoring options

- accordeon style exam options

- allwo restart in "done" state only for SWAs

    • -1
    • +17
    ./www/prototypes/select_question.form.page
show action "view" only, when user is swa

show "view" button only, when workflow instance with the current name was already created.

stay closer to QTI, use more appropriate labels

fix error message generation

Fix message key for SC/MC question alternatives. Many thanks to Stephan Adelsberger

remove the view action - for the moment we do not need it

added preview/testrun to edit item workflow

file answer-single-question.wf was initially added on branch oacs-5-10.

    • -0
    • +0
    ./lib/answer-single-question.wf
file answer-single-question.wf.page was initially added on branch oacs-5-10.

    • -0
    • +0
    ./www/prototypes/answer-single-question.wf.page
provide explicit flag to disable menu-entries

disable the menu-entries for "Online Exam" and "Inclass Quiz" for the time being

  1. … 1 more file in changeset.
reduce verbosity

perform cleanup of WorkflowContainer after 10 minutes

  1. … 2 more files in changeset.
added total points (in addition to total minutes) to the exam overview

comment public methods

improve documentation

add missing German message keys

allow test items with 0 points

turn off rounding to full points for exams with very little points

New public method for the renaming form loader: name_to_question_obj_dict

Provide quick mapping from the mangled attribute name to the question obj

added detail info for xowf::test_item::answer_manager achieved_points

the result dict of this method has now a key "details" containing

information about the query object, the achieved points and the achievable points

for this test item. Previously, just the sums were reported.