Learn R Programming

webex (version 0.9.2)

total_correct: Display total correct

Description

Display total correct

Usage

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

Run this code
# NOT RUN {
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'")
# }

Run the code above in your browser using DataLab