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")
Comments
Please sign in to leave a comment.