test-item-procs.tcl

  • last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
added total points (in addition to total minutes) to the exam overview

  1. … 1 more file in changeset.
comment public methods

improve documentation

allow test items with 0 points

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

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

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

  1. … 1 more file in changeset.
provide configuration for exam folder

  1. … 3 more files in changeset.
improve debug message

Added points in addition to minutes to test items and inclass-exam workflows

  1. … 6 more files in changeset.
remove personal-message dialog when user has finished her exam

use package based instantiate_forms method

  1. … 1 more file in changeset.
whitespace cleanup

  1. … 12 more files in changeset.
drop line commented out

provide compatibility for legacy mc_interaction

Reduce red in acs-tcl.documentation__check_proc_doc automated test

Reduce red in acs-tcl.documentation__check_proc_doc automated test

- integration of inclass-exam with personal notifications

- new (comnposite) includelet "exam-top-includelet"

- new www-calls for workflows:

* inclass-exam.wf:

. send-participant-message

* inclass-exam-answer.wf:

. message-poll

. message-dismiss

- bumped version number to 5.10.0d23

  1. … 4 more files in changeset.
improve spelling

  1. … 19 more files in changeset.
added support for inclass-exam for scheduled opening and closing of exams

  1. … 6 more files in changeset.
add ability to use x out of y questions (when order randomization is used)

  1. … 5 more files in changeset.
optionally disallow cut&paste in multi-line form fields

  1. … 4 more files in changeset.
improve wording

cleanup (generalize and simplify code)

  1. … 2 more files in changeset.
countdown alarm: add audible alarm when the countdown timer reaches expiration.

Per default, the audible alarm is turned off, but the user sees a

mute symbol. When the user activates the audible alarm, the browser

will announce the nearing end by beep signals in increasingly shorter

periods before its expiration (default settings: 60, 30, 20, 10, 5,

2s; these values can be changed via HTML). Once a user has activated

the audio signals, these are preseveed between page changes via a

cookie. On some browsers (e.g. Chrome), the audioContext settings are

so restrictive, that the full reload requires a new activation of the

alarm via a "user gesture" (i.e. clicking on the audio symbol). It

would be not surprising, if some other browsers show different

behavior, but the code follows the relatively new recommendations. The

code was tested with Chrome/Chromium 83 and Firefox 77).

whitespace cleanup

don't try to compute points from starred results

inclass-exam: report state durations on overview page (published, exam_review)

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

- updated site-wide pages

  1. … 8 more files in changeset.