wq_video {swirlify} | R Documentation |
Template for video question
Description
The url
provided for video_link
can be a link to any website.
Usage
wq_video(output = "Would you like to watch a short video about ___?",
video_link = "http://address.of.video")
Arguments
output |
Text that is displayed to the user. |
video_link |
A link to a url. Please make sure to use |
Examples
## Not run:
# While writing a new lesson by hand just use:
wq_video()
# If converting from another format to a swirl course you may want to sue the
# API:
wq_video("Now Roger will show you the basics on YouTube.",
"https://youtu.be/dQw4w9WgXcQ")
## End(Not run)
[Package swirlify version 0.5.3 Index]