Uri

/services/maps/

Method

markschema.ao.add

Summary

Add assessment criterion, marks and mark order for an unallocated mark schema

Arguments

Parameter Data Type Notes
key alphanumeric required
ms_id numeric required
session alphanumeric required
xml alphanumeric required

Example response

<?xml version="1.0" encoding="iso-8859-1" ?>
<response stat="success">
	<mark_schema id="1041" name="My marksheet"  ctype="70" pupil_tagging="0" status="100"> 
		<group name="sg_01" title="" ctype="70" total_marks="F">
			<block id="5585" name="bl_001" title="First" ctype="70" lower_mark="A" upper_mark="B">
				<criterion id="8735" description="My Text"/>
				<criterion id="8736" description="My other text"/> 
			</block>
			<block id="5586" name="bl_002" title="Second" ctype="70" lower_mark="C" upper_mark="D">
				<criterion id="8737" description="My Text"/>
				<criterion id="8738" description="My other text"/>
				<criterion id="8739" description="My other text"/> 
			</block>
			<block id="5587" name="bl_003" title="Second" ctype="70" lower_mark="E" upper_mark="F">
				<criterion id="8740" description="My Text"/>
				<criterion id="8741" description="My other text"/>
				<criterion id="8742" description="My other text"/> 
			</block>
		</group>
		<marks>
			<mark>A</mark>
			<mark>B</mark>
			<mark>C</mark>
			<mark>D</mark>
			<mark>E</mark>
			<mark>F</mark>
		</marks> 
	</mark_schema>

</response>