Advertisement
KoctrX

Untitled

Jul 25th, 2024
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.09 KB | None | 0 0
  1. {
  2.     "name": "John Smith",
  3.     "phone": "+380683233434",
  4.     "accountId": 5,
  5.     "numberQuestions": 2,
  6.     "event": "clarification",
  7.     "questions": [
  8.         {
  9.             "id": 1,
  10.             "answerTemplate": { "type": "text" },
  11.             "question": "For your job search, what is the minimum bi-weekly total pay you are looking for? Total pay for two weeks, not the hourly rate."
  12.         },
  13.         {
  14.             "id": 2,
  15.             "answerTemplate": {
  16.                 "type": "range",
  17.                 "min": 1,
  18.                 "max": 7,
  19.                 "step": 1,
  20.                 "best": 7
  21.             },
  22.            
  23.             "question": "We have 7 Levels Technicians pay rate: $18.50 - $24.50 / cleaning hr. At Level 1 ($18.50 / cleaning hr), the bi-weekly gross pay is about $1,408. In 3 months, a cleaning technician can move up a level with $19.50 / cleaning hr. Every 3-month, a cleaning technician with great performance can move up until reaching Level 7 ($24.50 / cleaning hr). From a scale of 1 to 7 (1 is the worst & 7 the best), how would you rate the pay?"
  24.         }
  25.     ]
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement