R/format_choices.R

Defines functions format_choices

Documented in format_choices

#' Format question/answer strings
#'
#' Question/answer character strings can be identified to be
#' latex markup or an image or just plain text.
#' @export
format_choices <- function(choice_str) {


  choice_str  # nothing, for now.
}
dtkaplan/drillr documentation built on Jan. 1, 2021, 12:08 a.m.