data-8 / Gofer-Grader

Small autograding library
http://okgrade.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
16 stars 19 forks source link

Submit button should report correct status #16

Closed papajohn closed 5 years ago

papajohn commented 5 years ago

I installed the submit extension and clicked submit in an example notebook. The pop-up told me that my notebook had been submitted, even though I wasn't running the autograder server. It seems that the button should await a positive response before showing such a message.

vipasu commented 5 years ago

Thanks for pointing this out. After some discussion, we changed the extension to simply notify the student that their submission has been saved and is being graded. This notification only occurs when their notebook is actually saved (e.g. when the auto grading server runs properly)