https://github.com/zenith08/designprocessquiz
A simple quiz game designed to test understanding of the Surrey School's Engineering Design Process.
https://github.com/zenith08/designprocessquiz
design-process quiz quiz-game
Last synced: 9 months ago
JSON representation
A simple quiz game designed to test understanding of the Surrey School's Engineering Design Process.
- Host: GitHub
- URL: https://github.com/zenith08/designprocessquiz
- Owner: Zenith08
- Created: 2019-02-04T23:53:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T23:06:30.000Z (almost 6 years ago)
- Last Synced: 2025-02-28T20:23:00.927Z (over 1 year ago)
- Topics: design-process, quiz, quiz-game
- Language: C++
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Design Process Quiz Game
Every school, class, program, and teacher has their own variant on the design process. This particular quiz is based on the current model used in BC High Schools. Featuring 30 questions over the 6 stages of this model, this quiz is useful for anyone who is in grade 11 or 12, in BC, and needs to learn that specific model of the design process.
Because the next time you see it, the process will be just different enough that you have to relearn most of it.
Despite that, this project also showcases a simple, object oriented approach to designing a quiz game which could be easily expanded upon to include questions for your specific needs.