scottBowles / xmas2022

https://auntsusanschristmas.vercel.app/
0 stars 0 forks source link

Challenge Set Results Page #17

Closed scottBowles closed 1 year ago

scottBowles commented 1 year ago

This will be the page that shows when a user completes a challenge set, or when they come back to review.

Last year this showed them all of the challenge set's challenges on one page, with the correct answer shown, the user's answer, and whether they were marked correct. I'm happy doing it the same way, and we can probably use some of last year's code.

I'm also happy to see this changed if whichever of us does this thinks it's better to put the various questions on different urls like when going through the challenge set. If we do it that way, we'll either want the review as a component that we'll show at those urls when the user has a completed challenge set response, or we'll want them truly at their own url (like challenge-set/{id}/challenge/{challengeId}/review). Another option would be to put them all at the same url but show them in succession, SPA-style.

For the user to see this, they'll need to be logged in and have a completed challenge set response.