lachlanjc / quizapp

The simplest way to give your class a quiz
pfmscode.github.io/quizapp
1 stars 8 forks source link

sendResults(); #40

Open taransamarth opened 10 years ago

taransamarth commented 10 years ago

Should we add to the function sendResults(); something so the results are sent to the teacher? I'm not sure if this is something we want, or if we want to take the results of all the students so it's sent as a digest.

lachlanjc commented 10 years ago

Interesting question, Taran. A teacher doesn't want to get 25 emails every period, but we can't wait a day to sen them a notification — and this is different for each quiz. Why don't we add a dropdown menu on newquiz.html for selecting when results should be sent? Maybe three options, like this:

Here I was using Mandrill. I think that by default, emails will be sent, as well as showing notifications (maybe Gritter until we look at Toastr) inside the app. On the Settings page, teacher could check boxes next to which channels they want notifications on, with these options:

lachlanjc commented 10 years ago

Gritter looks like a nice, simple way to do notifications, but if we need something more complex, there's Noty — but I'd rather use Gritter.

lachlanjc commented 10 years ago

A few things: