question | R Documentation |
Adds a question to the current slide. It will return the corresponding 'iframe' tag which will show the questions done. This function must be called once per question.
question(
question,
allow_anonymous = TRUE,
allow_multiple = TRUE,
max_chars = 160,
width = "100%",
height = "500px"
)
question |
A character -string- representing the question. |
allow_anonymous |
A logical indicating if audience can ask questions as an anonymous user. |
allow_multiple |
A logical indicating if audience can ask more than one question. |
max_chars |
A numeric indicating max characters allowed per question. The minimum value will be 1. |
width |
A character with a valid html 'width' value for the iframe. |
height |
A character with a valid html 'height' value for the iframe. |
An html 'iframe' tag which will show the questions asked.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.