Description Usage Arguments Slots See Also
Constructor for Evaluation
1 | Evaluation(name, description, contentSource, status, quota, submissionInstructionsMessage, submissionReceiptMessage)
|
name |
name for this Evaluation. |
description |
description of this Evaluation |
contentSource |
Synapse ID of the entity which owns the Evaluation, usually a Project |
status |
One of "PLANNED", "OPEN", "CLOSED", or "COMPLETED". This field is currently required, but is unused and will be removed in the future. |
quota |
An object of type SubmissionQuota describing the maximum submissions by an individual or a team per round, as well as the beginning, duration and number of rounds in the Challenge. Both the maximum and the rounds are optional. See the documentation for SubmissionQuota for further details. |
submissionInstructionsMessage |
Instructions to be show to participants on how to craft Synapse File objects for submission to the Evaluation. |
submissionReceiptMessage |
Message to display by client upon successful submission to the Evaluation. |
updateUriSynapse URI which will be used to update the Evaluation
propertiesSynapse properties for an Evaluation object. Properties of interest include:
idunique Synapse ID as set by the system upon synStore (not set by user)
nameuser supplied name for the Evaluation
descriptionuser supplied description of the Evaluation
contentSourceSynapse ID of the entity which owns the Evaluation (usually a Project)
statusstatus of the Evaluation - one of: "PLANNED", "OPEN", "CLOSED", or "COMPLETED"
submissionInstructionMessageInstructions to be show to participants on how to craft Synapse File objects for submission to the Evaluation.
submissionInstructionMessageMessage to display by client upon successful submission to the Evaluation.
synGetEvaluation
synStore
submit
SubmissionQuota
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.