DatStat Illume 4.5 SDK Class Reference

IDatStatSubmit.Submit_Hook Method 

This method will be called immediately after the participant submits the survey.

void Submit_Hook(
   HookContext ctx
);

Parameters

ctx
A runtime context used for interacting with the running survey.

Remarks

A Submit hook will be called whenever the participant has completed or ‘submits’ their survey. Survey data are not cleaned until a participant completes their survey to facilitate the participant experience.

The survey data available through the HookContext are cleaned prior to the execution of any code in the submit hook.

Use the HookData property of the HookContext to access an optional custom string passed in by the call to the hook within the survey.

See Also

IDatStatSubmit Interface | DatStat.Collector Namespace | HookContext