set_assignment_audio | R Documentation |
Wrapper for PATCH /api/v1/assignments/{id}/recordAudio
endpoint
set_assignment_audio(
id,
enable,
verbose,
server = Sys.getenv("SUSO_SERVER"),
workspace = Sys.getenv("SUSO_WORKSPACE"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
id |
Number. Assignment ID number |
enable |
Logical. Whether to enable or disable audio– |
verbose |
Logical. Returns information about success of operation: message and |
server |
Character. Full server web address (e.g., |
workspace |
Character. Name of the workspace whose assignments to get. In workspace list, value of |
user |
Character. API user name |
password |
Character. API password |
If verbose = FALSE
, no return value. If verbose = TRUE
, return logical outcome: TRUE
if succeeded; FALSE
otherwise
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.