Educational administration system one-click teaching evaluation

Use the developer mode of the browser to realize "one-click teaching evaluation". This tutorial is aimed at Jinzhi Educational Affairs System

step

1. Open the teaching evaluation page of the educational administration system.
step 1
2. Press the keyboard shortcut F12, or click the right mouse button to open the browser's developer tools, and then selectConsole.
step 2
3. Copy the following JavaScript code and paste it into the console, press Enter to complete the automatic teaching evaluation , and finally slide to the bottom of the website to submit this operation.

for(var i of document.querySelectorAll('.bh-radio.bh-radio-group-h'))i.childNodes[1].querySelector('input').checked = true

step 3
Pop-ups


GIF animation example

Use the browser's developer mode to realize one-click teaching evaluation

Guess you like

Origin blog.csdn.net/qq_35760825/article/details/128289031