-
Notifications
You must be signed in to change notification settings - Fork 302
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
[UI idea] Ask teacher for class info #4612
Comments
Hi @hasan-sh! This is a relative simple issue I think that maybe you are interested to pick up in between other tasks? |
I like this. It will help us exponentially later!! For instance, suggest adventures that target similar groups (assuming we have the tags idea of adventures implemented) or even grouping public classes if we even make the choice to make a marketplace of classes where students can join and benefit from; just like public adventures for teachers to reuse! |
Yes, I think so too! Also in terms of data analysis
I love both of these ideas a lot! Like: here is a preset class for 8 graders with all the nice adventures! We cuold even author a few of those ourselves to get people going! Maybe we should make issues for these so we don't forget them down the road? |
In term of the UX, this will be tricky since there is tension between nog annoying teachers and gathering useful info. Maybe we can use a landing page or popup after class creating asking:
And we definitely want to save each answers as they type it so we can also save half completed surveys. |
Hey! I was also looking into this issue. I agree, when a teacher account is being created, there are already a lot of questions. But also, a teacher might teach different classes, so I was thinking maybe we could split these questions to creating a teacher account and when creating a new class:
When creating a new class
When creating a teacher account
When creating a new class Curious what you think of this! |
This could be a great first issue for you @anneanne! @hasan-sh has some other things to work on I think. And I like the idea of splitting the questions, smart! We have to think a bit about edge cases though, some shool, teachers also run code clubs. Maybe when they have filled out details and then create a new class, we ask them if his class follows their previous answer? But that could come later! |
I have created a draft pull request, I thought before adding tests it would be nice to know if this is how we want it!
Two questions:
|
Fixes #4612 Survey view: - Takes a survey_id, a description and questions - 'Remind me later' sets 'skip' in survey to todays date, so you could modify the survey to pop up tomorrow/next week - 'Don't ask again' sets 'skip' in survey to True, so you could choose to never show the survey again - Option to only show unanswered questions Survey table: - Survey_id is: `survey_name + '_' + response_id` (for ex for the class survey: 'class_*class_id*') - Responses - Skip option 
If teachers make a class and add students, they don't need to provide any student personal info (which is good, allowing for GDPR safe usage of Hedy!) but... we don't have any info about the students (like age, gender) to do analysis with, which is sad for us, because we want to understand what school types and ages use Hedy.
My first proposal is to ask teachers, when they sign up, a few simple questions:
And simply drop this extra info in the database. Over time this will help us understand the user base better!
The text was updated successfully, but these errors were encountered: