diff --git a/constants/role-specific-questions.json b/constants/role-specific-questions.json index 5ceed9b..5bc6f06 100644 --- a/constants/role-specific-questions.json +++ b/constants/role-specific-questions.json @@ -158,7 +158,12 @@ { "id": "11", "role": "VP Talent", - "questions": [] + "questions": [ + { + "question": "What skills and attributes should the ideal Blueprint candidate possess?", + "maxLength": 1000 + } + ] }, { "id": "12", diff --git a/constants/short-answer-questions.json b/constants/short-answer-questions.json index 96da431..f65c0fa 100644 --- a/constants/short-answer-questions.json +++ b/constants/short-answer-questions.json @@ -4,15 +4,15 @@ "maxLength": 1000 }, { - "question": "Tell us about a cause that resonates with you.", + "question": "Tell us about a time you learned a new skill. What was your motivation to learn it and what was your approach?", "maxLength": 1000 }, { - "question": "Tell us about a community you're proud to be a part of and how you contributed to it.", + "question": "If you had the ability to change anything in the world, what would it be and why?", "maxLength": 1000 }, { - "question": "Tell us about a time you learned a new skill. What was your motivation to learn it and what was your approach?", + "question": "If you could be any fictional character for 24 hours who would you be and what would you do?", "maxLength": 1000 } ]