From: pkiddie <pk...@us...> - 2005-07-18 10:07:26
|
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26321/lang/en/doc Modified Files: en_doc.php Log Message: Index: en_doc.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/en_doc.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** en_doc.php 14 Jul 2005 12:53:40 -0000 1.2 --- en_doc.php 18 Jul 2005 10:07:17 -0000 1.3 *************** *** 103,106 **** --- 103,139 ---- $stackQuestion['questionDateLastEdited']['doc']="An automatic time stamp showing when the question was last edited."; + //<PDK> New stackQuestion documentation for extra metadata tags + $stackQuestion['questionPublisher']['doc']="The server URL responsible for making the question available. Internal variable"; + + //Type + $stackQuestion['questionType']['doc']="Nature of genre of content of resource. Internal variable: most likely text for question"; + + //Format + $stackQuestion['questionFormat']['doc']="Digital manifestation of resource. Internal variable: most likely stackQuestion/(version number)"; + + //Language + $stackQuestion['questionLanguage']['doc']="language of content of resource. User defined, maybe default to users current Windows/Linux language setting"; + + //Rights + $stackQuestion['questionRights']['doc']="Rights management statement for the resource, or reference to a service providing such information"; + + //Learning context + $stackQuestion['questionLearningContext']['doc']="Describes the educational context of the intended target audience of the resource. User defined list type"; + + //Difficulty + $stackQuestion['questionDifficulty']['doc']="How difficult it is to work through the resource for the given target audience. Percieved difficulty, user defined list type"; + + //Competency + $stackQuestion['questionCompetency']['doc']="Mathematical competancies a resource trains. User defined, list type"; + + //CompetencyLevel + $stackQuestion['questionCompetencyLevel']['doc']="Mathematical skills a resource requires/trains. User defined, list type"; + + //Time to allocate + $stackQuestion['questionTimeAllocated']['doc']="An approximate time it takes to work with the resource. User defined, list type"; + + //Type of question + $stackQuestion['questionExcerciseType']['doc']="Type of interactive elements used in the context of the excercise. User defined, list type"; + // three extra fields! |