Skip to content

BoasE/BE.MathTasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BE.MathTasks

Library for creating mathematical training tasks like arithmetic tasks

TimesTables 1-10

All math tasks are annotated. e.g. core task

 var tables = new SmallTimesTable();
 var tasks = tables.AllForTable(3); // All Tasks for the 3rd Times table
 
 tasks = tables.RandomTasks(MultiplicationTaskRequest.ForTable(3), 4); //4 non duplicte tasks of the 3rd timestable
 
 

About

Library for creating mathematical training tasks like arithmetic tasks

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages