English | 简体中文
MOOC Auto Answer Script
This project is an automated script for answering questions on MOOC platforms such as CNMOOC and some SPOCs(like WZU-SPOC).
It aims to help students save time and improve learning efficiency by automatically finding and filling in the correct answers to quizzes and exams on online education platforms.
If you want to use this script on the CNMOOC platform, you just need to add --cnmooc into the COMMANDLINE_ARGS.
- Change the arguments in
run-user.bat. - Double click
run-user.bat.
Or you can run it manually as follows:
- Run
pip install -r requirements.txtin the terminal to install the required packages.- For first time, you have two choice to run the script:
- Run
python run.py -u <username> -p <password> --webdriver_manager --headlessin the terminal.- Change
usernameandpasswordinconfig.jsonand runpython run.py --webdriver_manager --headlessin the terminal.- After the first time, you can run
python run.py --webdriver_manager --headlessin the terminal to start the script.
- Add support for CNMOOC login.
- Add support for other platforms.
- Fork it.
- Create your feature branch.
- Commit your changes (e.g. QuestionBank).
- Push to the branch.
- Submit a pull request.