-
Couldn't load subscription status.
- Fork 0
Open
Description
Add a new survey to the repository according to the instructions in the package README.md.
Survey Title
Demographics Survey
Survey Source
TBD
Survey Overview
Questions for demographic information that are relatively static over time.
Aggregation/scoring function
None.
Tasks
- Create a new folder in surveys w/ descriptive, easy-to-read name
myNewSurvey/ - Create SurveyJS .json file (e.g.
myNewSurvey/myNewSurvey.json)- Change the default completion page to a blank page (
"showCompletedPage": false)
- Change the default completion page to a blank page (
- Create a .bib file citing your references for the survey (always:
myNewSurvey/references.bib) - Create file with function to aggregate survey data (e.g.
myNewSurvey.score.js) - Create a cypress test of the survey (e.g.
myNewSurvey.cy.jsx)- Include a line to take a screenshot at the end of every page
- Create a readme markdown file to document (always:
myNewSurvey/README.md)- Include relevant screenshots
- Update the package minor version
- Rebuild the package using
npm run buildto update SHAs - Create PR and link to this issue
Metadata
Metadata
Assignees
Labels
No labels