View source: R/WrongFeedback.R
wrongFeedback | R Documentation |
Create object WrongFeedback
wrongFeedback(content = list(), title = character(0), show = TRUE)
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 ( |
An object of class WrongFeedback
wfb <- wrongFeedback(content = "Some comments", title = "Feedback")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.