Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
titleLearning Objectives

In Part 3 of the tutorialBeginner Tutorial, you will learn the following:

  • How to add, delete, and change the order of questions in a form
  • What some of the different question types are
  • How to add Question IDs and what they mean
  • Adding and editing Label Text

...

  • Text: Inserts a text question or a "label" that does not elicit a user response
  • Multiple choice: Inserts a multiple choice question that can have a single-answer (yes-i.e. Do you have children? yes or no) or multiple answers (which foods do you like? pizza/toast/peanut butter/apples/carrots)
    • Choice: Inserts the options within your multiple choice question
  • Number: Inserts a question with a numeric response, such as a phone number or age
  • Date: Inserts a date or time question
  • Hidden Value: Inserts a value of one question into another Allows access to values from other forms or allows you to perform more complex calculations. The user does not see a hidden value when working in the form.
  • Group: Inserts a group question Provides a structure to keep related questions together
  • Multimedia Capture: Inserts a question that captures an image, audio, or video file
  • Advanced:  a list A list of more advanced, less common question types

...

In this tutorial we will only be concerned with Main Properties and Logic Properties.

Try adding any text in the Question ID and Label Text boxes (i.e. try writing "patient name" or "address")

Delete this text question by using the red delete button in the upper right-hand corner.

 

Info
titleWhy doesn't my Question ID work?More detail on Question IDs!

You can't put just anything as a Question ID. Here are the rules:

  • No spaces (underscores are fine)
  • No special characters (like "&" and "$")
  • Cannot start with a number
  • Cannot be the same as another Question ID in the same form

If you violate one or more of these rules, you'll get a warning message! Try it!

In addition, we can suggest some best practices for Question IDs:

  • Make them descriptive- when you look at the data exports you are not going to see the Label text; you are only going to see the Question ID.
  • Be consistent- it is best to have a simple system such as using CamelCase or using underscores like first_name. This will make it easier when you are referencing Question IDs later.

 

2- Add questions

Let's start populating this form with questions.

...

  • Click on the "T" button again to add a text question
  • Set the Question ID to say: woman_name
  • Set Label text to say: Woman's Name

This will create a text question, wherein the user we provided with a box and a full keyboard to type alphanumeric text. It should look like this:

...