DAA_07_Rmarkdown

DAA_07_Rmarkdown

University

5 Qs

quiz-placeholder

Similar activities

Quiz

Quiz

University

10 Qs

Microbial Growth (BACTE WEEK 3)

Microbial Growth (BACTE WEEK 3)

University

10 Qs

Q&A game

Q&A game

University

10 Qs

microbiology quiz one

microbiology quiz one

University

10 Qs

Carbohydrate

Carbohydrate

University

10 Qs

Membrane potential in excitable cells during the resting state

Membrane potential in excitable cells during the resting state

University

10 Qs

Important things to learn

Important things to learn

KG - University

10 Qs

Oral Nerve Block Techniques Quiz

Oral Nerve Block Techniques Quiz

University

10 Qs

DAA_07_Rmarkdown

DAA_07_Rmarkdown

Assessment

Quiz

Biology, Science

University

Medium

Created by

Alfonso Gar

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the Yaml header

Where to put the title and the output format of the document

A part of the document where to put the data

Where you specify the code chunks

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is a code chunk

Where you write the text.

Where you write the code. It could be R or other language.

Where you insert the figures and the tables.

Where you link other web pages.

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What would be the output of a code chunk like this:

```{r, echo=FALSE}

plot(iris)

```

It will show the plot but not the code

It will show the code but not the plot

It will show the code and the plot

It will not show neither the code nor the plot

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output if I write a list like this:

1. thing to do

1. other thing

- One more.

1. thing to do

1. other thing

- One more.

1. thing to do

2. other thing

- One more.

1. thing to do

2. other thing

3. One more.

1. thing to do

1. other thing

2. One more.

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the output of this text:

*Centaurea **aspera***

Centaurea aspera in italic

Centaurea aspera in bold

Centaurea in italic and aspera in italic and bold

Centaurea in bold and aspera in italic

A lot of asterisks