text_question | R Documentation |
Add a text question.
text_question( question, label = NULL, textarea = TRUE, title_container = h5, width = NULL, height = NULL, placeholder = NULL )
question |
the question text. Markdown is supported. |
label |
an optional label for the input element. |
textarea |
if |
width |
the width of the input, e.g., '300px' or '100%'; see |
height |
the height of the input, e.g., '300px' or '100%'; see |
placeholder |
A character string giving the user a hint as to what can be entered into the control. Internet Explorer 8 and 9 do not support this option. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.