This JavaScript script serves as a Chrome extension designed to automate the process of filling out course feedback forms on our university's webpage. It provides various options for feedback submission.
- Strongly Positive Feedback: The script includes functionality for providing strongly positive feedback.
- Strongly Negative Feedback: The script includes functionality for providing strongly negative feedback.
- Neutral Feedback: The script includes functionality for providing neutral feedback.
- Random Feedback: The script includes functionality for generating and providing random feedback.
-
Open Chrome and navigate to chrome://extensions/.
-
Enable "Developer mode" in the top right.
-
Click on "Load unpacked" and select the project directory (course-feedback-automation).
-
The extension should now be added to your browser.
-
Open Firefox and navigate to about:debugging#/runtime/this-firefox.
-
Click on "Load Temporary Add-on" and select the manifest.json file from the project directory.
-
The extension should now be added to your browser.
This script is intended for educational purposes and should be used responsibly and in compliance with the university's policies and guidelines.