https://github.com/LightQuantumArchive/cnmooc_quiz_parser
This utility helps you parse the JSON response of CNMOOC quizzes and calculate your mark before submitting answers.
https://github.com/LightQuantumArchive/cnmooc_quiz_parser
Last synced: about 1 year ago
JSON representation
This utility helps you parse the JSON response of CNMOOC quizzes and calculate your mark before submitting answers.
- Host: GitHub
- URL: https://github.com/LightQuantumArchive/cnmooc_quiz_parser
- Owner: LightQuantumArchive
- License: apache-2.0
- Archived: true
- Created: 2020-09-30T09:00:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T23:47:32.000Z (over 3 years ago)
- Last Synced: 2025-03-17T19:22:01.544Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://cnmooc-quiz-parser.vercel.app
- Size: 1.69 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CNMOOC Quiz Parser
This utility helps you parse the JSON response of CNMOOC quizzes and calculate your mark before submitting answers.
Deployed version: [CNMOOC Quiz Parser](https://cnmooc.lightquantum.me)
## Get Started
1. Finish your quiz.
2. Draft your answers (暂存).
3. Open DevTools, and start capturing network traffic.
4. Enter the quiz again.
5. Find the request sent to `getExamPaper`, copy its content, and paste it to this utility.
## License
This project is licensed under the Apache License 2.0 - see the [LICENSE.md](LICENSE.md) file for details
—💖—
Built with love by LightQuantum