a simple terminal-based Python script to automate the completion of quizzes on the Carousel Learning platform.
- Fetches all questions and their correct answers for a given quiz.
- Automatically submits all correct answers.
- Marks all questions as reviewed.
- Finalizes the quiz attempt.
- Saves a
.txt
file of the questions and answers for your records.
- Python 3.x
requests
library
-
Install the requests library:
pip install requests
-
Run the script from your terminal:
python solver.py
-
Follow the prompts:
- Enter your FORENAME.
- Enter your SURNAME.
- Paste the full LINK to the Carousel quiz.
Once finished a .txt
file containing all the answers will be saved in the same directory.