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.
- Host: GitHub
- URL: https://github.com/vmizg/random_maths_generator
- Owner: vmizg
- Created: 2016-04-04T10:15:15.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T10:18:32.000Z (about 9 years ago)
- Last Synced: 2025-02-08T09:11:07.576Z (4 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.