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

Question Component Page updated #77

Merged
merged 25 commits into from
Nov 10, 2023
Merged

Question Component Page updated #77

merged 25 commits into from
Nov 10, 2023

Conversation

aasmal97
Copy link
Contributor

@aasmal97 aasmal97 commented Nov 10, 2023

  • Added share btn logic and necessary metadata
  • Added fullscreen btn logic
  • Added descriptive dropdown on icon buttons for accessibility and improved ux on question view and answer view. This includes a reusable component
  • Refactored and Finalized timer/stopwatch logic. In addition, added timer feature where current time is saved to local storage when an id of question is provided. Upon re-load, you can grab the old value and continue the timer.
  • Updated prisma schema for answer options/correct answer, for easier autograding and rendering (attaching ids to every element in the array). This prevents duplicate key bugs.
  • Updated seed file to account for above change in prisma schema

…function body of a different component, due to embedded setState functions
…xtra dropdown that appears when a link is copied
@aasmal97 aasmal97 changed the base branch from main to development November 10, 2023 20:06
Copy link
Contributor

@IrhaAli IrhaAli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@IrhaAli IrhaAli merged commit 937ddac into development Nov 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants