POST api/quizzes
Create a new quiz
Request Information
URI Parameters
None.
Body Parameters
QuizEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| QuestionsCount | integer |
None. |
|
| Id | integer |
None. |
|
| QuizName | string |
None. |
|
| IsPublished | boolean |
None. |
|
| CreateUserId | string |
None. |
|
| StandardCodeDisplay | string |
None. |
|
| CreatedOn | date |
None. |
|
| Questions | Collection of QuestionEntity |
None. |
|
| TestQuestions | Collection of TestQuestionEntity |
None. |
|
| Standards | Collection of StandardEntity |
None. |
|
| User | UserEntity |
None. |
|
| HasApprovedResources | boolean |
None. |
|
| LastGiven | date |
None. |
|
| Subject | SubjectEntity |
None. |
|
| PassageId | integer |
None. |
|
| Passage | Collection of PassageEntity |
None. |
|
| Shared | boolean |
None. |
|
| CopiedFromTestId | integer |
None. |
|
| AccountName | string |
None. |
|
| IsAlreadySharedQuiz | boolean |
None. |
|
| Administrations | Collection of AdministrationEntity |
None. |
|
| PointsPossible | decimal number |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.