Navriti:Learnplate

<back to all web services

AddQuestionRequest

HTTP + JSV

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

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

{
	Related_to_id: 0,
	Related_to_type: String,
	Userid: String,
	Question_text: String,
	Question_type: String,
	Options: 
	[
		String
	],
	Correct_option: 
	[
		String
	],
	Comment: 
	[
		String
	],
	File_link: 
	[
		String
	],
	Image_link: 
	[
		String
	],
	Tags: 
	[
		String
	],
	DifficultyLevel: 0,
	LessonName: String,
	LessonId: 0,
	QsnGroupId: 0,
	Hint: 
	[
		String
	],
	Hint_image: 
	[
		String
	],
	Options_image: 
	[
		String
	],
	ModuleName: String,
	TopicName: String,
	Category: String,
	AttributeType: String,
	LangVersion: 
	[
		String
	],
	NosIds: 
	[
		0
	],
	Pcids: 
	[
		0
	],
	Attribute: String,
	ReferenceAnswer: String,
	PracticalQsnType: String,
	Viva_mcq: 0
}