Skip to content

Commit c88bcc4

Browse files
authored
[survey_accounts] Fix help text (#8789)
Replace `<br>` tag with ` \n` as per markdown spec in order to fix rendering of help text.
1 parent 1b78796 commit c88bcc4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/survey_accounts/help/survey_accounts.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ The resulting table will display your results, which includes a unique URL for e
1212

1313
The *Status* column tells you whether the survey has been accessed. This column will display one of the following options:
1414

15-
**Created**: Survey was created. This is the default status once a survey is created using the "Add Survey" page.<br>
16-
**Sent**: Survey was created, and an email with the unique survey URL was sent to the survey respondent. This is the default status once a survey is created and sent by email within LORIS.<br>
17-
**In Progress**: Survey was opened and accessed by anyone with the link, including study personnel (not just the intended respondent).<br>
15+
**Created**: Survey was created. This is the default status once a survey is created using the "Add Survey" page.
16+
**Sent**: Survey was created, and an email with the unique survey URL was sent to the survey respondent. This is the default status once a survey is created and sent by email within LORIS.
17+
**In Progress**: Survey was opened and accessed by anyone with the link, including study personnel (not just the intended respondent).
1818
**Complete**: Survey was completed and submitted. After this stage, the respondent will not be able to go back and change any entries. No data will be visible via the URL once a survey is completed: clicking on the URL will display a page with the message *"Data has already been submitted"*
1919

2020
## Create Surveys
2121

22-
You can create a new survey manually with data that hasn’t yet been entered into LORIS. Click **Add Survey**, which takes you to a new page. Populate the fields and click **Create Survey** to generate a URL, which you can send to the candidate, or **Email Survey** to send the URL to the candidate. If you choose Email Survey, you’ll be able to customize the content of the email in a pop-up window (which will contain an editable generic message).
22+
You can create a new survey manually with data that hasn’t yet been entered into LORIS. Click **Add Survey**, which takes you to a new page. Populate the fields and click **Create Survey** to generate a URL, which you can send to the candidate, or **Email Survey** to send the URL to the candidate. If you choose Email Survey, you’ll be able to customize the content of the email in a pop-up window (which will contain an editable generic message).

0 commit comments

Comments
 (0)