Guest User

Untitled

a guest
Feb 17th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ifQ(371)
  2. .answered(1,3)
  3. .disappear(Q(431), Q(441), Q(451), Q(461), Q(471), Q(481))
  4.  
  5. ifQ(371)
  6. .answered(1,2)
  7. .disappear(Q(491), Q(501), Q(511))
  8.  
  9. ifQ(371)
  10. .answered(2,3)
  11. .disappear(Q(421), Q(381), Q(391), Q(401), Q(411))
  12.  
  13. //if Mattress, show/hide Qs
  14. ifQ(371)
  15. .answered(4)
  16. .appear(Q(912), Q(922), Q(932), Q(942), Q(952))
  17. .disappear(Q(421),Q(381),Q(391),Q(401),Q(411),Q(431),Q(441),Q(451),Q(461),Q(471),Q(481),Q(491),Q(501),Q(511))
Add Comment
Please, Sign In to add comment