Advertisement
sm20030

Untitled

Mar 13th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. array(
  2. 'DeviceQuestion' => array(
  3. 'id' => '29',
  4. 'parent_answer_id' => '0',
  5. 'text' => 'Test Multi Level Question',
  6. 'answer_type' => 'Multiple Choice',
  7. 'device_question_group_id' => '7',
  8. 'status' => 'Active',
  9. 'create_date' => '2013-03-11 01:25:43',
  10. 'modified_date' => '2013-03-11 01:25:43'
  11. ),
  12. 'AnswerChoices' => array(
  13. (int) 0 => array(
  14. 'id' => '32',
  15. 'device_question_id' => '29',
  16. 'text' => 'Yes',
  17. 'has_follow_up' => false,
  18. 'create_date' => '2013-03-11 01:25:43',
  19. 'modified_date' => '2013-03-11 01:25:43',
  20. 'FollowUpQuestion' => array()
  21. ),
  22. (int) 1 => array(
  23. 'id' => '33',
  24. 'device_question_id' => '29',
  25. 'text' => 'No',
  26. 'has_follow_up' => true,
  27. 'create_date' => '2013-03-11 01:25:44',
  28. 'modified_date' => '2013-03-11 01:25:44',
  29. 'FollowUpQuestion' => array(
  30. (int) 0 => array(
  31. 'id' => '30',
  32. 'parent_answer_id' => '33',
  33. 'text' => 'Why no?',
  34. 'answer_type' => 'Multiple Choice',
  35. 'device_question_group_id' => '7',
  36. 'status' => 'Active',
  37. 'create_date' => '2013-03-11 01:25:44',
  38. 'modified_date' => '2013-03-11 01:25:44',
  39. 'AnswerChoices' => array(
  40. (int) 0 => array(
  41. 'id' => '34',
  42. 'device_question_id' => '30',
  43. 'text' => 'Just coz',
  44. 'has_follow_up' => false,
  45. 'create_date' => '2013-03-11 01:25:44',
  46. 'modified_date' => '2013-03-11 01:25:44',
  47. 'FollowUpQuestion' => array()
  48. ),
  49. (int) 1 => array(
  50. 'id' => '35',
  51. 'device_question_id' => '30',
  52. 'text' => 'That's the way it is',
  53. 'has_follow_up' => false,
  54. 'create_date' => '2013-03-11 01:25:44',
  55. 'modified_date' => '2013-03-11 01:25:44',
  56. 'FollowUpQuestion' => array()
  57. ),
  58. (int) 2 => array(
  59. 'id' => '36',
  60. 'device_question_id' => '30',
  61. 'text' => 'Skip',
  62. 'has_follow_up' => true,
  63. 'create_date' => '2013-03-11 01:25:44',
  64. 'modified_date' => '2013-03-11 01:25:44',
  65. 'FollowUpQuestion' => array(
  66. (int) 0 => array(
  67. 'id' => '31',
  68. 'parent_answer_id' => '36',
  69. 'text' => 'Why did you skip?',
  70. 'answer_type' => 'Free Form',
  71. 'device_question_group_id' => '7',
  72. 'status' => 'Active',
  73. 'create_date' => '2013-03-11 01:25:44',
  74. 'modified_date' => '2013-03-11 01:25:44'
  75. )
  76. )
  77. )
  78. )
  79. )
  80. )
  81. ),
  82. (int) 2 => array(
  83. 'id' => '37',
  84. 'device_question_id' => '29',
  85. 'text' => 'Skip',
  86. 'has_follow_up' => false,
  87. 'create_date' => '2013-03-11 01:25:44',
  88. 'modified_date' => '2013-03-11 01:25:44',
  89. 'FollowUpQuestion' => array()
  90. )
  91. )
  92. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement