Prompt

void Prompt(string inPrompt)

Description

Displays the inPrompt in a popup message window. Can also be used for debugging purposes while testing a survey during scripting.

You can combine explicit text within quotes or DVars with the '+' sign between them

Parameters

The following is a list of parameters the functions receives 

Parameter Type Description
inPrompt string the message to display


Return Type

void

Example

Prompt("Turn the screen toward the respondent")
Prompt("Good Day " + Answer(CurrQues) + " and thank you for taking the time to participate in this survey")

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.