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 collaboratorData entry
When I am entering participant data, I want a single large form so I can
quickly enter all the data at once.
- Background
-
- Given
- I am logged in
- Scenarios
-
-
- Given
- I have a project
- And
- I am on my project's story index page
- When
- I click "Data entry"
- Then
- I should be on the mass data entry form page for my project
- Story grid (View)
-
- Given
- I have a project
- And
- my project has questions
- And
- my project has stories
- When
- I am on the mass data entry form page for my project
- Then
- I should see a table with rows of stories and columns of answers
- And
- I should see all my project's stories' answer values in the table
- Story grid (Edit)
-
- Given
- I have a project
- And
- my project has questions
- And
- my project has stories
- And
- I am on the mass data entry form page for my project
- When
- I change the stories' answer values in the table
- And
- I click the submit button
- Then
- I should see a success message
- And
- My changes to the stories' answers should be saved
- Story grid (Add)
-
- Given
- I have a project
- And
- my project has questions
- And
- I am on the mass data entry form page for my project
- When
- I enter answer values in the empty row of the table
- And
- I click the submit button
- Then
- I should see a success message
- And
- My new story and its answers should be saved
-
Last published over 5 years ago by Gregory Perry.