Skip to content

Commit

Permalink
Cloze example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Jan 16, 2025
1 parent daf292a commit da2f2a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/cloze.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
#' "South Australia", "Tasmania", "Australian Capital Territory",
#' "Northern Territory"),
#' "Victoria"
#' )
#' ),
#' type = "dropdown"
#' )
#'
#' # Numerical question: Pick a number between 1 and 10
#' cloze_numerical(
#' correct = 5.5,
#' answer = 5.5,
#' tolerance = 4.5
#' )
#'
Expand Down
4 changes: 2 additions & 2 deletions man/cloze_questions.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da2f2a6

Please sign in to comment.