Skip to content
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

Change final exercises in R markdown lesson to be in Exercise box #161

Open
zenalapp opened this issue Nov 23, 2021 · 0 comments
Open

Change final exercises in R markdown lesson to be in Exercise box #161

zenalapp opened this issue Nov 23, 2021 · 0 comments
Labels

Comments

@zenalapp
Copy link
Collaborator

zenalapp commented Nov 23, 2021

e.g.:

> ## Exercise: R Markdown syntax
> Go ahead and do some online searches on how to do the following:
> * create a bullet point list with three items
> * as the first item, write the name of your currently favorite programming language in bold
> * as the second item, write  the name of a function you have so far found most useful in italics
> * as the third item, write one thing you want to learn next on your programming journey in bold and italics
> * turn your bullet point list into a numbered list
> * create a fourth list item and find an online guide and/or cheat sheet for basic Markdown syntax, write its name down here and hyperlink its url
>
> > ## Solution
> > [This link](https://rmarkdown.rstudio.com/authoring_basics.html) has some helpful basic R Markdown syntax.
> {: .solution}
{: .challenge}

Could have sets of exercises with several solutions instead of having each one be its own exercise box.

@kelly-sovacool kelly-sovacool added the 5-r-markdown Lesson 5 label Jan 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants