Exomatik
History
Exomatik exists as a web site : exomatik.net
Author : Nicolas Poulain
Definition
- Exomatik is a database of (math) exercises in LaTeX format.
- With Exomatik, a visitor can build and download an sheet of exercises or assessment.
- It is made with MySQL and PHP
- Exercises currently are made in LaTeX; an OOo extension is under active development
- All exercises currently are math exercises; this is no exclusive choice
Data structure
Summary:
Hierarchy goes from top (chapter, related to exactly one class level (H1,H2…, through "item", which is equivalent to "outcome" in an analytical way
Tables are linked one with the other : 1 - "item" linked to "chapter" = one item belongs to one or more chapters 2 - "exercise" linked to "item" = one exercise related to one or more item(s)-related-with-chapter ("chapitem"), with a "level" attribute, from 0 to 3, defining the exercise difficulty
Data structure:- table auteur : id, nom, prenom, email
- table item : id, titre
- table chapitem : id, id_chapitre, id_item
- table chapitre : id, niveau, titre
- table exchapitem : id_exercice, id_chapitem, level
- table exercice : id, id_auteur, type, abstract, date_creation, date_modification