Skip to content

Releases: RaspberryPi400/Study-guide-creator

v3.0.0 of Study Guide Creator

25 Dec 14:43
4a48218

Choose a tag to compare

Now, it is able to support a unlimited amount of questions. There is also a few other small features, like if the number of questions is equal to 0, it prints a error message and exits the program. Thank you @bcorwin for the idea and for helping make it.
Created by @RaspberryPi400

v2.0.0 of Study Guide Creator

24 Dec 20:34
dee329f

Choose a tag to compare

This code is the same as before but now, it shuffles the user's inputs for what the questions are before asking them the questions. Thank you @bcorwin for the idea. This feature is really helpful because it helps the user answer the questions based off their knowledge instead of their memory. It helps the user study better.
Created by @RaspberryPi400

v1.1.0 of the Study Guide Creator

23 Dec 23:43
7f8e57b

Choose a tag to compare

Now, the Study Guide Creator is able to support the creation of 21 questions.
Created by @RaspberryPi400

Version 1.0 of the Study Guide Creator

22 Dec 23:52
845e9a4

Choose a tag to compare

This is the first completed version of the Study Guide Creator! (Ignore the names of my commits, this is the first version.) Run this code in a IDE or complier and create your own study guide with the output to study for a test. So far, it only supports 20 questions. (I'll add more later). It will ask you for the amount of questions you would like to have, what the questions should be, and what the answers should be. Then, it will let you answer them. If you get the question right, it will tell you and give you a point. If you get it wrong, it will tell you and give you the correct answer. Then, at the end, it will give you your score. (The score is how many questions you got correct.)
Created by @RaspberryPi400