| quiz_quiz:add | |||||
|---|---|---|---|---|---|
| Description: | |||||
| Allows to add a quiz to an entry | |||||
| Input Params | |||||
| Name | Type | Description | Required | Default Value | Restrictions | 
| entryId | string | V | |||
| quiz | KalturaQuiz | V | |||
| Output Type | |||||
| KalturaQuiz | |||||
| Errors | |||||
| ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
| INVALID_USER_ID;;Invalid user id | |||||
| PROVIDED_ENTRY_IS_ALREADY_A_QUIZ;ENTRY_ID; provided entry [@ENTRY_ID@] is already a quiz | |||||
| Example HTTP Hit | |||||
| http://www.kaltura.com/api_v3/?service=quiz_quiz&action=add POST fields: entryId quiz:relatedObjects quiz:version quiz:uiAttributes quiz:showResultOnAnswer quiz:showCorrectKeyOnAnswer quiz:allowAnswerUpdate quiz:showCorrectAfterSubmission quiz:allowDownload quiz:showGradeAfterSubmission | |||||