Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Survey Creation and Customization Tools #38

Open
8 tasks
git-union bot opened this issue May 9, 2024 · 0 comments
Open
8 tasks

Survey Creation and Customization Tools #38

git-union bot opened this issue May 9, 2024 · 0 comments

Comments

@git-union
Copy link
Contributor

git-union bot commented May 9, 2024

Survey Creation and Customization Tools

As a university student, I want to be able to create and customize surveys so that I can collect and visualize data efficiently for my projects while engaging respondents through incentives.

Acceptance Criteria

  • Students can create surveys with a variety of question types (multiple-choice, text, rating scale, etc.).
  • Surveys can be customized with the university's branding and the student's project theme.
  • Respondents earn XPs or tokens upon survey completion which integrate with a reward system.
  • Results are collected in real-time and can be exported in common data formats (CSV, JSON, etc.).
  • Users can visualize data through embedded charts and graphs.
  • Survey links can be shared via email and social media directly from the platform.
  • The survey platform supports anonymous responses to ensure privacy.
  • There is a mechanism to prevent multiple submissions from the same respondent.
sequenceDiagram
  participant Student as Survey Creator
  participant System as Survey Platform
  participant R as Respondent
  Student->>System: Creates and customizes survey
  System-->>Student: Provides preview & edit options
  Student->>System: Publishes survey
  System->>R: Displays survey for completion
  R->>System: Completes survey and earns rewards
  System->>R: Certifies earned XPs/tokens
  System-->>Student: Updates live result dashboard
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants