Navriti:Learnplate

<back to all web services

UpdateQuizRequest

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/asynconeway/UpdateQuizRequest HTTP/1.1 
Host: uap-api.certiplate.com 
Content-Type: text/jsv
Content-Length: length

{
	QuizId: 0,
	Createdby: String,
	RelatedID: 0,
	Title: String,
	Description: String,
	MaxMark: 0,
	StartDate: String,
	ClosingDate: String,
	Tags: 
	[
		String
	],
	Status: String,
	NoOfQuestions: 0,
	MaxTime: 0,
	EachQsnMarks: 
	[
		0
	],
	ShowComment: String,
	Negativemark: String,
	ShuffleQsnOrder: False,
	ShuffleAnswers: False,
	PickQuestions: String,
	DisplayQuestions: String,
	LessonID: 
	[
		0
	],
	Section: 
	[
		String
	],
	SectionRequired: False,
	QuizeType: 0,
	SubmissionCount: 0,
	IsEvaluative: 0,
	AttachedResources: 
	[
		String
	],
	ResourceName: String,
	ResourceType: 
	[
		String
	],
	Category: String,
	TemplateType: String,
	SubjectId: 0,
	Subject: String,
	Response_Type: String,
	FrameworkId: 0,
	NosToAttempt: 0,
	IsMultiNos: String
}