View source: R/audience_questions.R
audience_questions | R Documentation |
Allows audience questions. It will return the corresponding 'iframe' tag which will show a questions viewer pane to the current slide. This function can be called several times, it will return the viewer pane for each time it is called.
audience_questions(
allow_anonymous = TRUE,
max_chars = 160,
width = "100%",
height = "500px"
)
allow_anonymous |
A logical indicating if audience can ask questions as an anonymous user. |
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 done.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.