You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/class_worksheets/06_debugging/06_conditions_debugging.qmd
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -204,11 +204,9 @@ So that it looks at toss_2 rather than toss_1.
204
204
## Puzzle 2
205
205
206
206
::: {.question}
207
-
The following function will input our survey dataframe, and is meant to output the number of times people responded `TRUE` to a question. The correct output is 33, however it is currently outputting 110. Debug this function to fix the issue.
207
+
The following function will input our survey dataframe, and is meant to output the number of times people responded `TRUE` to a question. The correct output is 41, however it is currently outputting 112. Debug this function to fix the issue.
0 commit comments