French Test Deck
[ NEXT to begin ]
Help
Flashcarder is an app that allows you to make custom decks of flashcards with prompts and answers.
To upload a deck, click "Upload" or drag and drop a file.
To make your own, the most surefire method is to use the editor, which allows you to modify the cards live.
You can also share your deck by copying a unique URL that encodes all the information. Since URLs have limited length, large decks (a few hundred words) may not work. Alternatively, you can download a file from the share page and send that to them.
Files can be shared in .json, .csv, or .txt format. (Click on the filetypes for example decks in those formats.)
Note that the keys _title
, _sourceName
, _sourceURL
,
_languagePrompts
, _languageAnswers
are optional.
For .csv files, the delimiter is a comma. For text files, the delimiter can be a tab,
semicolon, colon, or pipe. Currently, a comma is not supported by default. However, you can
override this by including a line at the top of the file: SEP=X
where
X
is the delimiter you want. This follows the Excel standard.