Uri

/services/maps/

Method

ms.coversheet

Summary

Mark an assignment

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">	 
	<task id="1499" title="revised title" description="revised description"  escape="off" assigned="on" >
		<mark_sheet id="4951" status="300" total="F" start_date="2008-12-30T12:00:00" end_date="2020-12-01T12:00:00" assessor="andrew_campbell" pupil="andrew_campbell_1">
			<objectives name="sg_01" id="853" title="" ctype="70" total_marks="F" total="F">
				<objective name="bl_001" id="3913" title="First" lower_mark="A" upper_mark="B" total="A" />
				<objective name="bl_002" id="3914" title="Second" lower_mark="C" upper_mark="D" total="A" />
				<objective name="bl_003" id="3915" title="Second" lower_mark="E" upper_mark="F" total="F" />
			</objectives>
		</mark_sheet>		
		<owner id="189" username="andrew_campbell"/>
		<resources>
		<resource id="10838" type="timage" url="http://dev01.maps-ict.com/d/maps3/715014565/" name="default.gif" extension="gif" />
		</resources> 
		<mark_schema id="735" name="My marksheet"  ctype="70" pupil_tagging="0" status="300"> 
		<group name="sg_01" title="" ctype="70" total_marks="F">
			<block id="3913" name="bl_001" title="First" ctype="70" lower_mark="A" upper_mark="B">
				<criterion id="5326" description="My Text"/>
				<criterion id="5327" description="My other text"/> 
			</block>
			<block id="3914" name="bl_002" title="Second" ctype="70" lower_mark="C" upper_mark="D">
				<criterion id="5328" description="My Text"/>
				<criterion id="5329" description="My other text"/>
				<criterion id="5330" description="My other text"/> 
			</block>
			<block id="3915" name="bl_003" title="Second" ctype="70" lower_mark="E" upper_mark="F">
				<criterion id="5331" description="My Text"/>
				<criterion id="5332" description="My other text"/>
				<criterion id="5333" 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>
		<classes>
			<class id="1" name="ICT10" orig_id="10"/>
		</classes>
		<lom xsi:schemaLocation="http://ltsc.ieee.org/xsd/LOM lom.xsd">
			<general>
				<identifier>
					<catalog>MAPS 3</catalog>
					<entry>1499</entry>
				</identifier>
				<title>
					<string language="en">revised title</string>
				</title>
				<description>
					<string langauge="en">revised description</string> 
				</description>
			</general>	
		</lom>
	</task>
</response>