Multiple Choices: Quarto

  1. What is Quarto mainly used for? ::: {.cell}
  1. Which file extension does a Quarto document typically use? ::: {.cell}

:::

  1. What is the main difference between Quarto and RMarkdown? ::: {.cell}

:::

  1. Which of the following YAML options specifies the title of a Quarto document? ::: {.cell}

:::

  1. In RMarkdown or Quarto, what symbol is used to create code chunks? ::: {.cell}

:::

  1. How can you specify R as the language in a code chunk in Quarto or RMarkdown? ::: {.cell}

:::

  1. Which of the following commands would render a Quarto file from the terminal? ::: {.cell}

:::

  1. To create a presentation with Quarto using slides, which format should you specify in the YAML header? ::: {.cell}

:::

  1. Which option should you use to include an image in a Quarto or RMarkdown document? ::: {.cell}

:::

  1. What function is used in R to install Quarto directly from the command line? ::: {.cell}

:::

  1. Which YAML option in Quarto specifies the output format for a PDF document? ::: {.cell}

:::

  1. In a Quarto or RMarkdown document, how would you suppress the display of code but show the output? ::: {.cell}

:::

  1. Which option in a code chunk makes sure a code block won’t be evaluated but is still shown in the document? ::: {.cell}

:::

  1. In Quarto, what YAML option should you use to specify multiple authors? ::: {.cell}

:::

  1. In a Quarto or RMarkdown document, which of the following commands would be used to load the ggplot2 package in an R code chunk? ::: {.cell}

:::

  1. Which of the following allows you to include HTML content in Quarto or RMarkdown documents? ::: {.cell}

:::

  1. What does setting warning = FALSE in a code chunk do? ::: {.cell}

:::

  1. Which function would you use in R to preview a Quarto document while working in RStudio? ::: {.cell}

:::

  1. In Quarto, how do you add a table of contents (TOC) to the document? ::: {.cell}

:::

  1. In Quarto, which YAML option should you use to specify a document’s primary language (e.g., English)? ::: {.cell}

:::

  1. In Quarto, what YAML setting controls whether a document starts with an abstract? ::: {.cell}

:::

  1. What is the purpose of setting message = FALSE in a code chunk? ::: {.cell}

:::

  1. How would you include an external file in a Quarto or RMarkdown document? ::: {.cell}

:::

  1. In a Quarto document, which format in the YAML header would you specify to create a Word document? ::: {.cell}

:::

  1. What is the primary purpose of the freeze option in Quarto documents? ::: {.cell}

:::

  1. Which of the following options would you use to make a specific code chunk run only on the first render in Quarto? ::: {.cell}

:::

  1. Which output format would you specify in Quarto to create a website? ::: {.cell}

:::

  1. In Quarto, what YAML setting should you use to include code in an appendix section at the end of the document? ::: {.cell}

:::

  1. What syntax would you use to add a hyperlink in a Quarto or RMarkdown document? ::: {.cell}

:::

  1. Which of the following YAML options controls the font size of text in a Quarto PDF document? ::: {.cell}

:::

  1. How would you display code output without the actual code in a code chunk in Quarto? ::: {.cell}

:::

  1. What does setting fig.cap = "Title" do in a code chunk in Quarto or RMarkdown? ::: {.cell}

:::

  1. Which of the following Quarto YAML options can you use to number sections automatically? ::: {.cell}

:::

  1. Which YAML key would you use to include metadata such as keywords in a Quarto document? ::: {.cell}

:::

  1. To add a footnote in Quarto or RMarkdown, you can use which syntax? ::: {.cell}

:::

  1. Which YAML setting is used to customize the width of figures in Quarto? ::: {.cell}

:::

  1. In Quarto, which YAML option allows you to specify a CSS file for styling an HTML document? ::: {.cell}

:::

  1. In Quarto, which YAML key should you use to control slide transitions for a Reveal.js presentation? ::: {.cell}

:::

  1. What is the purpose of setting eval = FALSE in a Quarto or RMarkdown code chunk? ::: {.cell}

:::

:::