We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
“As a Professor, I want to be able to send polls to students live, so that I can gauge their knowledge in the current moment.”
The main purpose of the software is to allow for live polling in a classroom, so we need to track the progress of developing this feature
This is for professors who want to use this software in their classroom
We can see the software that is being used currently and the uses it has for this exact purpose
Functional:
Multiple choice questions
Multi-select questions
Live in class
Non-Functional:
Design resources: N/A
Dependencies:
Without a proper backend the program can’t run let alone running in real time
Without the polling system developed there can be no dashboard of results
The server should run and we should establish a system for real time interaction between clients such as SocketIO
Estimate: around 5 story points including SocketIO or equivalent
What will the design be for a webpage waiting to receive a question?
Live polling can be done while the server is running
Questions received within 10 seconds for client
Professor client receives notifications for clients that send answers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
User story statement
“As a Professor, I want to be able to send polls to students live, so that I can gauge their knowledge in the current moment.”
Background
The main purpose of the software is to allow for live polling in a classroom, so we need to track the progress of developing this feature
This is for professors who want to use this software in their classroom
We can see the software that is being used currently and the uses it has for this exact purpose
Solution/Requirements
Functional:
Multiple choice questions
Multi-select questions
Live in class
Non-Functional:
Design resources: N/A
Dependencies:
Without a proper backend the program can’t run let alone running in real time
Without the polling system developed there can be no dashboard of results
The server should run and we should establish a system for real time interaction between clients such as SocketIO
Estimate: around 5 story points including SocketIO or equivalent
Open Questions
What will the design be for a webpage waiting to receive a question?
Definition of done
Live polling can be done while the server is running
Questions received within 10 seconds for client
Professor client receives notifications for clients that send answers
The text was updated successfully, but these errors were encountered: