# NOT RUN {
# What is 2 + 2?
fitb(4, num = TRUE)
# What was the name of the Beatles drummer?
fitb(c("Ringo", "Ringo Starr"), ignore_case = TRUE)
# What is pi to three decimal places?
fitb(pi, num = TRUE, tol = .001)
# }
Run the code above in your browser using DataLab