-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revise based on student feedback #14
Comments
fixed in eae4115 |
Have added link to 3rd party YT video as extra resource here. It's not strictly needed because they don't do this themselves but good reminder for the later sessions |
Paul - am assuming this is because there are warnings, e.g. about inserting space around operators? If so, can you amend the transcript of your video on this and leave a comment to future me/you that we need to add that sentence to the video if we re-record it. |
They're warnings about symbols being out of scope. Warnings that can't be resolved in RMarkdown but wouldn't appear in a script? |
The warnings would go away for students if you disable "Warn if variable used has no definition in scope". I had that enabled, when I made the video. One of my schoolboy errors! |
On this:
Have now removed theme_minimal and rebuilt to make everything consistent |
I've added feedback from Becky's summary emails (removing any points extracted as TODOs). |
General
Explain green boxes in index.rmd… where we do blue boxes
Explain why
ggplot
grid background is white in worksheets but grey in workbooks?Turn off all of the suggested videos
Normalise audio across clips
Make course "cheat sheet"/glossary
Make course index
Session 1
Possible omissions:
[perhaps all these could come in the second session with the Rmd recap]
Session 2
filter()
section (Becky), about 2.25 hours (Kirsty)tidyverse
and then remove this reminder from later exercises (starting at Ex4)?Loading data
shootings
(i.e. doesn't include.csv
)?two_words
andtwo.words
in variable names confusingsummarise()
: provide summary (revision) explanation of standard deviation, and difference between mean and median when first introducedHow to fix code errors
: Explain why yellow triangles remain when all errors are resolvedSession 3
Duration: ~1.25 hours (worksheet) + ~20m (extension exercises) (Becky), ~1.5 hours (Kirsty)
Becky
Using different types of data and visual scales
: Because video is long, possibly use a different poster image e.g. the transcript which describes different meaning of the word "variable". Maybe cheap and easy to drop in some different static images to the video when the topic changes e.g. moves toggplot
.group_by()
: Slow down a bit at start of videoSession 4
Duration: ~1 hour - "quite light" (Becky), ~80 mins (Kirsty)
Becky
kg2
-kg1
is already present asweight_lost_end_trt
fitb
/multi-choice questions to a couple of exercises?Session 5
as_tibble()
andpull()
in video transcript not explained in videowith()
hadn't been explained before step 5 so were unable to do this(method=lm, se=F)
more clearlyThe text was updated successfully, but these errors were encountered: