synGetSubmissions | R Documentation |
Get submissions from an evaluation
synGetSubmissions(evaluation, status=NULL, myOwn=FALSE, limit=20, offset=0)
evaluation |
Evaluation to get submissions from. |
status |
Optionally filter submissions for a specific status. |
myOwn |
Determines if only your Submissions should be fetched. |
limit |
Limits the number of submissions in a single response. |
offset |
Start iterating at a submission offset from the first |
A generator over Submission objects for an Evaluation. Use nextElem
or as.list
to access the values.
nextElem
as.list
## Not run:
submissions<-synGetSubmissions("1234567")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.