Most teachers check their students' knowledge through a list of questions with several answer options. This method is ok but it generates a lot of work. Hours of work. With SerialExaminer, these hours can become seconds, returning the wasted time
To launch this project on your computer download and run proper installer from last release
SerialExaminerSetup.exe
is 32-bit. For 64-bit systems, download SerialExaminerSetup-x64.exe
To check how many bit your system is, check the system information in System Settings
Running downloaded installer will launch UAC Unknown publisher alert because it is not digitally signed - for now I can't afford digital certification. You can use Virustotal to make sure that installer is clean
To launch this project on your awesome system use following code
First make sure your system has installed Python3
cd ~/Desktop
git clone https://github.com/Pixel48/SerialExaminer.git
cd SerialExaminer
python3 SerialExaminer.py
A short guide how to use SerialExaminer
Ask your students to send you test responses in .txt files named after their full names, journal number, any ID numbers or anything else, that can identify them. Ask them to write answers in these files in format <question number>.<question answer>
, line by line. The order of questions and letter size don't matter
- Provide the exact number of questions and answers in the exam and Press
Create key
button - Provide answers to questions about the question with given number. If you make a mistake you can go back using the
<
button. Window will disappear automatically after entering the last answer - After key answer window vanish, press
Done
button and provide filename to save answer key for potential future use. Key is automatically imported after saving
- Press
Import
button - In new dialog select key file you want to import
You can import key from .txt file, if it's formatted as a exam response
- Create or import correct answer key
- Press
Browse
button and provide folder with files written by your students - Press
Check
button to calculate results - Press
Display
button to show test results (First 270 records) - Press
Export
button, if you want to generate report file with result table in selected format
Future updates will add export options and
predicted grade
column in results
If you have used the program, feel free to leave feedback on the project's issues page to help me improve my work