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