LaTeX MCQ Shuffler
The LaTeX MCQ Shuffler is a Python script designed to shuffle choices in multiple-choice questions within a LaTeX document. It takes a LaTeX file containing questions and choices, shuffles the choices, and generates multiple sets of shuffled quizzes.
-
Clone the Repository:
git clone https://github.com/Zeekersky/mcq_shuffler_latex.git
cd mcq_shuffler_latex -
Install Dependencies:
The script uses Python. Make sure you have Python installed on your machine.
-
Run the Script:
Keep the original Latex file with question in 'source' folder. P.S.: Use given templete in 'source' folder.
Run command: python randomized_mcq.py 5 2
where 5 is the number of MCQ question and 2 is the number of different set you want to generate.
-
Output:
The shuffled quizzes will be generated in the 'modified' directory.
- source: Contains the original LaTeX files with questions.
- modified: Stores the output shuffled quizzes.