alexf4 / PrepIt

0 stars 0 forks source link

Track the stats of the questions #31

Closed alexf4 closed 8 years ago

alexf4 commented 8 years ago

We need to track the data associated with questions and how well the students do on them.

For now, we will track the data in the question set that lives in the teacher user mongo object.

We should track: How many students get it correct How many students get it incorrect What the students are choosing in graph format

This data will be updated when the student answers a question. Will need to make a db student function to find teacher.

@clancym86 can you please review this task