quiz_quiz:serve | |||||
---|---|---|---|---|---|
Description: | |||||
creates a pdf from quiz object The Output type defines the file format in which the quiz will be generated Currently only PDF files are supported |
|||||
Input Params | |||||
Name | Type | Description | Required | Default Value | Restrictions |
entryId | string | V | |||
quizOutputType | KalturaQuizOutputType | V | KalturaQuizOutputType:: | ||
Output Type | |||||
file | |||||
Errors | |||||
ENTRY_ID_NOT_FOUND;ENTRY_ID;Entry id "@ENTRY_ID@" not found | |||||
PROVIDED_ENTRY_IS_NOT_A_QUIZ;ENTRY_ID; provided entry [@ENTRY_ID@] is not a quiz | |||||
Example HTTP Hit | |||||
http://www.kaltura.com/api_v3/?service=quiz_quiz&action=serve POST fields: entryId quizOutputType |