docs: add example.csv reference to README.md

This commit is contained in:
Stijnvandenbroek
2025-06-29 11:28:13 +02:00
parent 672d3d1cfc
commit fd1229c8f3

View File

@@ -29,6 +29,7 @@ Question,Answer
"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}]"
```
`example.csv` in the root of the repository can be loaded in the app as an example.
## Running with Docker (Recommended)