X-Git-Url: https://code.communitydata.science/coldcallbot-discord.git/blobdiff_plain/743e0a39f3f56beab45e22845cd5117a5e316506:/data/case_grades/student_report_template.Rmd..9c4f81c30ac7c23cf1dfad7af54d1f12d4ba4d58:/assessment_and_tracking/static/gitweb.js diff --git a/data/case_grades/student_report_template.Rmd b/data/case_grades/student_report_template.Rmd deleted file mode 100644 index a0b2145..0000000 --- a/data/case_grades/student_report_template.Rmd +++ /dev/null @@ -1,25 +0,0 @@ -**Student Name:** `r paste(d.print[d.print$discord.name == x.discord.name, c("FirstName", "LastName")])` - -**Discord Name:** `r d.print[d.print$discord.name == x.discord.name, c("discord.name")]` - -**Participation grade:** `r d.print$part.4point[d.print$discord.name == x.discord.name]` - -**Questions asked:** `r d.print[d$discord.name == x.discord.name, "prev.questions"]` - -**Days Absent:** `r d.print[d.print$discord.name == x.discord.name, "days.absent"]` / `r case.sessions` - -**List of questions:** - -```{r echo=FALSE} -call.list[call.list$discord.name == x.discord.name,] -``` - -**Luckiness:** `r d.print[d.print$discord.name == x.discord.name, "prop.asked.quant"]` - -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. - - - - - -