Guided project from "Develop in Swift Fundamentals"
This guided project will use “Which animal are you?” as the quiz topic. The four possible outcomes are: dog, cat, rabbit, and turtle
- Project Planning
- Project Setup
- Create Questions and Answers
- Models and Outlets
- Calculate and Display Results
- Allow the player to choose between multiple personality quizzes from the introduction screen.
- Randomize the order in which the questions are presented, as well as the order of the answers.
- Allow single-answer and multiple-answer questions to have a dynamic number of answers, rather than always four.