games:
  - type: speed-round
    title: "Story Point Sprint"
    rounds:
      - question: "As a user, I can log in with email and password. (Existing auth; simple form.)"
        options:
          - "1"
          - "2"
          - "3"
          - "5"
        answer: 0
        timeLimit: 14
      - question: "As a user, I can export my data to CSV. (New feature; one API, one UI button.)"
        options:
          - "1"
          - "2"
          - "3"
          - "5"
        answer: 1
        timeLimit: 16
      - question: "As a user, I can see a dashboard with 5 charts. (New charts; integrate with existing APIs; some UI work.)"
        options:
          - "2"
          - "3"
          - "5"
          - "8"
        answer: 2
        timeLimit: 16
      - question: "As a user, I can pay with credit card. (New payment provider integration; PCI considerations; error handling.)"
        options:
          - "3"
          - "5"
          - "8"
          - "13"
        answer: 1
        timeLimit: 18
      - question: "As a user, I can reset my password via email. (Standard flow; email service exists.)"
        options:
          - "1"
          - "2"
          - "3"
          - "5"
        answer: 1
        timeLimit: 14
      - question: "As a user, I can invite teammates and manage permissions. (New permission model; UI; edge cases.)"
        options:
          - "3"
          - "5"
          - "8"
          - "13"
        answer: 1
        timeLimit: 18
      - question: "As a developer, we need to add unit tests for the checkout module. (Module has 8 functions; no tests yet.)"
        options:
          - "2"
          - "3"
          - "5"
          - "8"
        answer: 2
        timeLimit: 16
      - question: "As a user, I can search products by name, category, and price range. (New search; backend + filter UI.)"
        options:
          - "3"
          - "5"
          - "8"
          - "13"
        answer: 2
        timeLimit: 18
      - question: "As a user, I can change my profile picture. (Image upload; resize; storage integration.)"
        options:
          - "2"
          - "3"
          - "5"
          - "8"
        answer: 1
        timeLimit: 16
      - question: "As an admin, I can view audit logs for all user actions with filters and export. (New feature; logging infra exists but not for this.)"
        options:
          - "5"
          - "8"
          - "13"
          - "21"
        answer: 1
        timeLimit: 18
