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
# NOT RUN {# change to green when correctstyle_widgets(correct = "green")
# yellow when unfilled, pink when correctstyle_widgets("#FFFF00", "#FF3399")
# }