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
The layout doesn't have a specific line of thought, so be creative.
All you need to do is follow the points below:
Exercise page
Display the exercise and interpret the LaTeX on it
If the exercise is proof-based, it displays a text box so that the user can write LaTeX in real time.
If the exercise is multiple choice, show the options and user should be able to select one
A button to submit the solution (some validations should be done here e.g verify if it's not empty)
Solution page
After submitting the answer, a flag validating the submitted answer and a LaTex solution should be received by frontend. It should be displayed and LaTex should be parsed
If the flag validating the submitted answe is false or not set, then user didn't submit a valid answer and the solution will not be sent nor displayed. A informative text should be displayed, saying the answer was not valid and a redirect button should be placed for the user being able to return to the exercise page.
The text was updated successfully, but these errors were encountered:
ToDo
The layout doesn't have a specific line of thought, so be creative.
All you need to do is follow the points below:
Exercise page
Solution page
The text was updated successfully, but these errors were encountered: