• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
avoid potential loss of submission data on "publish" operations

  1. … 1 more file in changeset.
no need to ask answer_manager for package_id

add missing variable which was deleted during the refactoring of the exam protocol

add bulk-notification functionality to participants_table

  1. … 1 more file in changeset.
strengthen parameter checking

  1. … 4 more files in changeset.
Refactored exam protocol renderers

The new code reduces the sinze of inclass-exam.wf significantly by

moving the exam protocol into test-item-procs.tcl. In the same step,

the largish function was split up, the rendering functions of

submissions are now named consistently, and there are now different

functions for rendering single items vs. many items, making the

single-item rendering reusable. Additionally, the answer manager is

documented in a more eye-friendly and modular way.

  1. … 1 more file in changeset.
improve comments

provide an analysis method for cleared input (callable for swas via method blank-inputs)

  1. … 1 more file in changeset.
provide means to show submissions of students per test item

  1. … 2 more files in changeset.
added exam-overview

  1. … 6 more files in changeset.
make grading checke configurable via URL, make calculations more robust

CVS: ----------------------------------------------------------------------

  1. … 1 more file in changeset.
make actions changed from the background state-safe

fix regression test which was broken due to last change (move of links to answer panel)

  1. … 1 more file in changeset.
moved answer status into answer_panel (similar to downstream),

made sensitivity of inspect links automatically updating (like downstream)

made templating easier and refactored code

  1. … 2 more files in changeset.
Plug the proctoring-display include to the inclass-exam via a web-callable method

  1. … 1 more file in changeset.
reduce the max interval between screen captures from 60s to 30s during proctoring

allow opening the exam-review also for exams, which are not autogradable

fix typo

calculate total points based on points and not on minutes

allow action exam_review only when autocorrect is possible

  1. … 1 more file in changeset.
use proper user_id

provide export interface

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

  1. … 1 more file in changeset.
added a print button the works with event handler also in HTML streaming mode

  1. … 2 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.
fix error message generation

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.