etlab.in · Any College · Any Dept · Any Sem

Complete your
teacher surveys
in seconds.

One script. Paste it in the browser console on any etlab teacher evaluation survey page. Fills all questions with the best answers and submits — automatically.

See how it works
11Questions auto-filled
~3sPer survey
0Config needed
Colleges supported

Four steps. That's it.

01
🌐

Open a survey

On etlab teacher evaluation survey page, click "Answer Questions" for any subject to open the question form.

02
🔧

Open DevTools

Press F12 on your keyboard, then click the Console tab. You'll see a > prompt.

03
📋

Paste & press Enter

Copy the script below, paste it into the console, and hit Enter. Done in 3 seconds.

04
🔁

Next subject

Go back to the list, click the next subject, then press in console to recall the script and hit Enter.

Copy once. Use for every survey.

etlab-surveybot.js
— lines

Using on your phone?

The browser console isn't directly accessible on mobile browsers. Here are your options:

Easiest
🦁

Kiwi Browser (Android)

Install Kiwi Browser from the Play Store. It's the only Android browser with full Chrome DevTools support. Open etlab, paste the script exactly like on desktop.

Get Kiwi Browser →
🔗

USB Debugging (Android)

Connect your phone to a PC via USB, enable USB Debugging in Developer Options, then open chrome://inspect on the PC to access your phone's browser console remotely.

🍎

iPhone / iOS

Connect to a Mac via USB, enable Web Inspector in Safari settings, then use Safari on Mac → Develop menu to inspect your iPhone's browser. Paste the script there.

If none of these work, just use a laptop or desktop to complete the survey — it takes under 2 minutes total.

Is this safe to use?

Completely transparent. Here's exactly what the script does — and doesn't do.

What it DOES

  • Reads radio button elements already on the page
  • Clicks the appropriate radio input for each question
  • Clicks the existing "Submit Answers" button
  • Logs how many answers were filled to the console
  • Runs entirely in your own browser, on your session
🚫

What it does NOT do

  • Send your data or credentials anywhere
  • Access your cookies, localStorage, or passwords
  • Make any network requests outside etlab
  • Store anything on your device
  • Require any login or permissions from you
  • Affect any other tab or website
🔍

Verify it yourself

The script is fully readable above — no obfuscation, no minification. Every line is commented. Before pasting anything in a browser console, you should always read it.

General rule: Never paste scripts you don't understand into a browser console. Be cautious with scripts from unknown sources.

sahafmfaisal / etlab-surveybot Public
Copied to clipboard!