Skip to contents

SurveyJS surveys are defined as JSON. This function links to the official documentation describing supported question types, structure, and logic options.

Usage

surveyjs_schema()

Value

Invisibly returns the URL to the SurveyJS schema docs.

Examples

if (interactive()) utils::browseURL(surveyjs_schema())