Skip to content

o2edu/MathsExams

 
 

Repository files navigation

Maths Exams

Maths Exams is an application for creating practice maths exams.

Why?

As a maths tutor I see students from public schools without enough practice exams to practice with in the leadup to their exam time. In my opinion, those schools don't have enough resources to provide them with the practice material they need.

What if?

... we could generate educational content to serve that need using programming? This project explores that idea.

Examples

If you don't want to go through the installation (which can involve installing a bulky LaTeX compiler, if you don't already have one) - there are some example PDFs in the /examples folder.

Installation

1. Clone the repo
2. $ pip install -r requirements.txt
3. Ensure you have a LaTeX compiler so you can compile the generated LaTeX.

Run

Using Python 3:

python exam.py

This creates exam.tex, a (very simple) exam in the same directory. It showcases all of the questions that have been created so far. Use your LaTeX compiler to create a .pdf and have a look!

Miscellaneous Information

These questions are based off the Victorian Certificate of Education (VCE) exams sat by year 12 students. Past papers can be found at the Victorian Curriculum Assessment Authority (VCAA) website.

Contribute

I don't know if there will be any demand for me to develop this further, so contributions of feedback instead of code are greatly appreciated!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.7%
  • TeX 0.3%