wrongFeedback {rqti} | R Documentation |
Create object WrongFeedback
Description
Create object WrongFeedback
Usage
wrongFeedback(content = list(), title = character(0), show = TRUE)
Arguments
content |
A character string or a list of character strings to form the text of the question, which may include HTML tags. |
title |
A character value, optional, representing the title of the feedback window. |
show |
A boolean value, optional, determining whether to show ( |
Value
An object of class WrongFeedback
Examples
wfb <- wrongFeedback(content = "Some comments", title = "Feedback")
[Package rqti version 1.0.0 Index]