frize / cv-web-annotation-toolkit

Automatically exported from code.google.com/p/cv-web-annotation-toolkit
0 stars 0 forks source link

Grading should accept "_" in session names. #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the javascript in grading.html and task.py module expect session
and task ID to be separated by "_". This crashes, when the session has "_"
in the name. This should be fixed by
1. Adding explicit "ref_id" field to the grading submission (i.e. HTML page)
2. Using explicit reference field to recover the session and submission IDs.

Original issue reported on code.google.com by syrn...@gmail.com on 21 Jan 2010 at 12:44

GoogleCodeExporter commented 8 years ago

Original comment by syrn...@gmail.com on 22 Jan 2010 at 6:38

GoogleCodeExporter commented 8 years ago
Fixed. It's still using implicit naming, but "_" are allowed.

Original comment by syrn...@gmail.com on 30 Mar 2010 at 9:51