correctFeedback {rqti}R Documentation

Create object CorrectFeedback

Description

Create object CorrectFeedback

Usage

correctFeedback(content = list(), title = character(0), show = TRUE)

Arguments

content

A list of character content to form the text of the feedback, which can include HTML tags.

title

A character value, optional, representing the title of the feedback window.

show

A boolean value, optional, determining whether to show (TRUE) or hide (FALSE) the feedback. Default is TRUE.

Value

An object of class CorrectFeedback

Examples

cfb <- correctFeedback(content = list("Some comments"), title = "Feedback")

[Package rqti version 0.3.0 Index]