Help & Customization
How to use, add questions, and run in class

How to run

  1. Best: open the folder in VS Code → install “Live Server” → click “Go Live”.
  2. Or deploy on GitHub Pages (static hosting works perfectly).
  3. Note Opening by double-clicking files may break JSON loading due to browser security on file://.

Candidate Mode flow

Recruiter Mode (Pipeline)

Add / edit questions

Edit these JSON files:

Aptitude MCQs
data/aptitude.json
Coding tasks
data/coding.json
HR questions
data/hr.json
Logic
app.js

All IDs should be unique. Keep JSON valid (use double quotes).

Classroom workflow idea (Teacher + 2 students)

  1. Teacher runs the simulator on projector → explains the stages.
  2. Student A completes aptitude → Student B completes coding → swap.
  3. Recruiter mode on projector → drag both candidates through stages and discuss mistakes.
  4. Dashboard → show what to improve next week (aptitude speed, code correctness, HR structure).

Reset

You can reset data from the Home page (Danger Zone) or clear site storage in browser settings.