Information about this project:
My idea here was to write a single app that could handle a bunch of different types of surveys without having to modify the code. What I have here is fully scalable, can handle an indefinite number of questions, and depending on how I set things up, can be any type of survey. It really just comes down to how the results are displayed.
The first one I finished was a typical "quiz". The results are tallied up by the percentage answered correctly. The next one is a "weighted" survey, where the results depend on the answers being tallied up. There is no correct answer. The next one will be more of a "which [type of thing] are you". For now, you have this bunch.