Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SurveyModel: Split the showPreviewBeforeComplete property in two #5351

Open
RomanTsukanov opened this issue Dec 16, 2022 · 0 comments · May be fixed by #9244
Open

SurveyModel: Split the showPreviewBeforeComplete property in two #5351

RomanTsukanov opened this issue Dec 16, 2022 · 0 comments · May be fixed by #9244
Assignees
Labels
API change Issues that request changes in the API v2.0

Comments

@RomanTsukanov
Copy link
Contributor

RomanTsukanov commented Dec 16, 2022

Properties that start with a verb should enable or disable a feature, therefore they should accept only Boolean values. We should split the showPreviewBeforeComplete in two:

showPreviewBeforeComplete: true | false,
previewMode: "allQuestions" | "answeredQuestions"
@RomanTsukanov RomanTsukanov added the API change Issues that request changes in the API label Dec 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API change Issues that request changes in the API v2.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants