PyJaipur / PyJudge

Simple Programming Contest hosting software
MIT License
17 stars 29 forks source link

problem status in contest #128

Open rishabhKalakoti opened 5 years ago

rishabhKalakoti commented 5 years ago

Show the status of a problem in a contest i.e. unattempted, attempted, solved for a logged in user. For implementation, edit question data structure sent to question.html by having it store a list of (question, status) pair. Status can be retrieved by querying the database. After that, configure question.html accordingly

Pre-requisite: #118