Template for video question
The url
provided for video_link
can be a link to any website.
wq_video(output = "Would you like to watch a short video about ___?", video_link = "http://address.of.video")
output |
Text that is displayed to the user. |
video_link |
A link to a url. Please make sure to use |
## 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.