public class | source

SurveyInfo

Survey level information.

Member Summary

Public Members
public get

Is back navigation allowed for the current page.

source
public get

Is next navigation allowed for the current page.

source
public get

autoNext: bool

Auto submit if all questions answered

source
public get

Auto submit if all questions answered

source
public get

is disable toaster

source
public get

isAccessible: bool

Is survey executing in accessibility mode.

source
public get

isTest: bool

Is survey executing in test mode.

source
public get

language: number: *

Current respondent language.

source
public get

messages: object: {...undefined: Object}

Localized messages.

source
public get

mobileThreshold: string: *

Determine when switch between mobile and desktop layouts.

source
public get

progress: number

Current survey progress.

source
public get

Survey rendering version

source
public get

surveyChannel: string

Which channel the interview was performed (Cawi|Cati|Capi).

source
public get

surveyId: string

Survey id.

source

Public Members

public get allowBackNavigation: bool source

Is back navigation allowed for the current page.

public get allowNextNavigation: bool source

Is next navigation allowed for the current page.

public get autoNext: bool source

Auto submit if all questions answered

public get autoNextInterval: number source

Auto submit if all questions answered

public get disableValidationBanner: bool source

is disable toaster

public get isAccessible: bool source

Is survey executing in accessibility mode.

public get isTest: bool source

Is survey executing in test mode.

public get language: number: * source

Current respondent language.

Return:

number

public get messages: object: {...undefined: Object} source

Localized messages.

Return:

object

Dictionary of messages.

public get mobileThreshold: string: * source

Determine when switch between mobile and desktop layouts.

Return:

string

valid CSS value of size.

public get progress: number source

Current survey progress.

public get renderingVersion: string source

Survey rendering version

public get surveyChannel: string source

Which channel the interview was performed (Cawi|Cati|Capi).

public get surveyId: string source

Survey id.