Coder Social home page Coder Social logo

fzampirolli / mctest Goto Github PK

View Code? Open in Web Editor NEW
9.0 5.0 3.0 771.27 MB

website dedicated to assist in preparation and correction of exams:

Home Page: http://vision.ufabc.edu.br

License: Other

Python 1.43% Shell 0.40% HTML 95.97% TeX 0.53% CSS 0.01% C++ 1.27% Makefile 0.01% Jupyter Notebook 0.39% Dockerfile 0.01%

mctest's Introduction

MCTest v. 5.3

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.

Books and Playlist.

Please access vision.ufabc.edu.br for some examples.

Help us spread MCTest. The more people use it, the faster we can make improvements.

Future Improvements

  1. Error messages and graphical interfaces;

  2. Install _setup-all.sh (including other operating systems);

  3. The time to generate PDF from an exam with many students.

  4. 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;

  5. AI Exams Module: individual exams based on the students and the class history;

  6. AI Students Module: evaluation of how the weigh questions in order to show the skills and abilities of each student;

  7. Use of blockchain to validate exams, history and other features;

  8. Inclusion of facial recognition in the QR Code of the exams;

  9. Improve of Item Response Theory;

  10. Use Markdown to describe questions and send exams or activities to students;

  11. Adapt the Android application to this version of MCTest [ref15, ref16b];

  12. Study the integration of MCTest with other systems, for example, SIGAA and Moodle, sharing different databases;

  13. Run the parametric question codes on other servers, similar to those used in the Moodle VPL plug-in;

  14. Integrate with MakeTests;

  15. Write a complete tutorial to install and use MCTest.


I would like to collaborate with experts to write articles or technical reports

A maximum of 5 authors per article; Authors' order proportional to the number of pages written; I already have data/implementations for some topics:

  1. Security in exams using QRcode;

  2. Exams with multiple-choice questions and different weights in the answers;

  3. Answer sheet design comparisons;

  4. A case study using Item Response Theory;

  5. Individualized online activities with multiple-choice parametric questions;

  6. MCTest: Software Requirements Specification;

  7. MCTest: graphic interface;

  8. MCTest: data base;

  9. MCTest: software architecture;

  10. MCTest: software deployment.


Versions

MCTest 5.0
  • August 2018
  • Multiple choice test model in QR Code itself
MCTest 5.1
  • August 2019
  • New graphical interfaces
  • The multiple-choice test template is now stored on the server
MCTest 5.2
  • 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
MCTest 5.3 - Currently in progress
  • 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

Install MCTest

To install MCTest, follow the steps below:

  1. Install VirtualBox

  2. Install Ubuntu 22.04 on VirtualBox

  3. 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.

mctest's People

Contributors

fzampirolli avatar

Stargazers

Daniel Lopes  avatar Eric Araujo avatar  avatar Renan A. Marks avatar ANDRÉ avatar Leandro Avanço avatar  avatar Janio Silva avatar Rafael G. Mantovani avatar

Watchers

Christina von Flach avatar Daniel Gonçalves da Silva avatar  avatar Bruno Albertini avatar Daniel Lopes  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.