Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. # one at a time
  2. App
  3. # parallel
  4. Provide review and submit data with progress&
  5. Progress
  6. review data -> Review data
  7.  
  8. # one at a time
  9. Provide review and submit data
  10. # parallel
  11. Provide data with guidance&
  12. # one at a time
  13. Provide data
  14. Question 1
  15. next 1 -> Question 2
  16. Question 2
  17. next 2 -> Question N
  18. yes -> Question 2 1
  19. # show when Question 2 is yes
  20. Question 2 1
  21. next 2 1 -> Question 2 2
  22. # show when Question 2 is yes
  23. Question 2 2
  24. next N -> Question N
  25. Question N
  26. next N -> Submit
  27.  
  28. # hide when first question is answered
  29. Welcome message
  30.  
  31. Review data&
  32. Question 1 repeater
  33. edit 1 -> Question 1
  34. Question 2 repeater
  35. edit 2 -> Question 2
  36. Question 3 repeater
  37. edit N -> Question N
  38. # show when there are unanswered questions
  39. # the ability to "focus" or go to a piece of data
  40. # that wasn't filled in, is something we may want
  41. # to expose in Views
  42. Edit unanswered question
  43. edit unanswered -> Question N
  44. # show when data is valid
  45. Submit
  46. submit -> Confirmation
  47.  
  48. Confirmation
  49. get pdf -> Pdf
  50. Message
  51. Pdf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement