Skip to content

Instantly share code, notes, and snippets.

@viditvarshney
Last active May 8, 2020 18:45
Show Gist options
  • Save viditvarshney/7552848d2b55f2a2ab900dea5dcdd95d to your computer and use it in GitHub Desktop.
Save viditvarshney/7552848d2b55f2a2ab900dea5dcdd95d to your computer and use it in GitHub Desktop.
Galgotia's University Feedback Trick
/*
I know filling the feedback is really annoying , Those who write feedback with proper intention that the feedback will impact on the
faculty and necessary steps will be taken , but in reality nothing happens
So , on an average you wasted 20 seconds on each faculty feedback , and there are approx 10 faculties for feedback
so total will be 200 seconds
and by running this script , you give 2 seconds on each feedback , sototal will be 20 seconds , you save much more time
Here are two methods :
1. By adding as a bookmark and you only have to click this bookmark after opening the feedback page
2. by directly run this script on the console of the feedback web page . ( you can change the option by change the child number 1 - 5 )
*/
javascript:(function(){$(".col-xs-lr-10:nth-child(2) > input").attr('checked', 'checked').trigger("change");$("#save-design").trigger("click");$("#button-0").trigger("click");})();
@viditvarshney
Copy link
Author

viditvarshney commented Apr 30, 2019

Here is the trick to fill feedback automatically , There are two methods for that
I made a introductory videos on each of them and ink are given above ......................Save time :--)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment