Skip to content

Commit

Permalink
fix typo per @homemadecroissant
Browse files Browse the repository at this point in the history
  • Loading branch information
ncarchedi committed Oct 21, 2014
1 parent 3bf3e43 commit b95b114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R_Programming/vapply_and_tapply/lesson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
Hint: You can see a summary of populations for countries with and without the color red on their flag with tapply(flags$population, flags$red, summary).

- Class: mult_question
Output: What is the median population (in millions) for counties *without* the color red on their flag?
Output: What is the median population (in millions) for countries *without* the color red on their flag?
AnswerChoices: 9.0; 4.0; 27.6; 3.0; 22.1; 0.0
CorrectAnswer: 3.0
AnswerTests: omnitest(correctVal= '3.0')
Expand Down
2 changes: 1 addition & 1 deletion R_Programming_Alt/vapply_and_tapply/lesson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
Hint: You can see a summary of populations for countries with and without the color red on their flag with tapply(flags$population, flags$red, summary).

- Class: mult_question
Output: What is the median population (in millions) for counties *without* the color red on their flag?
Output: What is the median population (in millions) for countries *without* the color red on their flag?
AnswerChoices: 9.0; 4.0; 27.6; 3.0; 22.1; 0.0
CorrectAnswer: 3.0
AnswerTests: omnitest(correctVal= '3.0')
Expand Down

0 comments on commit b95b114

Please sign in to comment.