qtiMetadata | R Documentation |
Creates object of QtiMetadata-class
qtiMetadata(
contributor = list(),
description = "",
rights = Sys.getenv("RQTI_RIGHTS"),
version = NA_character_
)
contributor |
A list of objects QtiContributor-type that holds metadata information about the authors. |
description |
A character string providing a textual description of the content of this learning object. |
rights |
A character string describing the intellectual property rights and conditions of use for this learning object. By default it takes value from environment variable 'RQTI_RIGHTS'. |
version |
A character string representing the edition/version of this learning object. |
creator= qtiMetadata(qtiContributor("Max Mustermann"),
description = "Task description",
rights = "This file is Copyright (C) 2024 Max
Mustermann, all rights reserved.",
version = "1.0")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.