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 collaboratorLOM 10.3 Multi-Question Dependencies
As a survey creator
I want to be able to have the list of answers dynamically updatable
So that I can have questions reflect prior answers
- Scenarios
-
- Prior answer changes a drop down selection
-
- Given
-
the survey
survey "Drop" do section "Main" do q "First Question", :pick => :one a_1 "one" a_2 "two" a_3 "shoe" q "Edited", :pick => :one, :display_type => :dropdown a "First" a "Second" a "Swap One" a "Swap Two" end end
Last published almost 7 years ago by wminsinger.