{
  "title": "Risk Assessment Interview",
  "description": "Structured risk identification with a stakeholder — likelihood, impact, and mitigations.",
  "language": "en",
  "questions": [
    {
      "hint": "Identify the respondent's role to understand their perspective on risk management.",
      "text": "What is your role in the organization and how does it relate to risk management?",
      "type": "multiple_choice",
      "order": 1,
      "options": [
        "Team Member",
        "Manager",
        "Director",
        "Executive"
      ],
      "required": true
    },
    {
      "hint": "Determine the respondent's level of authority and involvement in risk management.",
      "text": "What is your involvement in the risk management process?",
      "type": "multiple_choice",
      "order": 2,
      "options": [
        "Directly responsible",
        "Support role",
        "Consultative",
        "No involvement"
      ],
      "required": true
    },
    {
      "hint": "Categorize the types of risks the respondent is concerned about.",
      "text": "What risks are you currently aware of in your area of responsibility?",
      "type": "multiple_choice",
      "order": 3,
      "options": [
        "Operational",
        "Financial",
        "Compliance",
        "Strategic",
        "Other"
      ],
      "required": true
    },
    {
      "hint": "Clarify the decision-making authority and urgency of the risks identified.",
      "text": "Who is the primary decision-maker regarding risk management in your area?",
      "type": "multiple_choice",
      "order": 4,
      "options": [
        "Myself",
        "My manager",
        "A committee",
        "Not sure"
      ],
      "required": true
    },
    {
      "hint": "Assess the likelihood of the most significant risk occurring.",
      "text": "For the risks you identified, how likely are they to occur in the next 12 months?",
      "type": "rating_scale",
      "order": 5,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Very likely",
        "minLabel": "Very unlikely"
      },
      "required": true
    },
    {
      "hint": "Probe for the specific incident or data point behind the number — vague answers like 'it was fine' don't help the brief generator.",
      "text": "What specifically drove that rating? Can you give a concrete example?",
      "type": "text",
      "order": 6,
      "required": true
    },
    {
      "hint": "Evaluate the impact of the highest-priority risk if it materializes.",
      "text": "What is the potential impact if one of these risks were to materialise?",
      "type": "rating_scale",
      "order": 7,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Severe",
        "minLabel": "Negligible"
      },
      "required": true
    },
    {
      "hint": "Probe for the specific incident or data point behind the number — vague answers like 'it was fine' don't help the brief generator.",
      "text": "What specifically drove that rating? Can you give a concrete example?",
      "type": "text",
      "order": 8,
      "required": true
    },
    {
      "hint": "Select the existing processes, policies, monitoring, or other safeguards.",
      "text": "What controls or mitigations are currently in place for these risks?",
      "type": "multiple_choice",
      "order": 9,
      "options": [
        "Formal policies",
        "Monitoring systems",
        "Training programs",
        "Informal practices",
        "None"
      ],
      "required": true
    },
    {
      "hint": "Identify any previous attempts to address the risks and their outcomes.",
      "text": "What alternatives or workarounds have you already tried?",
      "type": "text",
      "order": 10,
      "required": true
    },
    {
      "hint": "Determine the urgency of addressing the identified risks.",
      "text": "How urgent is this for you?",
      "type": "multiple_choice",
      "order": 11,
      "options": [
        "It's blocking us now",
        "Needed within a month",
        "Needed this quarter",
        "No fixed deadline"
      ],
      "required": true
    },
    {
      "hint": "Identify if there are overlooked risks in specific categories.",
      "text": "Are there risks in your area that you believe are underappreciated or not on the organization's radar?",
      "type": "multiple_choice",
      "order": 12,
      "options": [
        "Yes, operational risks",
        "Yes, financial risks",
        "Yes, compliance risks",
        "Yes, strategic risks",
        "No"
      ],
      "required": true
    },
    {
      "hint": "Identify specific barriers that may prevent effective risk management.",
      "text": "What are the main challenges you face in implementing risk management strategies?",
      "type": "multiple_choice",
      "order": 13,
      "options": [
        "Lack of resources",
        "Insufficient training",
        "Resistance to change",
        "Limited authority",
        "Other"
      ],
      "required": true
    },
    {
      "hint": "Clarify the next steps after identifying risks.",
      "text": "What actions do you plan to take following this assessment?",
      "type": "text",
      "order": 14,
      "required": true
    },
    {
      "hint": "Define the criteria for success in managing the identified risks.",
      "text": "What would a successful outcome look like to you?",
      "type": "text",
      "order": 15,
      "required": true
    },
    {
      "hint": "To better understand the urgency of addressing the identified risks.",
      "text": "How critical is it for you to address these risks immediately?",
      "type": "multiple_choice",
      "order": 16,
      "options": [
        "Critical",
        "Important",
        "Moderate",
        "Low"
      ],
      "required": true
    }
  ]
}