> Quiz status page can be found under views, it is a React component. Use this simple algorithm to determine the total possible score for a quiz. ``` for question in questions: total += question.score + question.bonus ```