Skip to contents

Get zip with course results by resource id and node id

Usage

getCourseResult(object, resource_id, node_id, path_outcome = ".", ...)

Arguments

object

An S4 object of class LMS that represents a connection to the LMS.

resource_id

A length one character vector with resource id.

node_id

A length one character vector with node id (test).

path_outcome

A length one character vector with path, where the zip should be stored. Default is working directory.

...

Additional arguments to be passed to the method, if applicable.

Value

It downloads a zip and return a character string with path.

Examples

if (FALSE) { # interactive()
zip_file <- getCourseResult("89068111333293", "1617337826161777006")
}