qtiContributor | R Documentation |
Creates object of QtiContributor-class
qtiContributor(
name = Sys.getenv("RQTI_AUTHOR"),
role = "author",
contribution_date = ifelse(name != "", Sys.Date(), NA_Date_)
)
name |
A character string representing the name of the author. |
role |
A character string kind of contribution. Possible values: author, publisher, unknown, initiator, terminator, validator, editor, graphical designer, technical implementer, content provider, technical validator, educational validator, script writer, instructional designer, subject matter expert. Default is "author". |
contribution_date |
A character string representing date of the contribution. Default is the current system date, when contributor is assigned. |
creator= qtiContributor("Max Mustermann", "technical validator")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.