numbats / monash-learnr-modules

Modules created and owned by Monash EBS
0 stars 4 forks source link

Add basic tidyr/dplyr #20

Open KrisanatA opened 3 days ago

KrisanatA commented 3 days ago

@mitchelloharawild I would like to add the quiz type in the arrange function section. Is the multiple-choice quiz available?

mitchelloharawild commented 3 days ago

Yes, you'll need to cherry pick https://github.com/numbats/monash-learnr-modules/commit/750da0cf07d3d3b0a11c6d84320ac4096067f79e

:::{.quiz-multichoice}
- [ ] wrong
- [x] right
- [x] right
:::

Is how it works. It visually won't look good yet, nor function perfectly, but the code shouldn't change as I make further improvements to the quiz side of things.

KrisanatA commented 2 days ago

@mitchelloharawild Could you check the tip I have written here 64c211b. To summarize, I just want to make sure whether .groups = "drop" in the summarize function is the same as using ungroup() function?