Click or drag to resize
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.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
void Prompt(
	DVar inPrompt
)

Parameters

inPrompt
Type: SurveyToGo.UserLogic.InterfacesDVar

Return Value

Type: 
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