Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orausch/math-manager
A Swing based Math Problem generation program
https://github.com/orausch/math-manager
Last synced: about 9 hours ago
JSON representation
A Swing based Math Problem generation program
- Host: GitHub
- URL: https://github.com/orausch/math-manager
- Owner: orausch
- License: other
- Created: 2016-11-05T14:08:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T15:13:59.000Z (over 6 years ago)
- Last Synced: 2024-12-10T23:05:44.554Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 388 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Math Manager
A Swing based math problem and test generation program.
[Screenshots can be found here](screenshots/screenshots.md).## Features
* Generate various math problems randomly or using parameters
* View problems in a question browser
* Store problems in a database
* Create tests using stored problems
* Export tests in PDF format. [Example](screenshots/export.pdf)## Building from source with Maven
The source code can be built using [Apache Maven](https://maven.apache.org/). After Maven is installed, simply navigate to the project root and build using:
```
$ mvn clean compile assembly:single
```
The built jar will be located in `target/`Run tests with
```
mvn test
```## Dependencies
* [h2database](https://github.com/h2database/h2database): a fast embedded Java SQL database
* [jIconFont](http://jiconfont.github.io/): a simple iconfont implementation library
* [material-design-icons](https://github.com/google/material-design-icons): the iconset made by Google for Android