Skip to content

Make it a bit clearer to use {survey_link} #39

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

Merged
merged 2 commits into from
Feb 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/how-to/setting_up_a_survey.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ The very first step is to create a survey and generate a web link for that surve

#### Select "Add New". 

Name: This is a name for you or your team members on OCS to identify different surveys.
- Name: This is a name for you or your team members on OCS to identify different surveys.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed the bullet point list

- URL: Add the URL of your survey. 
- Confirmation text: This is the text a user sees when they see the link to the survey, before they begin to use the chatbot. You can edit this text as you'd like. Here, it's also important to add the following text such that the bot knows to reference the URL you've added: Survey link: {survey_link}. 
- Confirmation text: This is the text a user sees when they see the link to the survey, before they begin to use the chatbot. You can edit this text as you'd like. Here, it's also important to add `{survey_link}` where you would like to show the URL to your survey.

**Example**
> Before starting the experiment, we ask that you complete a short survey. Please click on the survey link, fill it out, and, when you have finished, select the checkbox to confirm you have completed it. Survey link: {survey_link}. 
Expand Down