• last updated 6 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
improve SQL quoting

  1. … 4 more files in changeset.
add grading table and grading stats

  1. … 3 more files in changeset.
refactor code to keep workflow definition shorter

  1. … 1 more file in changeset.
deactivate grading in tabular view

add autograding table (not functional yet)

  1. … 3 more files in changeset.
handle dfferent time setting between server and client (browser)

  1. … 1 more file in changeset.
reduce verbosity

- base percentage on results on total points,

- add confirm dialog on submit exam

- show audio on more browsers properly

  1. … 2 more files in changeset.
improve robustness of percentage computaiton, in case there are 0 points in total

added participants list to inclass exam

  1. … 4 more files in changeset.
improve robustness, in case user delete minutes from test item

Added grading info to exam protocol, when autograding is active.

Added information about resonable settings for shuffling in an exam

Added information for teacher whether student exam review is possible

Added correct solution hints for SC and MC (to be displayed in exam protocol)

  1. … 4 more files in changeset.
added a state for exam review for students

  1. … 4 more files in changeset.
detail-view: show images up to the selected revision

  1. … 1 more file in changeset.
provide always proper quoting

- added points calculation in addition to score

- added student feedback sheet (view-my-exam)

- added view of proctored exams

  1. … 1 more file in changeset.
added support for position dependent randomization

  1. … 1 more file in changeset.
- do not require to make generic create-or-use public for

non-admins in proctor mode

  1. … 1 more file in changeset.
new features for inclass exam workflow:

- additional flag "synchronized", can be specified on "create exam" page

- provide info about exam publication time and duration since publication

time to the details view of the exam protocol

  1. … 5 more files in changeset.
added skeleton for proctoring support

  1. … 5 more files in changeset.
added optional field for expected solution

  1. … 3 more files in changeset.
add support to get revisions with instance variables

Added count-down timer for inclass-exam-answer.wf

- new API call Question_manager.exam_target_time

- new includelet "countdown-timer" (based on answer_manager.countdown_timer)

  1. … 2 more files in changeset.
allow minimal number of selected alternatives of 1 (does not always make sense, but it is useful for text exercises)

Improved display for print-answers:

- added link from exam protocol to single (more detailed) view

- display in exam protocol answer times up to the live-revision

(and not over all elements)