A chrome extension for filling faculty/course evaluation at one click
At the conclusion of every semester, students are required to complete faculty/course evaluations in order to access the Linways portal. If you're in a hurry to check your attendance or view your internal marks, this can be quite inconvenient. To simplify the process, I developed this extension.
When good is selected 🔽
-
Download the zip from releases and extract it
-
Goto
chrome://extensions
-
Enable Developer mode
-
Select
load unpacked
and select that extracted folder. -
Now open the faculty/course evaluation and tryout the extension
-
3 Levels of feedback is available
- Good - Answers will be between excellent and very good
- Average - Answers will be between good and fair
- Poor - Answers will be between fair and poor
Clone the repository
run the command
$ cd linways-auto-feedback
$ npm i
$ npm run dev
Simply fork the repo and feel free to make improvements / new features. Contributions are always welcome :)
- guocaoyi's Chrome extension boilerplate
- Madhav Biju's Chrome Extension (Drawback - Only Excellent can be selected. No popup screen)