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

Add survey.questionStartIndex property #24

Closed
andrewtelnov opened this issue Jun 20, 2016 · 2 comments
Closed

Add survey.questionStartIndex property #24

andrewtelnov opened this issue Jun 20, 2016 · 2 comments

Comments

@andrewtelnov
Copy link
Member

andrewtelnov commented Jun 20, 2016

The question "no" (question index) by default starts from 1.
The default value of survey.questionStartIndex is empty string.
If survey.questionStartIndex = "100", the first question index will be 100.
If survey.questionStartIndex = "a", the first question index will be "a", the second question index - "b".

@andrewtelnov
Copy link
Member Author

Committed the implementation. An example is required.

@andrewtelnov
Copy link
Member Author

Example

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant