audience_questions: Allow audience questions

View source: R/audience_questions.R

audience_questionsR Documentation

Allow audience questions

Description

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.

Usage

audience_questions(
  allow_anonymous = TRUE,
  max_chars = 160,
  width = "100%",
  height = "500px"
)

Arguments

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.

Value

An html 'iframe' tag which will show the questions done.


jcrodriguez1989/interactingan documentation built on June 7, 2024, 10:57 a.m.