https://github.com/emikodes/questionsort-teacher-test-tool
QuestionSort, a simple CLI based tool for teachers, which is able to create custom tests, shuffled in their questions and possible answers.
https://github.com/emikodes/questionsort-teacher-test-tool
class-test make-tests quiz school-test school-test-generator teacher teacher-assistant
Last synced: 3 months ago
JSON representation
QuestionSort, a simple CLI based tool for teachers, which is able to create custom tests, shuffled in their questions and possible answers.
- Host: GitHub
- URL: https://github.com/emikodes/questionsort-teacher-test-tool
- Owner: emikodes
- Created: 2022-03-19T01:11:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-28T16:41:19.000Z (over 2 years ago)
- Last Synced: 2025-01-08T18:18:51.278Z (5 months ago)
- Topics: class-test, make-tests, quiz, school-test, school-test-generator, teacher, teacher-assistant
- Language: HTML
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuestionSort-Teacher-Test-Tool
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.
---
## Examples of tests created using this tool:
---
## To load questions👇
```
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).
```### If you want to insert a multiple choice question:
- 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***
---
### If you want to insert an open answer-question:
- Write the answer in the first line
- Write a possible answer in the line below, it will be written in the "ForTeachers.qsrt" file.---
## Usage
### Example of "MasterKey.qsrt" file:### Running the executable:
|
|
|
|--------------------------------------|------------------------------|