QuestionSort, is a simple CLI based tool for teachers, which is able to create custom tests, shuffled in their questions and possible answers.
It also creates a file with all the correct answers in it, in order to help teachers correct the tests.
To use QuestionSort, you have to insert the answers in the "MasterKey.qsrt" file, located in the same directory as the binary file.
Answers and the multiple-choice questions within it (if there are any) will be automatically shuffled.
Always remember to put your questions on two lines, the first one should be the question to display, in the second line, write the answer(s).
- Write the question in the first line
- In the line below,Use the pipe symbol '|', to separate multiple choice answers, than put the hashtag sign '#' in front of the correct answer.
Example👇
Do you like this project?
Yes|no|#bro this is bulls***
- Write the answer in the first line
- Write a possible answer in the line below, it will be written in the "ForTeachers.qsrt" file.