surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.22k stars 816 forks source link

Mark a question as important in addition to isRequired. #8963

Closed ajay-shenoy closed 3 weeks ago

ajay-shenoy commented 1 month ago

Other than isRequired flag, is there a provision in Survey creator to mark few questions as important. And then later store that information in the database for highlighting the important questions within a survey.

JaneSjs commented 1 month ago

Hello @ajay-shenoy, You can mark a question required by enabling the isRequired option. With this option, a question will display a red mark and respondents won't be able to leave a question unanswered.

If you wish to add a custom important flag, use the Serializer API and register a custom question property.