Learn R Programming

webex (version 0.9.2)

style_widgets: Change webex widget style

Description

Change webex widget style

Usage

style_widgets(default = "red", correct = "blue")

Arguments

default

The colour of the widgets when the correct answer is not filled in (defaults to blue).

correct

The colour of the widgets when the correct answer not filled in (defaults to red).

Details

Call this function inline in an RMarkdown document to change the default and correct colours using any valid CSS colour word (e.g., red, rgb(255,0,0), hsl(0, 100

Examples

Run this code
# NOT RUN {
# change to green when correct
style_widgets(correct = "green")

# yellow when unfilled, pink when correct
style_widgets("#FFFF00", "#FF3399")
# }

Run the code above in your browser using DataLab