participantId
(string): A unique identifier for the survey participant.condition
(string): The experimental condition or group for the survey.styles
(object): Custom styles to be applied globally to the survey.body
: Styles for the survey bodycontainer
: Styles for the main survey containernavigation
: Styles for the navigation containerbutton
: Styles for survey navigation buttonserrorMessage
: Styles for error messagesnextButtonError
: Styles for the error message next to the ‘Next’ buttonfinishMessage
: Styles for the survey completion messageroot
: Styles for the main container of each elementinnerContainer
: Styles for the inner container of elements (if applicable)textContainer
: Styles for the container holding text elementstext
: Styles for the main text (usually the question text)subText
: Styles for additional instructional texterrorMessage
: Styles for validation error messageskey
(string): The key for the survey detailvalue
(any): The value to set for the survey detailkey
(string): The key of the survey detail to retrievepage
(object): The page object to displayoptions
(object): An object containing the finishing options
message
(string): The message to display upon survey completionquestionId
(string): The ID of the questionplugin
(object): The plugin object to addplugin
(object): The plugin object to removetrue
if the plugin was successfully removed, false
otherwise