• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Undo change from 15 Dec, since it breaks shuffling

ensure workflow actions are updated properly, depending on the user role

Improved handling of link and child resources of forms

- test-item-procs: use resolve context to resolve e.g. images in the context of the original form

(many thanks to Thomas Renner for the suggestion)

- added extra argument "-context_obj" to substitute_markup to ease client code

- inclass-exam-answer.wf: reduced the db interactions by using form_info for form generation

  1. … 4 more files in changeset.
moved span inside button (as suggested by Monika Andergassen)

added a print button the works with event handler also in HTML streaming mode

  1. … 2 more files in changeset.
use term "Preview" for testing single test items

  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. … 6 more files in changeset.
- added detailed proctoring options

- accordeon style exam options

- allwo restart in "done" state only for SWAs

  1. … 4 more files in changeset.
show action "view" only, when user is swa

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

fix error message generation

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

added preview/testrun to edit item workflow

  1. … 2 more files in changeset.
file answer-single-question.wf was initially added on branch oacs-5-10.

    • -0
    • +0
    ./answer-single-question.wf
added total points (in addition to total minutes) to the exam overview

  1. … 1 more file in changeset.
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.
added example-usage of set_css_property -querySelector

Fix glob flag

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

  1. … 6 more files in changeset.
improve source code documentation

Disable proctored-session expiration check based on proctoring-support datamodel using the new flag, enable preview as before (upstream code has it disabled by default), disable examination statement as intended

Fix retrieving the template

Replace xowf proctoring implementation with that coming from proctoring-support

TODO: nicer detection of whether proctoring-support package is actually installed

  1. … 5 more files in changeset.
whitespace changes

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

Added edit-workflows for test items: edit-interaction.wf

This change eases tailorization of actions of editing workflow

and makes it possible to address all types of testitems via

a single term

-form en:edit-interaction.wf

instead of having to enumerate the relevant types explicitly as

it was before

-form en:TestItemText.form|en:TestItemShortText.form|en:TestItemMC.form|en:TestItemSC.form|...

For backward compatibility, the old enumeration is kept for a while. New test

items should be created over the new workflow, as e.g. in

{entry -name New.Item.TextInteraction -form en:edit-interaction.wf -query p.item_type=Text}

  1. … 5 more files in changeset.
file edit-interaction.wf was initially added on branch oacs-5-10.