You may have a script where you want to ask more than one question on the screen at a time. Using the Screen question type, you can group several question types onto the device screen at once. Here's how it works.
First, create your Screen question in your script where you'd like it to appear using the appropriate display order. Ensure you change the Variable Name so it starts with $SCREEN. If you have multiple screens in your script, they will need unique variable names. You can call them $SCREEN1, $SCREEN2, $SCREEN3, etc.ย
Click Update to save your question. Next, we'll set up the individual questions that will reside on your Screen. These will be set up as normal, with two exceptions.ย
They must be marked Magic.
The variables must be adjusted to reflect the screen they will be on. More on this below.
In our example, we're creating a Screen with a standard and a single line question on it. Here's what the standard question looks like:
You'll notice we've changed the variable name to match the screen's. The variable name should begin with the screen's, then place an underscore, and finally a descriptive name for the question. We also have the Magic box checked.
Here's the next question, set up in the same way. This time it's a single line:
The display order for the individual questions will not impact where in your script they appear, they'll always be on the screen. The order will impact their order on that screen.
Here's what the finished product looks like on the device:



