Answer ep questions automatically, will automatically fill in the question box, just spam enter, works as of 01/07/24
- Initialization: Always gets the correct answer by getting the answers from the answer page before you click start.
- Answer Management: Automatically answers questions.
- Clipboard Management: Copies correct answers to the clipboard.
- Preview Item Management: Refreshes and initializes preview items when needed.
- Keyboard Shortcuts:
Ctrl + Z
: Toggles the timer to start or stop.Ctrl + R
: Refreshes the preview items.
- Install a UserScript manager like Tampermonkey or Greasemonkey.
- Create a new UserScript in your manager.
- Copy and paste the entire script into the new UserScript.
- Save and enable the UserScript.
- Initialization: On script start, it waits for preview items to be available and then initializes arrays for questions and answers.
- Answer Submission: When a question is detected, the script will submit the answer from the corresponding array.
- Clipboard Copying: Correct answers are copied to the clipboard for convenience.
- Modal Handling: If a modal is present, it clicks the "continue" button after a short delay.
- Timer Control: Observes changes to the question text and processes new questions when detected.
- Press
Ctrl + Z
to start or stop the timer that monitors changes to the question text. - Press
Ctrl + R
to refresh the preview items and update the questions and answers arrays.
- Script Not Working: Ensure the script is enabled in your UserScript manager and that you're on the Education Perfect website.
- No Preview Items Found: Check the console for any errors and ensure that the preview items are correctly loaded on the page.
- Version 1.0: Initial release.
This script is licensed under the MIT License.
- Work with audio