powered by
Create object CorrectFeedback
correctFeedback(content = list(), title = character(0), show = TRUE)
An object of class CorrectFeedback
A character string or a list of character strings to form the text of the question, which may include HTML tags.
A character value, optional, representing the title of the feedback window.
A boolean value, optional, determining whether to show (TRUE) or hide (FALSE) the feedback. Default is TRUE.
TRUE
FALSE
cfb <- correctFeedback(content = "Some comments", title = "Feedback")
Run the code above in your browser using DataLab