nesl / AutoGrader

Web frontend of Embedded Systems Auto Grader project
1 stars 0 forks source link

[bug] Input detail page doesn't display waveform correctly #151

Closed TimeString closed 7 years ago

TimeString commented 7 years ago

pasted image at 2017_10_04 10_39 pm

TimeString commented 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

TimeString commented 7 years ago

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)?