total_correct: Display total correct

Description Usage Arguments Value Examples

View source: R/webex_fns.R

Description

Display total correct

Usage

1
total_correct(elem = "span", args = "")

Arguments

elem

The html element to display (e.g., div, h3, p, span)

args

Optional arguments for css classes or styles

Value

A string with the html for displaying a total correct element

Examples

1
2
3
4
total_correct()     # <div  id="total_correct"></div>
total_correct("h3") # <h3  id="total_correct"></h3>
total_correct("p", "style='color: red;'")
total_correct("div", "class='customclass'")

webex documentation built on June 10, 2021, 9:09 a.m.