A simple Python study program initially written as a prepatory tool for the CompTIA Security+ Certification.
git clone https://github.com/SentinalMax/Studious.git
cd Studious
chmod +x studious.py
python studious.py OR python3 studious.py
You'll then want to follow the prompts and input your question, the number of possible answers, type / paste each answer, and select the correct answer so the program knows how to grade your performance.
- You will then be prompted with the questions that you've input.
- Questions you add to the program exist inside the
"problems": []
braces.
{
"problems": [
<YOUR QUESTIONS GO HERE>
]
}
- Be SURE you have no syntactical errors in the .JSON file.