Welcome to MCTest, a website dedicated to assisting in exam preparation and grading.
MCTest is free and open-source software (see License), with its most notable feature being the ability to handle parametric questions using LaTeX and Python. This allows for numerous variations of the same question.
Please access vision.ufabc.edu.br for some examples.
-
Error messages and graphical interfaces;
-
Install _setup-all.sh (including other operating systems);
-
The time to generate PDF from an exam with many students.
-
Site and DB in different languages. For example, edit the locale/pt/LC_MESSAGES/django.po for Portuguese and use the commands:
django-admin.py makemessages -l pt django-admin.py compilemessages
Afterwards make the following changes in _settings.env:
LANGUAGE_CODE = 'pt-br' TIME_ZONE = 'America/Sao_Paulo'
Please see locale for other languages;
-
AI Exams Module: individual exams based on the students and the class history;
-
AI Students Module: evaluation of how the weigh questions in order to show the skills and abilities of each student;
-
Use of blockchain to validate exams, history and other features;
-
Inclusion of facial recognition in the QR Code of the exams;
-
Improve of Item Response Theory;
-
Use Markdown to describe questions and send exams or activities to students;
-
Adapt the Android application to this version of MCTest [ref15, ref16b];
-
Study the integration of MCTest with other systems, for example, SIGAA and Moodle, sharing different databases;
-
Run the parametric question codes on other servers, similar to those used in the Moodle VPL plug-in;
-
Integrate with MakeTests;
-
Write a complete tutorial to install and use MCTest.
A maximum of 5 authors per article; Authors' order proportional to the number of pages written; I already have data/implementations for some topics:
-
Security in exams using QRcode;
-
Exams with multiple-choice questions and different weights in the answers;
-
Answer sheet design comparisons;
-
A case study using Item Response Theory;
-
Individualized online activities with multiple-choice parametric questions;
-
MCTest: Software Requirements Specification;
-
MCTest: graphic interface;
-
MCTest: data base;
-
MCTest: software architecture;
-
MCTest: software deployment.
- August 2018
- Multiple choice test model in QR Code itself
- August 2019
- New graphical interfaces
- The multiple-choice test template is now stored on the server
- grant #2018/23561-1, São Paulo Research Foundation (FAPESP)
- 01/09/2019 - 31/08/2021
- Title: A universal system for generation and correction automatic of parametrized questions
- Questions with skills in linker.json
- Table test skill by Teubl
- Hash with email
- Exam with topics and adapted test
- VPL 13 for Moodle 4.1
To install MCTest, follow the steps below:
-
Install VirtualBox
-
Install Ubuntu 22.04 on VirtualBox
-
In Ubuntu, run the following commands in the terminal:
sudo su wget https://raw.githubusercontent.com/fzampirolli/mctest/master/_setup-all.sh sed -i 's/\/home\/fz\//\/home\/yourUsername\//g' _setup-all.sh source _setup-all.sh pip install mysqlclient
Change yourUsername
above before running the script.
This will download the installation script and perform the necessary configurations.
Please wait for completion: After a few minutes, the process will be finished, and MCTest will be set up.
In the same terminal, run MCTest with the following command, changing yourUsername
:
source /home/yourUsername/PycharmProjects/runDjango.sh
Access MCTest: After completion, open a web browser with the URL http://127.0.0.1:8000.
For new terminals, run MCTest with the following commands, changing yourUsername
:
sudo su
source /home/yourUsername/PycharmProjects/AmbientePython3/bin/activate
source /home/yourUsername/PycharmProjects/_settings.env
source /home/yourUsername/PycharmProjects/runDjango.sh
For more details and configuration options, refer to the _setup-all.sh file.