Uri

/services/maps/

Method

task.markschema.add

Summary

Method to add a default mark schema to a task. This will override the previously attached mark schema.

Arguments

Parameter Data Type Notes
key alphanumeric required
ms_id numeric required
session alphanumeric required
task_id numeric 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" >
		<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="1022" name="Example Mark Schema"  ctype="" pupil_tagging="" status="300">  
		</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>