## ### Exercise 7
## 
## 
## ```{r plotting-7}
## question_text(NULL,
## 	answer(NULL, correct = TRUE),
## 	allow_retry = TRUE,
## 	try_again_button = "Edit Answer",
## 	incorrect = NULL,
## 	rows = 5)
## ```
## 
## ###
## 
## ```{r plotting-7-test, echo = TRUE}
## 
## ```
## 
## ###

## ### Exercise 8
## 
## ```{r plotting-8}
## question_text(NULL,
## 	message = "Place correct answer here.",
## 	answer(NULL, correct = TRUE),
## 	allow_retry = FALSE,
## 	incorrect = NULL,
## 	rows = 6)
## ```
## 
## ###
