Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.31 KB

PollCreate.md

File metadata and controls

13 lines (10 loc) · 1.31 KB

# PollCreate

Properties

Name Type Description Notes
slug string A unique, short, human-friendly identifier for the Poll. [optional]
scope string The scope defines how and by whom the poll is accessible: `public`: Everyone may access the poll, and it will be publicly listed ; `unlisted`: Everyone may access the poll if they know its URI ; `private`: Only invited participants may participate ; The default scope is `unlisted`. [optional]
subject string The subject of the poll. Careful consideration should be taken in the writing of this.
proposals \MvApi\Model\ProposalCreate[] A list of Proposals to judge, that MUST contain at least two proposals, and can have at most 256 proposals but that upper limit is arbitrary and may wildly vary after benchmark and discussion. [optional]
grades \MvApi\Model\GradeCreate[] A list of Grades that Participants may give to Proposals – That list MUST contain at least two Grades, and at most 16 (another arbitrary limit to discuss). [optional]

[Back to Model list] [Back to API list] [Back to README]