

Question
========
For the 49 observations of the variable `x` in the data file
[boxhist.csv](boxhist.csv) draw a histogram, a boxplot and a stripchart.
Based on the graphics, answer the following questions or check the correct
statements, respectively. _(Comment: The tolerance for numeric answers is
$\pm0.8$, the true/false statements are either about correct or clearly wrong.)_

Answerlist
----------
* The distribution is unimodal.
* The distribution is _not_ unimodal.
* The distribution is symmetric.
* The distribution is right-skewed.
* The distribution is left-skewed.
* The boxplot shows outliers.
* The boxplot shows _no_ outliers.
* A quarter of the observations is smaller than which value?
* A quarter of the observations is greater than which value?
* Half of the observations are smaller than which value?

Solution
========

![](boxplot_hist-1.svg)

Answerlist
----------
* False
* True
* True
* False
* False
* False
* True
* 2.55
* 13.1
* 10.4

Meta-information
================
extype: cloze
exsolution: 01|100|01|2.55|13.1|10.4
exclozetype: schoice|schoice|schoice|num|num|num
exname: Boxplot and histogram
extol: 0.8
