Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. [
  2. {
  3. id: "edu",
  4. type: "select",
  5. question: "Level of education attained",
  6. required: "true",
  7. limit: 0,
  8. text: null,
  9. options: [
  10. {
  11. value: "1319",
  12. label: "Grade School"
  13. },
  14. {
  15. value: "1317",
  16. label: "Some High School"
  17. },
  18. {
  19. value: "1320",
  20. label: "High School or Equivalent"
  21. },
  22. {
  23. value: "1321",
  24. label: "Certification or Vocational"
  25. },
  26. {
  27. value: "1322",
  28. label: "Some College"
  29. },
  30. {
  31. value: "1323",
  32. label: "Associate Degree"
  33. },
  34. {
  35. value: "1324",
  36. label: "Bachelor's Degree"
  37. },
  38. {
  39. value: "1325",
  40. label: "Master's Degree"
  41. },
  42. {
  43. value: "1326",
  44. label: "Doctorate"
  45. }
  46. ]
  47. },
  48. {
  49. id: "exp",
  50. type: "select",
  51. question: "Years of experience",
  52. required: "true",
  53. limit: 0,
  54. text: null,
  55. options: [
  56. {
  57. value: "0",
  58. label: "No Experience"
  59. },
  60. {
  61. value: "1",
  62. label: "1 year"
  63. },
  64. {
  65. value: "2",
  66. label: "2 years"
  67. },
  68. {
  69. value: "3",
  70. label: "3 years"
  71. },
  72. {
  73. value: "4",
  74. label: "4 years"
  75. },
  76. {
  77. value: "5",
  78. label: "5 years"
  79. },
  80. {
  81. value: "6",
  82. label: "6 years"
  83. },
  84. {
  85. value: "7",
  86. label: "7 years"
  87. },
  88. {
  89. value: "8",
  90. label: "8 years"
  91. },
  92. {
  93. value: "9",
  94. label: "9 years"
  95. },
  96. {
  97. value: "10",
  98. label: "10 years"
  99. },
  100. {
  101. value: "11",
  102. label: "11 years"
  103. },
  104. {
  105. value: "12",
  106. label: "12 years"
  107. },
  108. {
  109. value: "13",
  110. label: "13 years"
  111. },
  112. {
  113. value: "14",
  114. label: "14 years"
  115. },
  116. {
  117. value: "15",
  118. label: "15 years"
  119. },
  120. {
  121. value: "16",
  122. label: "16 years"
  123. },
  124. {
  125. value: "17",
  126. label: "17 years"
  127. },
  128. {
  129. value: "18",
  130. label: "18 years"
  131. },
  132. {
  133. value: "19",
  134. label: "19 years"
  135. },
  136. {
  137. value: "20",
  138. label: "20+ years"
  139. }
  140. ]
  141. },
  142. {
  143. id: "90663",
  144. type: "textarea",
  145. question: "Did you hear about this job opening from an employee of the company? If yes, please provide the name of the employee.",
  146. required: "true",
  147. limit: 2000,
  148. text: null,
  149. options: null
  150. }
  151. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement