Problem Statement
Teachers can view live poll results during a lecture, but there is currently no way to export the collected poll data. This makes it difficult to preserve records, perform offline analysis, or include poll statistics in reports after the lecture ends.
Proposed Solution
Add an Export as CSV option to the poll results section.
The exported CSV should include:
- Poll question
- Poll options
- Vote count for each option
- Vote percentage
- Total responses
- Export timestamp
The CSV should be downloaded with a meaningful filename such as:
poll-results-<session-id>.csv
Alternative Approaches
- Export as PDF.
- Export as Excel (.xlsx).
CSV is preferred because it is lightweight, universally supported, and can easily be imported into spreadsheet and analytics tools.
Affected Area
Mockups / Additional Context
A simple "Export CSV" button can be placed beside the existing poll results or within the poll actions menu. Clicking it should instantly download the poll results without affecting the ongoing lecture session.
Problem Statement
Teachers can view live poll results during a lecture, but there is currently no way to export the collected poll data. This makes it difficult to preserve records, perform offline analysis, or include poll statistics in reports after the lecture ends.
Proposed Solution
Add an Export as CSV option to the poll results section.
The exported CSV should include:
The CSV should be downloaded with a meaningful filename such as:
poll-results-<session-id>.csvAlternative Approaches
CSV is preferred because it is lightweight, universally supported, and can easily be imported into spreadsheet and analytics tools.
Affected Area
Mockups / Additional Context
A simple "Export CSV" button can be placed beside the existing poll results or within the poll actions menu. Clicking it should instantly download the poll results without affecting the ongoing lecture session.