ace-lab / pl-faded-parsons

This contains the Berkeley Faded Parson's element and is designed to be used as a submodule
1 stars 0 forks source link

(re)Implement logging #38

Closed nelson-lojo closed 3 months ago

nelson-lojo commented 3 months ago

Construct a log from actions performed by the student and store it in a hidden "log" input field (i.e. class="log" name="{{answers-name}}log"). Content is a JSON string.

This means that log information is accumulated until submission

Log events:

nelson-lojo commented 3 months ago

As it stands, logs accumulate between submissions. This is not an issue (just take the last set of logs per variant the student sees), but something to keep in mind