]> code.communitydata.science - coldcallbot-discord.git/blob - assessment_and_tracking/student_report_template.Rmd
Merge branch 'master' of code.communitydata.science:coldcallbot-discord
[coldcallbot-discord.git] / assessment_and_tracking / student_report_template.Rmd
1 **Student Name:** `r paste(d.print[d.print$discord.name == x.discord.name, c("FirstName", "LastName")])`
2
3 **Discord Name:** `r d.print[d.print$discord.name == x.discord.name, c("discord.name")]`
4
5 **Participation grade:** `r d.print$part.4point[d.print$discord.name == x.discord.name]`
6
7 **Questions asked:** `r d.print[d$discord.name == x.discord.name, "prev.questions"]`
8
9 **Days Absent:** `r d.print[d.print$discord.name == x.discord.name, "days.absent"]` / `r case.sessions`
10
11 **List of questions:**
12
13 ```{r echo=FALSE}
14 call.list[call.list$discord.name == x.discord.name,]
15 ```
16
17 **Luckiness:** `r d.print[d.print$discord.name == x.discord.name, "prop.asked.quant"]`
18
19 If you a student has a luckiness over 50% that means that they were helped by the weighting of the system and/or got lucky. We did not penalize *any* students with a luckiness under 50% for absences.
20
21
22
23
24
25

Community Data Science Collective || Want to submit a patch?