Due Monday, March 31, 11:59pm
Requirements
- (10 points for overall design and quiz theme) Build a custom quiz app that is useful to some real person or persons. Use the quiz at http://www.appinventor.org/quiz as a model, but your quiz will behave differently (see below)
- (10 points) You will design your own questions and answers, and find images that correspond to each question.
- (10 points) Your quiz app will have both previous and next buttons to iterate through the questions.
- (10 points) Your quiz will NOT jump to the first question after the last. Instead, gray out (disable) the next and previous buttons where appropriate.
- (10 points) Change the "grading" of the user's answers so that a provided answer is correct even if it not the same case (upper/lower) as the given answer. So 'NEWSOM' or 'newsom' or 'nEwSoM' would be correct for the answer 'Newsom'
If you completed a quiz for Assignment 5 then you must use a different theme for this assignment.
Extra credit
- (5 points) Play question-specific music or video along with each question (fairly easy)
- (10 points) Create a multiple choice quiz. Create a separate app and app page for this (difficult)