Tags and annotation syntax

This vignette documents supported teacher tags.

Supported tags

Example

# tutorizeR: mcq, hints=Inspect the grouping variable|Summarise by program
activity |>
  dplyr::group_by(program) |>
  dplyr::summarise(
    mean_hours = mean(study_hours),
    .groups = "drop"
  )