check_assignment_audio | R Documentation |
Informs whether audio audit is enabled for the target assignment. Wrapper for GET /api/v1/assignments/{id}/recordAudio
endpoint
check_assignment_audio(
id,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
id |
Assignment ID number |
server |
Full server web address (e.g., |
workspace |
Character. Name of the workspace whose assignments to get. In workspace list, value of |
user |
API user name |
password |
API password |
Data frame with id' and
Enabledcolumns.
Enabledis
TRUEif audio is enabled;
FALSEif not enabled;
NA' if the request fails for any reason.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.