Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phikal/rndj
A Short, Simple and Stupid tester
https://github.com/phikal/rndj
Last synced: about 21 hours ago
JSON representation
A Short, Simple and Stupid tester
- Host: GitHub
- URL: https://github.com/phikal/rndj
- Owner: phikal
- License: mit
- Created: 2015-04-22T19:32:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-25T22:20:50.000Z (over 9 years ago)
- Last Synced: 2024-11-18T15:45:41.698Z (2 months ago)
- Language: Java
- Homepage:
- Size: 301 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## RNDj
*RNDj is a simple tester for Android.*
When run the first time, it will ask for you to open a `.json` file with the following structure:
```Javascript
{
"question 1" : "answer 1",
"question 2" : "answer 2",
"question 3" : "answer 3",
...
}
```When loaded, it will present you with 5 buttons: One at the top and four below.
The top button, containing a question, will reset the bottom counter when simpley clicked, or let you reselect a file when held.
The other buttons are possible solutions, with the correct one changing it's position in the grid from round to round.
---
This project was written in Android Studio. It is a side-project so I don't devote all that much time to it, as it is simple too.