Kaltura API

quiz_quizserve
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
entryId string V
quizOutputType KalturaQuizOutputType V
Output Type
file
Example HTTP Hit
http://www.kaltura.com/api_v3/service/quiz_quiz/action/serve
JSON object:
				
{ entryId: "value", quizOutputType: value }