Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
courses:cs335:spring2019:chemtutor:requirements:practice_exercises [2019/04/29 20:37] – [Prerequisites:] wagnera | courses:cs335:spring2019:chemtutor:requirements:practice_exercises [2019/04/29 20:41] (current) – [What the User Sees:] wagnera | ||
---|---|---|---|
Line 20: | Line 20: | ||
* Answers are four multiple choice (a, b, c, d) | * Answers are four multiple choice (a, b, c, d) | ||
* After they select an answer they see: | * After they select an answer they see: | ||
- | | + | |
- | | + | |
- | | + | |
- | | + | |
- | | + | |
* When a user finishes a quiz: | * When a user finishes a quiz: | ||
- | | + | |
- | | + | |
+ | * Try again link | ||
* For multi-step questions user only sees the one part of question at a time | * For multi-step questions user only sees the one part of question at a time | ||
- | |||
===== What the User Does ===== | ===== What the User Does ===== | ||
Line 41: | Line 41: | ||
* When a user clicks on an answer, the application will verify their answer and send a corresponding output. It will also keep count of the correct answers | * When a user clicks on an answer, the application will verify their answer and send a corresponding output. It will also keep count of the correct answers | ||
* When the user clicks next, the application must go to the next slide, which is either another question or the end result slide | * When the user clicks next, the application must go to the next slide, which is either another question or the end result slide | ||
- | * The end result slide gives the user how many questions they got correct and gives them the option to try again | + | * The end result slide gives the user how many questions they got correct and gives them the option to try again. It also shows the questions, the students' |
* If try again is clicked, the application must change the order of the questions and clear the user's answers | * If try again is clicked, the application must change the order of the questions and clear the user's answers | ||