SubmissionStatus | R Documentation |
Builds an Synapse submission status object.
SubmissionStatus(score=NULL, status=NULL)
score |
optional named parameter: The score of the submission |
status |
optional named parameter: Status can be one of 'OPEN', 'CLOSED', 'SCORED', 'INVALID'. |
This constructor is not normally invoked by the client. The object is created as a side effect of calling synSubmit
and
is retrieved by synGetSubmissionStatus
.
An object of type SubmissionStatus
synSubmit
synGetSubmissionStatus
synGetSubmissionBundles
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.