Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/flipside
flash cards powered by Google Docs
https://github.com/imrehg/flipside
Last synced: 12 days ago
JSON representation
flash cards powered by Google Docs
- Host: GitHub
- URL: https://github.com/imrehg/flipside
- Owner: imrehg
- License: mit
- Created: 2011-04-23T17:25:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-05-09T06:31:08.000Z (over 13 years ago)
- Last Synced: 2024-04-08T17:42:14.143Z (8 months ago)
- Language: Python
- Homepage:
- Size: 97.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Flipside
========Flash cards based practice with Google Spreadsheets.
Idea
----Prepare a spreadsheet with a specific format to use it as a practice
data for whatever information you want to train. Need three columns:`Answers | Questions | Clues`
For example:
`English expression | Chinese expression | Chinese pronunciation`
Then use this data in a variety of interfaces to present e.g. multiple
choice questions or other puzzles that help you practiceInterfaces
----------* basic: command line interface for multiple choice questions (done)
* standalone: single html file that implements the functions of basic in a browser (exploration)
* dotflipside: website version that can be hosted and more users can have access in the same time (planning)
* addon: Google Docs addon for in-interface usageContributing
------------Feature requests, pull requests, comments welcome. Can't make any guarantees, though.
License
-------See LICENSE.txt for info, in nutshell all of this is under the MIT License.