An open API service indexing awesome lists of open source software.

https://github.com/vmizg/random_maths_generator

Random primary maths summation question generator written in C#. Generates questions, right answer + three wrong answers closely related to the question.
https://github.com/vmizg/random_maths_generator

Last synced: 2 months ago
JSON representation

Random primary maths summation question generator written in C#. Generates questions, right answer + three wrong answers closely related to the question.

Awesome Lists containing this project

README

        

# Random_Maths_Generator
Random primary maths summation question generator written in C#.
Generates questions, right answer + three wrong answers closely related to the question.

# Question 1:
The correct answer and possible summands are between 1 and 10
# Question 2:
The correct answer and possible summands are between 11 and 19
# Question 3:
The correct answer and possible summands are between 21 and 99

# Output format:
x + y = ?; A, B, C, D
Where:
x and y are integers and A, B, C, D are the available answers.