A simple JAVA application for self testing. No database required (XML based).
Application features:
- create as many questions as you want;
- orginize questions into groups;
- create tests from questions;
Short description
- "questions" package contains code, related to creating a questions;
- "test" package contains code, related to creating a test and questions;
- "testing" package contains code, related to testing process itself;
Feel free to add more features and use this project as your first pull request on github. Everybody's welcome!
Before you contribute:
- Make a copy of this project on your github page (fork);
- Create a new branch
- Enjoy coding.