Explain TSV field
This commit is contained in:
parent
872e10ba08
commit
4fd9d1eb81
|
@ -3,6 +3,13 @@ FS Quiz Tool question format
|
||||||
|
|
||||||
This document provides examples for the question format
|
This document provides examples for the question format
|
||||||
|
|
||||||
|
The web tool will accept these in TSV format, as copied from a spreadsheet like Google Sheets. One Question is one row of the TSV, and each column is one of the following fields, like:
|
||||||
|
|
||||||
|
Input Type | Question | Choices/Answer Options | Answers | Explanation | Author | Picture Link | Time in minutes
|
||||||
|
-----------|----------|-------------------------|---------|-------------|--------|-----------------|----------------
|
||||||
|
ChooseOne | ... | a<br>b | 2 | ... | ... | https://url.jpg | 3
|
||||||
|
Text | ... | Answer in W, 2 decimals | 4.20 | ... | ... | | 5
|
||||||
|
|
||||||
## ChooseOne
|
## ChooseOne
|
||||||
|
|
||||||
Single-Choice question
|
Single-Choice question
|
||||||
|
|
Loading…
Reference in New Issue