···11-## ADDED Requirements
11+## Purpose
2233+Define how authenticated creators review form responses, inspect individual submissions, export results, and understand branching context within accessible workspaces.
44+## Requirements
35### Requirement: Creator can list responses for owned forms
46The system SHALL allow an authenticated creator to view submitted responses for personal forms they own and organization forms belonging to organizations where they are members, and SHALL prevent them from listing responses for forms outside those accessible workspaces.
57···4345#### Scenario: Creator reviews a decision point in the visited path
4446- **WHEN** an authenticated creator inspects a visited branching question in a submission
4547- **THEN** the system shows the submitted answer in context so the taken route is understandable
4848+4949+### Requirement: Creator can switch response review between submissions and questions
5050+The system SHALL allow an authenticated creator to switch the responses page for an accessible form between a submission-centric list and a question-centric list while keeping submission review as the default mode.
5151+5252+#### Scenario: Creator opens responses for a form
5353+- **WHEN** an authenticated creator opens the responses view for a form they can access
5454+- **THEN** the system shows the submission-centric list by default and offers a control to switch to question-centric review
5555+5656+#### Scenario: Creator switches to question-centric review
5757+- **WHEN** an authenticated creator selects the question-centric responses mode
5858+- **THEN** the system shows answerable form blocks in form order instead of individual submissions
5959+6060+#### Scenario: Creator switches back to submission review
6161+- **WHEN** an authenticated creator returns to the submission-centric responses mode after viewing question-centric review
6262+- **THEN** the system shows the existing submission list again
6363+6464+### Requirement: Creator can inspect aggregate answers for a question
6565+The system SHALL allow an authenticated creator to inspect a question-level summary for each answerable block using stored submissions that reached that block.
6666+6767+#### Scenario: Creator reviews a choice question
6868+- **WHEN** an authenticated creator views a single-choice, multiple-choice, or agreement block in question-centric review
6969+- **THEN** the system shows aggregate counts for the available answer options based on submissions that reached that block
7070+7171+#### Scenario: Creator reviews a numeric question
7272+- **WHEN** an authenticated creator views a number block in question-centric review
7373+- **THEN** the system shows aggregate numeric summary information derived from submitted answers for that block
7474+7575+#### Scenario: Creator reviews a freeform answer question
7676+- **WHEN** an authenticated creator views a short text, long text, link, or date block in question-centric review
7777+- **THEN** the system shows the submitted answers for that block together with summary counts for answered responses
7878+7979+#### Scenario: Creator reviews a branched question
8080+- **WHEN** an authenticated creator views a question that is skipped for some submissions because of branching
8181+- **THEN** the system distinguishes submissions that reached the block from submissions that skipped it by route
8282+8383+#### Scenario: Creator reviews a question with no submitted answers
8484+- **WHEN** an authenticated creator views a question that has no answers yet
8585+- **THEN** the system shows an empty summary state for that question instead of failing or hiding the block
8686+