Creates 4 sets of the question paper with scrambled questions
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/tarunvelli/electron-question-paper-scrambler
# Go into the repository
cd electron-question-paper-scrambler
# Install dependencies
npm install
# Run the app
npm start
-
The "Build" button saves a single shuffled copy
-
The "Scramble" button shuffles the questions in the page but doesnt save any copy
-
The "Scramle*4" button saves 4 shuffled copies of the paper
After cicking build, the output files can be founds in the output folder.