# NOT RUN {
get_fill_in_the_blanks_score(
pa_is = c(2, 3, "fun", 9),
pa_is_also = c(2, 5, "Fun", 9),
improve = c(1, 3, 10, "Endurance"),
increase = c(2, 3.5, "strength", "strength"),
when_cooling_down = c("stretches", 9, 2, ""),
heart_rate = c(3, 9, 4, "pulse")
)
# [1] 0 1 3 1
# }
Run the code above in your browser using DataLab