diff --git a/book.org b/book.org index d893873..290113e 100644 --- a/book.org +++ b/book.org @@ -555,6 +555,20 @@ While working on a programming assignment, students will also see a clear warnin Courses also provide an iCalendar link\nbsp{}[cite:@stenersonInternetCalendaringScheduling1998] that students can use to publish course deadlines in their personal calendar application. Because Dodona logs all student submissions and their metadata, including feedback and grades from automated and manual assessment, we use that data to integrate reports and learning analytics in the course page\nbsp{}[cite:@fergusonLearningAnalyticsDrivers2012]. +This includes heatmaps (Figure\nbsp{}[[fig:whatcourseheatmap]]) and punch cards (Figure\nbsp{}[[fig:whatcoursepunchcard]]) of user activity, graphs showing class progress (Figure\nbsp{}[[fig:whatcourseprogress]]), ... + +#+CAPTION: Heatmap showing on which days in the semester students are more active or less active. +#+NAME: fig:whatcourseheatmap +[[./images/whatcourseheatmap.png]] + +#+CAPTION: Punchcard showing when during the week students are working on their exercises. +#+NAME: fig:whatcoursepunchcard +[[./images/whatcoursepunchcard.png]] + +#+CAPTION: Graph showing the percentage of students that correctly solved the exercises in a certain series over time. +#+NAME: fig:whatcourseprogress +[[./images/whatcourseprogress.png]] + We also provide export wizards that enable the extraction of raw and aggregated data in CSV format for downstream processing and educational data mining\nbsp{}[cite:@romeroEducationalDataMining2010; @bakerStateEducationalData2009]. This allows teachers to better understand student behaviour, progress and knowledge, and might give deeper insight into the underlying factors that contribute to student actions\nbsp{}[cite:@ihantolaReviewRecentSystems2010]. Understanding, knowledge and insights that can be used to make informed decisions about courses and their pedagogy, increase student engagement, and identify at-risk students\nbsp{}(see\nbsp{}Chapter\nbsp{}[[#chap:passfail]]). diff --git a/images/whatcourseheatmap.png b/images/whatcourseheatmap.png new file mode 100644 index 0000000..16659f6 Binary files /dev/null and b/images/whatcourseheatmap.png differ diff --git a/images/whatcourseprogress.png b/images/whatcourseprogress.png new file mode 100644 index 0000000..79a18b7 Binary files /dev/null and b/images/whatcourseprogress.png differ diff --git a/images/whatcoursepunchcard.png b/images/whatcoursepunchcard.png new file mode 100644 index 0000000..8bdb7c8 Binary files /dev/null and b/images/whatcoursepunchcard.png differ