To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorUser edits Survey Section within Questionnaire
In order to make superficial changes to the Survey Section
As a signed in user
I want to see a list of a surveys sections and have the ability to edit
and audit those changes
- Survey Section is listed on the Survey Import Info page
- The Survey Section is a list in table format of the all the sections within the survey
- Sorted by display order
- Fields displayed include: -- title
- Background
-
- Given
-
the following patients:
subject_id dob 12345 2/4/1967 - And
-
the following registries:
name Baylor
- Scenarios
-
- Scenario
-
- Given
- I am signed in
- And
- I am on the registries page
- And
- I follow "Baylor"
- And
- I follow "Add Import"
- When
- I attach the file "baylor_angioplasty.txt" to "survey_import_document"
- And
- I press "Upload"
- Then
- I should see "baylor_angioplasty.txt"
- Then
- I should see "Survey Import"
- And
- I should see "Basic questions"
- When
- I follow "Basic questions"
- Then
- I should see "Active visit"
- When
- I follow the "Edit" link for "Active visit"
- And
- I fill in "text" with "Active Visit"
- And
- I fill in "Short text" with "Active Visit"
- And
- I press "Update Question"
- Then
- I should see "Active Visit"
Last published almost 7 years ago by wminsinger.