mirror of
https://github.com/Stijnvandenbroek/stamp.git
synced 2026-01-14 23:16:54 +01:00
docs: add example.csv reference to README.md
This commit is contained in:
@@ -29,6 +29,7 @@ Question,Answer
|
|||||||
"What is the capital of France?","[{\"text\": \"Paris\", \"is_correct\": true}, {\"text\": \"Lyon\", \"is_correct\": false}]"
|
"What is the capital of France?","[{\"text\": \"Paris\", \"is_correct\": true}, {\"text\": \"Lyon\", \"is_correct\": false}]"
|
||||||
"Name two primary colors (select all that apply)","[{\"text\": \"Red\", \"is_correct\": true}, {\"text\": \"Blue\", \"is_correct\": true}, {\"text\": \"Green\", \"is_correct\": false}]"
|
"Name two primary colors (select all that apply)","[{\"text\": \"Red\", \"is_correct\": true}, {\"text\": \"Blue\", \"is_correct\": true}, {\"text\": \"Green\", \"is_correct\": false}]"
|
||||||
```
|
```
|
||||||
|
`example.csv` in the root of the repository can be loaded in the app as an example.
|
||||||
|
|
||||||
## Running with Docker (Recommended)
|
## Running with Docker (Recommended)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user