You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 toquestion.html
by having it store a list of (question, status) pair. Status can be retrieved by querying the database. After that, configurequestion.html
accordinglyPre-requisite: #118
The text was updated successfully, but these errors were encountered: