-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtut2_question1.Rmd
More file actions
54 lines (40 loc) · 1.27 KB
/
Copy pathtut2_question1.Rmd
File metadata and controls
54 lines (40 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
```{r}
#| echo: false
#| results: hide
library(exams)
library(exams2forms)
```
Question
========
1. **What is the age of the youngest particpant?**
::: {style="padding-left: 2em;"}
`r add_cloze(16)`
:::
2. **How many males participated in the data collection?**
::: {style="padding-left: 2em;"}
`r add_cloze(218)`
:::
3. **What is the dominant foot for most people?**
::: {style="padding-left: 2em;"}
`r add_cloze("Right")`
:::
4. **How many variables are investigated?**
::: {style="padding-left: 2em;"}
`r add_cloze(12)`
:::
5. **What does Length2DRH indicate?**
::: {style="padding-left: 2em;"}
`r add_cloze("Length of the 2nd Digit on the Right Hand", c("Length of the 2nd Digit on the Left Hand", "Length of the 2nd Digit on the Right Hand"))`
:::
`r format_metainfo("answerlist")`
Solution
========
All the information can be found in the `summary` - if you're confused by Length... they follow this format: Length2DRH = Length of 2nd Digit on Right Hand, Length4DLH = Length of 4th Digit on Left Hand.
Metainformation
===============
exname: penguins sex dimorphism
extype: cloze
exclozetype: `r format_metainfo("type")`
exsolution: `r format_metainfo("solution")`
extol: `r format_metainfo("tolerance")`
exshuffle: TRUE