math_test

Crates.iomath_test
lib.rsmath_test
version1.0.0
sourcesrc
created_at2022-08-07 06:45:12.356522
updated_at2022-08-28 16:41:00.701391
descriptionGenerates math questions for elementary school kids
homepage
repositoryhttps://github.com/mj-nehme/math_test
max_upload_size
id640136
size3,723,585
Mohamad-Jaafar NEHME (mj-nehme)

documentation

README

math_test

A math test prepared for my kids who are still in their elementary school.

This project is being built for learning purposes and will be watched and developed in my free time only.

Description

The student can choose one exam out of six:

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • One Variable Equation
  • Two Variables Equation

The student has the option to choose the complexity level up to level 10.

An exam is made up of 10 questions, and so a score is calculated out of 10.

An exam can be either solved from the console (cargo run) or can be prepared in a pdf file (cargo run -- pdf)

Next steps (A contribution room):

Please read the open issues.

Like to Contribute?

For contributing to this project, please have a look on our CODE_OF_CONDUCT and CONTRIBUTING guidlines.

NOTE

The math_test crate would be frequently updated on major changes, but the math_test github repo is to be updated on every (even minor) change.

Commit count: 38

cargo fmt