countrycodes: String Question about ISO Country Codes
Name:
countrycodes
Type:
Preview:
What is the three-letter country code (ISO 3166-1 alpha-3) for Turkmenistan?
The ISO 3166-1 alpha-3 code for Turkmenistan is TKM.
What is the three-letter country code (ISO 3166-1 alpha-3) for Venezuela?
The ISO 3166-1 alpha-3 code for Venezuela is VEN.
What is the three-letter country code (ISO 3166-1 alpha-3) for Qatar?
The ISO 3166-1 alpha-3 code for Qatar is QAT.
Description:
Knowledge quiz question about three-letter country codes (ISO 3166-1 alpha-3). A country is drawn randomly from a list of 167 countries and the correct string answer is the corresponding three-letter country code.
Solution feedback:
Yes
Randomization:
Shuffling (1 out of 167 question/answer pairs)
Mathematical notation:
No
Verbatim R input/output:
No
Images:
No
Other supplements:
No
Demo code:
library("exams")
set.seed(403)
exams2html("countrycodes.Rmd")
set.seed(403)
exams2pdf("countrycodes.Rmd")
set.seed(403)
exams2html("countrycodes.Rnw")
set.seed(403)
exams2pdf("countrycodes.Rnw")