Skip to content

Commit

Permalink
chsSurveys should be chsSurveys in README docs
Browse files Browse the repository at this point in the history
  • Loading branch information
becky-gilbert authored Jul 29, 2024
1 parent 3f4ceeb commit 2681ffc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/surveys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The Consent Survey will will give you two things out of the box:
- Support for Markdown will be added.

```javascript
const consentSurvey = { type: chsSurveys.consent };
const consentSurvey = { type: chsSurvey.consent };
```

Other than that, the rest of the survey is entirely designed by you. Please refer to [jsPsych's Documentation]({{ jsPsych }}plugins/survey/) for the full explanation on how to use their plugin.
Expand All @@ -20,7 +20,7 @@ Other than that, the rest of the survey is entirely designed by you. Please refe
Unlike the consent survey, this survey is already designed with a few parameters for you to adjust to suit your study.

```javascript
const exitSurvey = { type: chsSurveys.exit };
const exitSurvey = { type: chsSurvey.exit };
```

### Parameters
Expand Down

0 comments on commit 2681ffc

Please sign in to comment.