Skip to content

Correctors workbench, brainstorm page

Pieter van den Hombergh edited this page Nov 19, 2013 · 1 revision

Welcome to the correctorsworkbench wiki!

I will add some ideas/remarks from experience with the previous web based version.

Web version, fundamental issues

Exam preparation.

  • We currently use netbeans editor-folds to identify the tasks in the source files.

  • in the preparation of the exams we first strip the solution, inject this as the initial version into the per student repository, tagging each file and task with the student ID.

  • The web version is created per exam by running a set of scripts to check out the student code from their repos and turn that into something usable for CWB, It in effect turns the raw student code static html snippets, with some syntax highlighting per enscript. The consequence is that the code is either shown partially or the whole file must be shown. In the scripts we could add internal html anchors for the tasks. In the netbeans solution we might be able to use generated bookmarks or something similar

  • In the web version the minimal corrector interaction is enter grede in pre-focussed box press enter moves to next student for same task.

  • web version: The corrector can navigate back to the previous candidate or task per link in the top bar or left links bar.

Clone this wiki locally