diff --git a/README.md b/README.md index c761c49..662bb8c 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ This test file provides a [Cypress](https://docs.cypress.io/guides/overview/why- We strongly recommend using existing survey tests as examples in constructing your own. For example: ```js -// exampleSurvey.cy.js +// exampleSurvey.cy.jsx import React from "react"; import { ExampleSurvey } from "../../src/index"; diff --git a/surveys/demographics/README.md b/surveys/demographics/README.md new file mode 100644 index 0000000..32977be --- /dev/null +++ b/surveys/demographics/README.md @@ -0,0 +1,10 @@ +# Demographics + + +## Survey purpose + +## Question sources + +### Screenshot + +![Screenshot](screenshot.png) \ No newline at end of file diff --git a/surveys/demographics/demograhpics.json b/surveys/demographics/demograhpics.json new file mode 100644 index 0000000..e69de29 diff --git a/surveys/demographics/demograhpics.score.js b/surveys/demographics/demograhpics.score.js new file mode 100644 index 0000000..b6f309c --- /dev/null +++ b/surveys/demographics/demograhpics.score.js @@ -0,0 +1,5 @@ +// No postprocessing needed for this survey + +export default function scoreFunc(responses) { + return {}; +} \ No newline at end of file diff --git a/surveys/demographics/demographics.cy.jsx b/surveys/demographics/demographics.cy.jsx new file mode 100644 index 0000000..e69de29 diff --git a/surveys/demographics/references.bib b/surveys/demographics/references.bib new file mode 100644 index 0000000..e69de29