numbas / Numbas

A completely browser-based e-assessment/e-learning system, with an emphasis on mathematics
http://www.numbas.org.uk
Apache License 2.0
207 stars 122 forks source link

Log of events in an exam session #439

Closed christianp closed 2 years ago

christianp commented 8 years ago

For record-keeping, it would be nice to keep a log of the student's actions. For example:

Could keep this in the SCORM suspend data.

christianp commented 5 years ago

We could try to save this to data elements of the form x.numbas.eventlog.N. VLEs that are strict about the SCORM data model would give an error when trying to save, in which case we could add to suspend data, but the LTI provider could accept these elements.

christianp commented 2 years ago

You could use all the new EventBox events to keep track of these things.

As it is, the LTI tool does a good job of producing a timeline based on the existing SCORM elements. I don't think storing a more fine-grained timeline by default would be sensible.