Skip to content

VictorColomb/random_questions_website

Repository files navigation

random_questions_website

Releases Issues License

Site de révision du programme de MP

See preview : https://i.imgur.com/gN97psS.jpg

Features

Written for three disciplines : maths, physique and SI. Displays questions randomly from those that have not been marked by the user.

Progression for each discipline saved in the browser's local storage.

Chapters can be selected or unselected. Only questions from the chosen chapters will be displayed to the user.

If a correction is available, open with the filled lightbulb button. If not, the user can suggest one by clicking the empty lightbulb button, which opens correction/index.php. Alternatively, press C.

Suggest a correction

The textarea comes with syntax highlighting, provided by CodeMirror. Should a previously suggested correction is found, the existing latex code will be given to the user.

The user can also upload a .tex or .pdf file (5M max).

The input code or the file is sent via POST to submit.php.

Installation

Clone or unpack minified version from releases.

Set up PHP server.

Make sure the following settings are set in php.ini :

file_uploads = On
upload_max_filesize = 5M
post_max_size = 8M

The variable post_max_size may be of any size a little greater than 5M but don't make it too big though.

CSV files

Data, except corrections, is stored in the following csv files, located in the /data folder (csv headers are given too) :

  • chapters.csv : id | discipline | name
  • questions.csv : id | discipline | chapter | content | corr
  • comments.csv : timestamp | question_id | name | email | comment | read
  • corrections.csv : timestamp | question_id | correction_id | file_extension

Admin interface page coming...

License

The code is licensed under the MIT license.

Questions and corrections are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.