Skip to content

Commit

Permalink
Reflect
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed May 27, 2024
1 parent 1c10887 commit 99d69c7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions reflections/20240525/20240525_richel.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,24 @@ We, including me, drew the wrong conclusions about which sessions scheduled
enough time for exercises.
The Google Form image, that I just took a screenshot of, shows a trend I can understand:

![Evaluation result for enough time](20240524_enough_time.png)
![Evaluation result: enough time per session](20240524_enough_time.png)

Out of the 4 learners there was 1 that wrote 'more time'
at 'In the course, what should we improve?'.

Also, the confidences that learners had were hard to interpret:

![Evaluation result on confidence](20240524_confidence.png)
![Evaluation result: confidence per session](20240524_confidence.png)

So, I used some R scripting to give a proper plot like this:

![Evaluation result: mean confidence per session](20240524_mean_confidence_per_session.png)

All my sessions have above 'I have good confidence I can do this',
so I think that is good enough.
However, my aim is to have all to have 'I absolutely can do this!'.
And there is one person that has low confidence in using rsync.
This is because he is a Windows users, and he could not figure
out how to install rsync. That should be fixed for next course iteration.


2 changes: 1 addition & 1 deletion reflections/20240525/create_n_learners_in_time_plot.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env Rscript
n_learners_in_time <- readr::read_csv(
"learners_in_time.csv"
"n_learners_in_time.csv"
)

ggplot2::ggplot(
Expand Down
File renamed without changes.

0 comments on commit 99d69c7

Please sign in to comment.