From d8feb5e09dab8202e92bde4e69bf8ec58bf1c3b1 Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Mon, 4 Oct 2021 20:57:59 -0400 Subject: [PATCH] Appending a note about Word --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1edd87b..301a9f07 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ By ensuring that the content aligns with projects, the process is made more enga - assignment - post-lecture quiz +> **A note about languages**: These lessons are primarily written in Python, but many are also available in R. To complete an R lesson, go to the `/solution` folder and look for R lessons. They include an .rmd extension that represents an **R Markdown** file which can be simply defined as an embedding of `code chunks` (of R or other languages) and a `YAML header` (that guides how to format outputs such as PDF) in a `Markdown document`. As such, it serves as an exemplary authoring framework for data science since it allows you to combine your code, its output and your thoughts by allowing you to write them down in Markdown. Moreover, R Markdown documents can be rendered to output formats such as PDF, HTML, or Word. + > **A note about quizzes**: All quizzes are contained [in this app](https://white-water-09ec41f0f.azurestaticapps.net/), for 50 total quizzes of three questions each. They are linked from within the lessons but the quiz app can be run locally; follow the instruction in the `quiz-app` folder. | Lesson Number | Topic | Lesson Grouping | Learning Objectives | Linked Lesson | Author |