fs-quiz-tool/FORMAT.md

141 lines
1.7 KiB
Markdown
Raw Normal View History

2020-12-16 12:37:33 +01:00
FS Quiz Tool question format
============================
This document provides examples for the question format
## ChooseOne
Single-Choice question
2020-12-16 12:57:58 +01:00
##### Question Text
2020-12-16 12:37:33 +01:00
```text
How many drivers per team are allowed at most?
```
2020-12-16 12:57:58 +01:00
##### Answer options
2020-12-16 12:37:33 +01:00
```text
Unlimited, but the number of drivers per event is limited to two.
Unlimited, but the number of events per driver is limited to two.
Six.
```
2020-12-16 12:57:58 +01:00
##### Correct Answer(s)
2020-12-16 12:37:33 +01:00
```text
3
```
2020-12-16 12:57:58 +01:00
##### Explanation
2020-12-16 12:37:33 +01:00
```text
D 1.1.1: "[...] a maximum of six drivers are allowed for each team"
```
2020-12-16 12:57:58 +01:00
##### Author
2020-12-16 12:37:33 +01:00
```text
John Doe
```
##### Time [minutes]
```text
3
```
2020-12-16 12:37:33 +01:00
## ChooseAny
2020-12-16 12:57:58 +01:00
##### Question Text
2020-12-16 12:37:33 +01:00
```text
Due to rust and corrosion of the filler neck a new one need to be installed. choose one or more of the shown filler neck types(made of none clear material) that are allowed according to the FSG rules.
```
2020-12-16 12:57:58 +01:00
##### Answer options
2020-12-16 12:37:33 +01:00
```text
a
b
c
d
```
2020-12-16 12:57:58 +01:00
##### Correct Answer(s)
2020-12-16 12:37:33 +01:00
```text
2
4
```
2020-12-16 12:57:58 +01:00
##### Explanation
2020-12-16 12:37:33 +01:00
```text
CV 2.6
```
2020-12-16 12:57:58 +01:00
##### Author
2020-12-16 12:37:33 +01:00
```text
Jane Doe
```
2020-12-16 12:57:58 +01:00
##### Image Link
2020-12-16 12:37:33 +01:00
```text
https://i.ibb.co/m8C9VZp/image.png
```
##### Time [minutes]
```text
3
```
2020-12-16 12:37:33 +01:00
## Text
2020-12-16 12:57:58 +01:00
##### Question Text
2020-12-16 12:37:33 +01:00
```text
Calculate the torsional- and bending-nominal stress at the critical cross section for the load case shown below. Given: P = 12kW; n = 980 1/min; F = 500 N; xkrit = 110 mm; 0 ≤ x0 ≤ 120mm
```
2020-12-16 12:57:58 +01:00
##### Answer options
2020-12-16 12:37:33 +01:00
```text
Torsional-nominal stress [N/mm², 1 decimal]
Bending-nominal stress [N/mm², 1 decimal]
```
2020-12-16 12:57:58 +01:00
##### Correct Answer(s)
2020-12-16 12:37:33 +01:00
```text
17.1
18.2
```
2020-12-16 12:57:58 +01:00
##### Explanation
2020-12-16 12:37:33 +01:00
```text
https://i.ibb.co/1r3yqY7/2b.png
```
2020-12-16 12:57:58 +01:00
##### Author
2020-12-16 12:37:33 +01:00
```text
Max Mustermann
```
2020-12-16 12:57:58 +01:00
##### Image Link
2020-12-16 12:37:33 +01:00
```text
https://i.ibb.co/tYTdw86/2a.png
```
##### Time [minutes]
```text
7
```