https://github.com/mbaas2/frapl-leitnerbox
A tool to emulate the Leitner-Box (spaced repetition with flashcards) for learning more than just vocabulary!
https://github.com/mbaas2/frapl-leitnerbox
apl dyalog-apl vocab-trainer vocabulary-flashcards vocabulary-learning
Last synced: 2 months ago
JSON representation
A tool to emulate the Leitner-Box (spaced repetition with flashcards) for learning more than just vocabulary!
- Host: GitHub
- URL: https://github.com/mbaas2/frapl-leitnerbox
- Owner: mbaas2
- Created: 2019-12-14T21:32:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-10T16:47:46.000Z (over 4 years ago)
- Last Synced: 2025-01-11T09:54:17.199Z (4 months ago)
- Topics: apl, dyalog-apl, vocab-trainer, vocabulary-flashcards, vocabulary-learning
- Language: JavaScript
- Homepage:
- Size: 4.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# FRAPL-LeitnerBox
## Purpose
This little project has been developed by the [FRAPL-Meetup](https://www.meetup.com/de-DE/Frankfurt-APLers/) - a group of APL-Enthusiasts in and around Frankfurt.
Our goal is to learn how to use APL by building useful software. This little (totally untypical) APL-Application
intends to help students (or other "learners") in their study of vocabulary or other material they need to memorize. It uses the [Flashcard](https://wikipedia.org/wiki/Flashcard)-ideas from [Sebastian Leitner](https://de.wikipedia.org/wiki/Sebastian_Leitner).The current name is probably temporary - one fine day (when it gets really useable) we may drop the FRAPL-Prefix! ;)
### DUI-UI
In Feb2020 we started implementing an HTML-UI which can be used cross-platform. This uses DUI (Dyalog User Interface) which renders HTML/JS-based UIs.
Available from its repository https://github.com/Dyalog/DUI (doco of controls & how to build pages etc. currently to be found @ https://miserver.dyalog.com/)To execute it, start Dyalog and then:
`)load /git/dui/dui ⍝ adjust path as appropriate`To run the app using HTMLRenderer as a container:
`DUI.Run'/git/frapl-voka'`Run it serving pages to your browser:
`DUI.Run'/git/frapl-voka' 8080` ⍝ click URL that is shown in output`** Warning: ** sorry, it's still very early days for this UI...
This project is licensed under the terms of the MIT license.