Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frontend: Layout planning #1

Open
ttiagojm opened this issue Nov 21, 2023 · 1 comment
Open

Frontend: Layout planning #1

ttiagojm opened this issue Nov 21, 2023 · 1 comment
Assignees
Labels

Comments

@ttiagojm
Copy link
Owner

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

  • 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.
@ttiagojm
Copy link
Owner Author

@GoncalojmRosa Could you draw in Figma or something a simple and objective interface for the project, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants