HomeGuidesRecipesAPI
HomeGuidesAPILog In

Multiple Choice

A multiple choice question is a question type where the user is asked to choose one or more items from a limited list of options.

1123

Properties

Check the complete list of properties in the table below.

PropertyDescription
Question TextThe text to display in Produce for the set of multiple choice answers
Text PositionThe options are:
Top
Left
* (None)
MandatoryChecking this box will make the question mandatory. This is unchecked by default.
Selection Type Single Answer – users can only select one answer. This can either be:
Option List
Drop-down List
Likert Scale
Toggle Button
Multiple Answer – users can select multiple answers. This can be Checklist or Toggle Button.
Display TypeChooses how the multiple choice question will be displayed:
Option List (Single Answer only)
Drop-down List (Single Answer only)
Likert Scale (Single Answer only)
Checklist (Multiple Answer only)
* Toggle Button
Display Direction (Only applicable for Option List)Choose from:
Vertical
Horizontal
2 Column
3 Column
* 4 Column
Grouping IdSpecify an id to group several multiple choice questions with single selections together. This enables adding dependent questions directly below the selected answer.
This is only applicable for Single Answer with Option List display type.
Help TextThis allows you to create text explaining what information is requested in the question.
CommentsChecking this box allows comments to be added. This box is unchecked by default.
StyleThis allows you to change the background style of the answers to one of the following options:
Alert (Error)
Alert (Info)
Alert (Success)
Alert (Warning)
Jumbotron
Label (Default)
Label (Error)
Label (Info)
Label (Primary)
Label (Success)
Label (Warning)
Well

Usage

  1. Drag a Multiple Choice Question into your form.
1059
  1. The Choices pop-up appears. Add the answers users can select from.
472
  1. Set the Properties.
  2. Save your form.

Grouping Id

Grouping id enables adding dependent questions directly below the selected answer by grouping several multiple choice questions together and allowing single selection across multiple choice questions.

This is only applicable for Single Answer with Option List display type.

744

To do this:

  1. Drag a Multiple Choice question into your form and specify Yes as the answer.

  2. Specify license as the grouping id.

288
  1. Add a dependent question. For example, What type of license?

  2. (Optional) Select Alert (info) style for the What type of license? question.

  3. Apply Conditions to the dependent question and only make it active or visible if the Yes answer is selected.

  4. Drag another Multiple Choice question into your form but specify No as the answer. Click OK.

  5. In Text Position, selection None.

  6. Specify license as the grouping id.

1044
  1. Save your form.

Multiple Choice as Decision Points

Multiple choice questions have many uses. As part of a question set, they represent a decision point, and are often the parent to additional questions.

In the generated document, Multiple choice questions can remove irrelevant content or insert relevant content from the Content Library, based on the user’s decision.

When defining a Multiple choice question, each answer added becomes an available option for the user to select. Each answer also has an associated Hide Value property, which dictates whether selecting the option makes its associated content relevant or irrelevant.

Example of a New Question added from previous question answer selected: If Pizza is selected a new Question will be displayed 'Are you Vegetarian?

👍

Display Message

Check applied Conditions on the right panel
Add as many conditions as you may need, throughout the form

1917

Another Example:

When using a multiple choice question the options that are displayed can be hidden based on other selections or values in the question set.

To achieve this, set conditions for the Answer by selecting the answer and then navigating to the Conditions Tab. The process is essentially the same as setting conditions for a question.

745

Document Preparation and Placeholders

Selection placeholders are used to surround the content to be potentially removed if it’s not needed. In the example below, a bookmark surrounds each of the possible membership options. All but one of these will be removed in the generated document.

817

The example below shows a placeholder surrounding a block of content within the document that’s to be removed if it’s not needed based on a decision in a Multiple choice question.

614

Alternatively, if you are using the multiple choice question to insert a Content Library item, place an insertion or selection placeholder where the item is to appear in the document when the particular selection is made.

From the Placeholders tab, drag and drop the necessary placeholders containing the content associated with the answer.

Reference the selected answers in other questions or actions

To include the selected answers in another text field, first you need to add values to the question's options.

385

Then include the multiple choice question reference in another question or action.

In the example below, the selected answers are included in the email body action.

362

Insert Content Library with Multiple Choice Questions

Often a Content Library item will need to be inserted depending on which answer is selected within a multiple choice question.

  1. Follow steps described at the beginning of this document, in How to add a multiple choice question.
  2. From the Content Library tab, drag and drop a content item onto the appropriate answer within the multiple choice question.
  3. Drag and drop a placeholder onto the content library item.

Question referencing

SmartIQ introduces a new ‘Question Referencing’ default value option, for the answers within multiple answers in a multiple choice question. This option is an addition to the existing ‘Selected’ and ‘Not Selected’ options. The ‘Question Referencing’ option evaluates the referenced question (to true or false), to determine the value (either Selected or Not Selected) of an answer within multiple answers in a multiple choice question.

The user’s input to the referenced question is evaluated as per the table below:

User InputEvaluationOutput
· Numbers greater than or equal to 1
•· ‘YES’, ‘TRUE’, ‘Y’, ‘T’, ‘yes’, ‘true’, ‘y’, ‘t’.
TrueReferenced answer is selected
A null value or any input other than that stated above.FalseThe referenced answer is not selected.

The following instructions give a step-by-step guidance on using ‘Question Referencing’ within a project and demonstrate how this option differs from the previous ‘Selected’ and ‘Not Selected’ options.

STEP 1. Create a new project.

STEP 2. Insert two text field questions onto the default ‘Page 1’ and rename them as given below.
Note that the purpose of using descriptive text to name the different question types is to ease the process of understanding.

395

STEP 3. Add another page to the project.

STEP 4. Insert a ‘Multiple Choice' question onto Page 2 and add three more answers to it. Rename the page, question, and answers as given below.

400

STEP 5. Set the multiple choice question’s ‘Selection Type’ property to ‘Multiple Answers’.

343

STEP 6. For the ‘Selected’ answer (i.e. Answer 1), set the default value property to ‘Selected’.

341

STEP 7. For the ‘Not Selected’ answer (i.e. Answer 2), set the default value property to ‘Not Selected’.

343

STEP 8. For the ‘Question Reference (True on evaluation)’ answer (i.e. Answer 3), set the default value property to ‘(Question Reference)’ and select the Default Question like this:

335

STEP 9. For the ‘Question Reference (False on evaluation)’ answer (i.e. Answer 4), set the default value property to ‘(Question Reference)’ and select the Default Question like this:

349

STEP 10. Save the project and produce it.

STEP 11. In produce, follow the question text to enter values in the textboxes. Also, refer to the table at the beginning of the article, for guidance on the values that evaluate to true/false.

666

STEP 12. Click on the ‘Next’ button to navigate to Page 2.

808

📘

Note

The multiple choice answers are selected/not selected on the basis of default values. The default values for the last two answers come from the evaluation of the values entered by the user on the previous page.