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

Create a basic Result of the quiz #11

Closed
JeelRajodiya opened this issue Jun 25, 2023 · 5 comments
Closed

Create a basic Result of the quiz #11

JeelRajodiya opened this issue Jun 25, 2023 · 5 comments
Assignees
Labels
Task A general Task
Milestone

Comments

@JeelRajodiya
Copy link
Owner

JeelRajodiya commented Jun 25, 2023

Edit this file

image

This components are good for this task

https://daisyui.com/components/stat
image

@JeelRajodiya JeelRajodiya added the Task A general Task label Jun 25, 2023
@JeelRajodiya JeelRajodiya added this to the Major release milestone Jun 25, 2023
@Codesmith28
Copy link
Collaborator

Ok I'll work on it 👍

@JeelRajodiya
Copy link
Owner Author

Ok I'll work on it 👍

If this component needs more information about the result let me know which are those

@Codesmith28
Copy link
Collaborator

Items required for the ScoreBoard:

number of questions answered correctly, incorrectly, skipped
positive score, negative score, grand total score
avg score (iff med pde toh baaki vandho nthi)
and if difficulty is enabled:
- number of questions answered correctly : easy, medium, hard
- number of questions answered incorrectly : easy, medium, hard
- number of questions skipped : easy, medium, hard

i guess aatli info on the score board is sufficient for now....

@JeelRajodiya
Copy link
Owner Author

JeelRajodiya commented Jun 26, 2023

Items required for the ScoreBoard:

number of questions answered correctly, incorrectly, skipped
positive score, negative score, grand total score
avg score (iff med pde toh baaki vandho nthi)
and if difficulty is enabled:

  • number of questions answered correctly : easy, medium, hard
  • number of questions answered incorrectly : easy, medium, hard
  • number of questions skipped : easy, medium, hard

i guess aatli info on the score board is sufficient for now....

The required variables are available in the QuizResult.tsx file as an Object

look for this result variable in the QuizResult.tsx.
image

The structure of the result variable is as follows

The Easy, Medium and Hard will only be provided when hasDifficultyTags is true

image

@Codesmith28
Copy link
Collaborator

this one done....

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

No branches or pull requests

2 participants