Advertisement
TJSJ

T3 TEST

Jan 11th, 2018
365
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1.  
  2. /* GameMaker: Studio GML */
  3.  
  4. ///////////////////////////////
  5.  
  6. //////// THE QUESTIONS //////// //MV //IS //CA //GB
  7.  
  8. ///////////////////////////////
  9.  
  10. global.qstring[1] = "You would consider yourself#to be a risk-taker." //MV
  11. global.qstring[2] = "You have a large circle of friends." //IS (Reverse)
  12. global.qstring[3] = "You do not daydream." //CA (Reverse)
  13. global.qstring[4] = "You like to be in the spot light." //GB (Reverse)
  14. global.qstring[5] = "You come up with a plan rather than#figuring it out as you go." //MV (Reverse)
  15. global.qstring[6] = "You learn better with people than#you do on your own." //IS (Reverse)
  16. global.qstring[7] = "You like to think about theories and philosophies." //CA
  17. global.qstring[8] = "You like to have plenty of recognition." //GB (Reverse)
  18. global.qstring[9] = "You write a lot of notes for class#or a meeting." //MV (Reverse)
  19. global.qstring[10] = "You consider yourself to have a large#personal space bubble." //IS
  20. global.qstring[11] = "You often think about dreams or the future." //CA
  21. global.qstring[12] = "You are open with the things you like and do." //GB (Reverse)
  22. global.qstring[13] = "You prefer to explore instead of taking a#pre-determined route." //MV
  23. global.qstring[14] = "You look to others before making a decision." //IS (Reverse)
  24. global.qstring[15] = "You think of the present instead of the big picture." //CA (Reverse)
  25. global.qstring[16] = "You think highly of yourself." //GB (Reverse)
  26. global.qstring[17] = "You like to use a planner." //MV
  27. global.qstring[18] = "You get drained easily from socializing." //IS
  28. global.qstring[19] = "You focus more on your physical state#rather than your mental state." //CA (Reverse)
  29. global.qstring[20] = "People consider you to be a leader." //GB (Reverse)
  30. global.qstring[21] = "You prefer to work on a few large projects#instead of many smaller ones." //MV (Reverse)
  31. global.qstring[22] = "When you're designing art, you do so#in steps instead of improvizing." //MV (Reverse)
  32. global.qstring[23] = "You care about having your clothes match." //MV (Reverse)
  33. global.qstring[24] = "You like to have plenty of privacy." //IS
  34.  
  35. ///////////////////////////////
  36.  
  37. /*
  38. Outsider vs Insider
  39. Vivacious vs Relaxed
  40. Conforming vs Skeptical
  41. Traditional vs Unique
  42. */
  43.  
  44. global.qstring[25] = "You work better inside than outside." //OI
  45. global.qstring[26] = "You are usually filled with a lot of energy." //VR (Reverse)
  46. global.qstring[27] = "You are highly skeptical of#people and outcomes." //CS
  47. global.qstring[28] = "You consider yourself to be traditional." //TU (Reverse)
  48.  
  49. ///////////////////////////////
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement