zanbaldwin / paragin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exam Importer (Paragin)

Prerequisites

  • PHP (tested with 8.2)
  • SQLite PHP extension
  • Composer

Setup

git clone "https://github.com/zanbaldwin/paragin.git" "<project-location>"
cd "<project-location>"
composer install
bin/console -n doctrine:migrations:migrate

Importing Exams

bin/console app:import:exam 'absolute/or/relative/path/to/exam.xlsx'

Viewing Exams

Your own personal choice of local development setup, or:

php -S localhost:8000 -t public

Issues

Calculating the Rit correlation value was harder than expected. The values I calculated are obviously wrong, but by this point I'm done and was grateful I don't need to think about mathematical formulas anymore.

About

License:MIT License


Languages

Language:PHP 88.8%Language:Twig 11.2%