Once a user clicks ("Review questions you missed"), the "availableQuizzes" property in the App state is reassigned from an array of quizzes the user has not yet answered to an array of quizzes the user has answered incorrectly. Once the user has finished the review session, the only option is to "start over"; she cannot return to the quizzes she has not yet answered during this session. A toggle could be added to the state of the new "PracticeSession" component addressed in the first issue.
Once a user clicks ("Review questions you missed"), the "availableQuizzes" property in the App state is reassigned from an array of quizzes the user has not yet answered to an array of quizzes the user has answered incorrectly. Once the user has finished the review session, the only option is to "start over"; she cannot return to the quizzes she has not yet answered during this session. A toggle could be added to the state of the new "PracticeSession" component addressed in the first issue.