For the complete documentation index, see llms.txt. This page is also available as Markdown.

Show Survey Welcome Message

API reference for showing a survey welcome message in Luciq. Open a survey with a short introduction instead of the first question.

Any survey usually starts off getting straight to the point. You can have the survey instead start with a simple welcome message. To enable the welcome message, you can use this API.

Surveys.shouldShowWelcomeScreen = true
LCQSurveys.shouldShowWelcomeScreen = YES;
Surveys.setShouldShowWelcomeScreen(true);
Surveys.setShouldShowWelcomeScreen(true);
Surveys.setShouldShowWelcomeScreen(true);
Surveys.setShouldShowWelcomeScreen(true);

Last updated