Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/half-shot/flashcard.js
A javascript that allows you to make up a load of flashcards for any revision purposes. Much better than card.
https://github.com/half-shot/flashcard.js
Last synced: about 1 month ago
JSON representation
A javascript that allows you to make up a load of flashcards for any revision purposes. Much better than card.
- Host: GitHub
- URL: https://github.com/half-shot/flashcard.js
- Owner: Half-Shot
- License: mit
- Created: 2014-02-07T15:28:11.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-03T16:56:38.000Z (almost 11 years ago)
- Last Synced: 2024-12-09T20:08:46.869Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://molrams.no-ip.org/flashcards/main.html
- Size: 320 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
flashcard.js
============A javascript that allows you to make up a load of flashcards for any revision purposes. Much better than the cardbased system. This is built on the great bootstrap from twitter and works fine with PCs and mobile platforms alike.
How to Use
==========Simply open the file js/cards.json.
A question is structured like so:
{
"question":"QuestionA", #Your question
"description":"Description of QuestionA", #Additional stuff. Supports HTML
"answer":"42", #The answer
"answerext":"Extended Answer Stuff" #Addition answery stuff
}
The structure of the document is a bit simpler
It goes Object -> Array -> Object.So you have the section objects and a number of arrays within of sub-sections.
Inside them are your question objects. The javascript will take care of everything else and will
generate the cards on each loadup.I won't be maintaining this project since my time is spent between my current project, Bread and my Alevels, but your welcome to add your own features and push back ;).