private void showExercise()
 {
     this.questionDocument.Document = BaseObjectToFlowDocument.CreateExerciseFlowDocument(exercise,
                                                                                          this.showAnswerCheckBox.IsChecked.Value,
                                                                                          this.showResponseCheckBox.IsChecked.Value);
 }