{
  "title": "Lessons Learned",
  "description": "Extract reusable knowledge from a completed project before the team moves on.",
  "language": "en",
  "questions": [
    {
      "hint": "1 = did not meet objectives, 5 = exceeded expectations.",
      "text": "Overall, how successful was this project?",
      "type": "rating_scale",
      "order": 1,
      "options": {
        "max": 5,
        "min": 1,
        "maxLabel": "Exceeded expectations",
        "minLabel": "Did not meet objectives"
      },
      "required": true
    },
    {
      "hint": "Practices, decisions, or team dynamics that you'd want to repeat.",
      "text": "What went better than expected?",
      "type": "text",
      "order": 2,
      "required": true
    },
    {
      "hint": "The hardest thing to navigate — not just what took the most time.",
      "text": "What was the biggest challenge your team faced?",
      "type": "text",
      "order": 3,
      "required": true
    },
    {
      "hint": "Surprises that, with hindsight, could have been caught earlier.",
      "text": "What risks materialised that you didn't anticipate at the start?",
      "type": "text",
      "order": 4,
      "required": true
    },
    {
      "hint": "Be specific — vague hindsight doesn't transfer to future teams.",
      "text": "What would you do differently if starting this project over?",
      "type": "text",
      "order": 5,
      "required": true
    },
    {
      "hint": "Technical decisions, process discoveries, stakeholder dynamics, or domain knowledge.",
      "text": "What knowledge from this project is most important to document for future teams?",
      "type": "text",
      "order": 6,
      "required": true
    }
  ]
}