You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435
  1. /* Only keeping until fully migrated to backend table. Will be deleted soon. */
  2. const Aspects = [
  3. {
  4. employer_question: 'While managing your team, do you find success in your employees being more Visionary or Implementer?',
  5. seeker_question: 'While operating in your professional role, do you identify yourself to be a Visionary or Implementer?',
  6. answers: ['Visionary', 'Implementer']
  7. },
  8. {
  9. employer_question: 'In your department, do you find more success in your employees being Creative or Methodical in their job duties?',
  10. seeker_question: 'As a professional, do you consider yourself to be Creative or Methodical in your execution of job duties?',
  11. answers: ['Creative', 'Methodical']
  12. },
  13. {
  14. employer_question: 'Do you structure and encourage your team to be a Collaborative or Independent environment?',
  15. seeker_question: 'Do you prefer to work in a Collaborative or Independent environment?',
  16. answers: ['Collaborative', 'Independent']
  17. },
  18. {
  19. employer_question: 'Do you find higher success in employees on your team that are Innovative or Conventional?',
  20. seeker_question: 'Are you Innovative or Convetional?',
  21. answers: ['Innovative', 'Conventional']
  22. },
  23. {
  24. employer_question: 'As a hiring leader, are you a Big Picture or Focused thinker when it comes to how you operate in your job duties?',
  25. seeker_question: 'As a professional, are you a Big Picture thinker or Focused thinker when it comes to how you operate in your job duties?',
  26. answers: ['Big Picture', 'Focused']
  27. },
  28. {
  29. employer_question: 'Do you prefer your employees to be Guided or Self-managed in achieving completion of their responsibilities?',
  30. seeker_question: 'While working on job related tasks, do you prefer to be Guided or Self-managed in achieveing completion of your responsibilities?',
  31. answers: ['Guided', 'Self-managed']
  32. },
  33. ]
  34. export default Aspects