Advertisement
Guest User

Untitled

a guest
Feb 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. var items = [];
  2.  
  3. //1st question title 0
  4. items.push("Question 1");
  5.  
  6. //1st question 1
  7. items.push("My patients are not concerned about whether they have a strong relationship with me as they value me for my experience");
  8.  
  9. //Answer ser for first question 2,3,4,5,6,7,8
  10. items.push("Completely disagree");
  11. items.push("Strongly disagree");
  12. items.push("Slightly disagree");
  13. items.push("Neither agree nor disagree");
  14. items.push("Slightly agree");
  15. items.push("Strongly agree");
  16. items.push("Completely agree");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement