Related user(s):
@erikmd
Related issue(s) or PR(s):
No response
Related project scope(s):
teacher dashboard
The problem:
Currently, the teacher dashboard only shows the submitted code of students after they click on Grade.
But if their code does not type-check, they won't be able to submit any code, and the teacher won't be able to help figure out the issue from the dashboard.
Wanted solution:
- Add a
Draft tab that shows the submitted code of students after they click on Sync.
- Put a different color than that of the
Answer tab, e.g., light red, to account that this is ungraded code.
Considered alternatives:
No response
Additional context:
No response