Uri

/services/maps/

Method

file.tag.add

Summary

Tag a file againest an assessment objective

Arguments

Parameter Data Type Notes
file_id numeric required
key alphanumeric required
session alphanumeric required
tag_id numeric required

Example response

<?xml version="1.0" encoding="iso-8859-1" ?>
<response stat="success">
	<file id="10846" name="maps.doc" extension="doc" size="153088">
		<!-- Criterion -->
		<tags>
			<tag id="8723" title="some fluency and expression, e.g. taking account of punctuation, speech marks" user="andrew_campbell" stage="200" />
			<tag id="8722" title="unfamiliar words decoded using appropriate strategies, e.g. blending sounds" user="andrew_campbell" stage="200" />
			<tag id="8721" title="range of key words read on sight" user="andrew_campbell" stage="200" />
			<tag id="8725" title="generally clear idea of where to look for information, e.g. about characters, topics" user="andrew_campbell" stage="200" />
			<tag id="8724" title="some specific, straightforward information recalled, e.g. names of characters, main ingredients" user="andrew_campbell" stage="200" />
			<tag id="8727" title="comments based on textual cues, sometimes misunderstood" user="andrew_campbell" stage="200" />
			<tag id="8726" title="simple, plausible inference about events and information, using evidence from text e.g. how a character is feeling, what makes a plant grow" user="andrew_campbell" stage="200" />
			<tag id="8728" title="some awareness of use of features of organisation, e.g. beginning and ending of story, types of punctuation" user="andrew_campbell" stage="200" />
			<tag id="8730" title="some familiar patterns of language identified, e.g. once upon a time; first, next, last" user="andrew_campbell" stage="200" />
			<tag id="8729" title="some effective language choices noted, e.g. &amp;#8216;slimy&amp;#8217; is a good word there" user="andrew_campbell" stage="200" />
			<tag id="8732" title="simple statements about likes and dislikes in reading, sometimes with reasons" user="andrew_campbell" stage="200" />
			<tag id="8731" title="some awareness that writers have viewpoints and purposes, e.g. &amp;#8216;it tells you how to do something&amp;#8217;, &amp;#8216;she thinks it&amp;#8217;s not fair&amp;#8217;" user="andrew_campbell" stage="200" />
			<tag id="8734" title="some awareness that books are set in different times and places" user="andrew_campbell" stage="200" />
			<tag id="8733" title="general features of a few text types identified, e.g. information books, stories, print media" user="andrew_campbell" stage="200" />
		</tags>
	</file>
</response>