wq_message: Template for output without a question

Description Usage Arguments Examples

Description

Template for output without a question

Usage

1
wq_message(output = "put your text output here")

Arguments

output

Text that is displayed to the user.

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
# While writing a new lesson by hand just use:
wq_message()

# If converting from another format to a swirl course you may want to sue the
# API:
wq_message("Welcome to a course on the central limit theorem.")

## End(Not run)

swirlify documentation built on May 28, 2019, 9:02 a.m.