IUserAccessiablePrompt Method (DVar) |
Relevant for all questions.
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
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax Examples
Prompt("Turn the screen toward the respondent")
Prompt("Good Day " + Answer(CurrQues) + " and thank you for taking the time to participate in this survey")
See Also