Multiple Choices: Quarto

  1. What is Quarto mainly used for?
  1. Which file extension does a Quarto document typically use?
  1. What is the main difference between Quarto and RMarkdown?
  1. Which of the following YAML options specifies the title of a Quarto document?
  1. In RMarkdown or Quarto, what symbol is used to create code chunks?
  1. How can you specify R as the language in a code chunk in Quarto or RMarkdown?
  1. Which of the following commands would render a Quarto file from the terminal?
  1. To create a presentation with Quarto using slides, which format should you specify in the YAML header?
  1. Which option should you use to include an image in a Quarto or RMarkdown document?
  1. What function is used in R to install Quarto directly from the command line?
  1. Which YAML option in Quarto specifies the output format for a PDF document?
  1. In a Quarto or RMarkdown document, how would you suppress the display of code but show the output?
  1. Which option in a code chunk makes sure a code block won’t be evaluated but is still shown in the document?
  1. In Quarto, what YAML option should you use to specify multiple authors?
  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?
  1. Which of the following allows you to include HTML content in Quarto or RMarkdown documents?
  1. What does setting warning = FALSE in a code chunk do?
  1. Which function would you use in R to preview a Quarto document while working in RStudio?
  1. In Quarto, how do you add a table of contents (TOC) to the document?
  1. In Quarto, which YAML option should you use to specify a document’s primary language (e.g., English)?
  1. In Quarto, what YAML setting controls whether a document starts with an abstract?
  1. What is the purpose of setting message = FALSE in a code chunk?
  1. How would you include an external file in a Quarto or RMarkdown document?
  1. In a Quarto document, which format in the YAML header would you specify to create a Word document?
  1. What is the primary purpose of the freeze option in Quarto documents?
  1. Which of the following options would you use to make a specific code chunk run only on the first render in Quarto?
  1. Which output format would you specify in Quarto to create a website?
  1. In Quarto, what YAML setting should you use to include code in an appendix section at the end of the document?
  1. What syntax would you use to add a hyperlink in a Quarto or RMarkdown document?
  1. Which of the following YAML options controls the font size of text in a Quarto PDF document?
  1. How would you display code output without the actual code in a code chunk in Quarto?
  1. What does setting fig.cap = "Title" do in a code chunk in Quarto or RMarkdown?
  1. Which of the following Quarto YAML options can you use to number sections automatically?
  1. Which YAML key would you use to include metadata such as keywords in a Quarto document?
  1. To add a footnote in Quarto or RMarkdown, you can use which syntax?
  1. Which YAML setting is used to customize the width of figures in Quarto?
  1. In Quarto, which YAML option allows you to specify a CSS file for styling an HTML document?
  1. In Quarto, which YAML key should you use to control slide transitions for a Reveal.js presentation?
  1. What is the purpose of setting eval = FALSE in a Quarto or RMarkdown code chunk?