Rlogo: Knowledge Quiz Question about the R Logo

Exercise template for a simple knowledge quiz question including a static graphics file (the R logo).

Name:
Rlogo
Type:
Description:
Knowledge quiz question (about R and its logo) with 1 correct and 5 false alternative. 4 out of the 5 false alternatives are sampled randomly and shuffled. A static graphics file (not generated within R) is included in every question (the R logo).
Solution feedback:
Yes
Randomization:
Shuffling (4 out of 5 false alternatives)
Mathematical notation:
No
Verbatim R input/output:
No
Images:
Yes
Other supplements:
No
Template:
Raw: (1 random version)
PDF:
Rlogo-Rmd-pdf
Rlogo-Rnw-pdf
HTML:
Rlogo-Rmd-html
Rlogo-Rnw-html

Demo code:

library("exams")

set.seed(403)
exams2html("Rlogo.Rmd")
set.seed(403)
exams2pdf("Rlogo.Rmd")

set.seed(403)
exams2html("Rlogo.Rnw")
set.seed(403)
exams2pdf("Rlogo.Rnw")