README Edits for the addition of score field

This commit is contained in:
Bryan Jenks 2020-04-19 00:56:14 -07:00
parent f0d2f331eb
commit 83fa8f8dec
1 changed files with 7 additions and 2 deletions

View File

@ -27,11 +27,16 @@ To utilize this script copy/move it to your `~/.local/bin/` folder or any place
## Usage ## Usage
The `deck.csv` file should have colon `:` seperated values in 3 columns The `deck.csv` file should have colon `:` seperated values in 4 columns
Organized like this: Organized like this:
> `category:question:answer` > `category:question:answer:0`
**First Field:** The category of the flashcard
**Second Field:** The Question being asked
**Third Field:** The Hidden Answer
**Fourth Field:** The Score*
## Videos ## Videos