Quiz (W)

Warning

We are currently in the beta testing phase for our quiz page updates, so please be aware that some responses may not be accurate. Thank you for your patience.

For those interested in downloading the quiz questions, you’ll find a section below dedicated to downloading.

Live Quiz

You can click on the live quiz options to either see hints of why your response may be incorrect (response marked in red), or whether your choice of response is correct (response marked in green):

Download Quiz

  1. Downloading the File:
    • Navigate to the link: See here. If not downloading immediately, right-click on the link and select “Save link as…” from the dropdown menu.
    • Alternatively click here for downloading the quizzes.
    • Choose a destination folder on your computer where you’d like to save the file (e.g., Desktop). Remember this location, as you’ll need to navigate to it later.
  2. Setting Up RStudio:
    • If you don’t have RStudio installed, see the download link in here.
    • Launch RStudio after installing.
  3. Installing Necessary R Packages:
    • Before running the R Markdown file, ensure you have the required packages. In RStudio’s console (located at the bottom left by default), enter the following commands to install them:

      install.packages("learnr")
      install.packages("xfun")
  4. Opening and Running the File:
    • In RStudio, go to File > Open File....
    • Navigate to the folder where you saved the Rmd file and select it to open.
    • Once the file is open in RStudio, you’ll see a “Run Document” button (green) at the top of the script editor. Click on it to run the R Markdown Quiz file.