modalFeedback {rqti} | R Documentation |
Create object ModalFeedback
modalFeedback(content = list(), title = character(0), show = TRUE)
content |
A list of character content to form the text of the modal feedback, which can include HTML tags. |
title |
A character value, optional, representing the title of the modal feedback window. |
show |
A boolean value, optional, determining whether to show ( |
An object of class ModalFeedback
fb <- modalFeedback(content = list("Model answer"), title = "Feedback")