Uri
/services/maps/
Method
task.escapeflag.update
Summary
Enable or disable e-scape sessions
Arguments
| Parameter | Data Type | Notes |
| flag | numeric | required |
| key | alphanumeric | required |
| session | alphanumeric | required |
| task_id | numeric | required |
Example response
<?xml version="1.0" encoding="iso-8859-1" ?> <response stat="success"> <task id="1504" title="Example" description="E-scape Task" escape="on" assigned="off" > <owner id="189" username="andrew_campbell"/> <resources> <resource id="10847" type="scaaresource" url="http://dev01.maps-ict.com/d/maps3/875091708/" name="example.doc" extension="doc" /> </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> <lom xsi:schemaLocation="http://ltsc.ieee.org/xsd/LOM lom.xsd"> <general> <identifier> <catalog>MAPS 3</catalog> <entry>1504</entry> </identifier> <title> <string language="en">Example</string> </title> <description> <string langauge="en">E-scape Task</string> </description> </general> </lom> </task> </response> |