Welcome to our survey!
This is a simple demonstration of a surveydown
survey. It has two pages with one question on each page.
Here is a basic “multiple choice” question, created using type = 'mc'
inside the sd_question()
function:
You need to insert next buttons with sd_next()
and set the next_page
argument to the name of the page you want to go to next.
This is another page in your survey.
{surveydown} supports many types of questions. For example, here is a simple text
type question:
End
This it the last page in the survey.