Closed TimeString closed 7 years ago
I think the problem happens in here: https://github.com/nesl/AutoGrader/blob/master/embed_grader/serapis/views/tasks.py#L179
The first parameter suppose to be field_name, not file name. Sorry I should've caught that..
I think you still have to use file_schema: https://github.com/nesl/AutoGrader/blob/master/embed_grader/serapis/views/submissions.py#L123
Also, can you help me modify the template a little bit: For the lines under Task Detail, can you only make the subject bold (e.g., Task name:) but not the content (e.g., Case 1)?