From: pkiddie <pk...@us...> - 2005-07-19 13:31:41
|
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5086/lang/en/doc Modified Files: en_doc.php Log Message: Addition of metadata tags to quizzes, and relevant documentation Index: en_doc.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/en_doc.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** en_doc.php 18 Jul 2005 14:32:13 -0000 1.4 --- en_doc.php 19 Jul 2005 13:31:32 -0000 1.5 *************** *** 373,376 **** --- 373,409 ---- $stackAnswerTest['True']['doc']="This is a catch-all AnswerTest which always evaluates to true. This is useful when providing feedback at the end of a list of potential responses."; + //<PDK> + //<PDK> New stackQuestion documentation for extra metadata tags + $stackQuiz['questionPublisher']['doc']="The server URL responsible for making the question available. Internal variable"; + + //Type + $stackQuiz['type']['doc']="Nature of genre of content of resource. Internal variable: most likely text for question"; + + //Format + $stackQuiz['quizFormat']['doc']="Digital manifestation of resource. Internal variable: most likely stackQuestion/(version number)"; + + //Language + $stackQuiz['quizLanguage']['doc']="language of content of resource. User defined, maybe default to users current Windows/Linux language setting"; + + //Rights + $stackQuiz['quizRights']['doc']="Rights management statement for the resource, or reference to a service providing such information"; + + //Learning context + $stackQuiz['quizLearningContext']['doc']="Describes the educational context of the intended target audience of the resource. User defined list type"; + + //Difficulty + $stackQuiz['quizDifficulty']['doc']="How difficult it is to work through the resource for the given target audience. Percieved difficulty, user defined list type"; + + //Competency + $stackQuiz['quizCompetency']['doc']="Mathematical competancies a resource trains. User defined, list type"; + + //CompetencyLevel + $stackQuiz['quizCompetencyLevel']['doc']="Mathematical skills a resource requires/trains. User defined, list type"; + + //Time to allocate + $stackQuiz['quizTimeAllocated']['doc']="An approximate time it takes to work with the resource. User defined, list type"; + + //Type of question + $stackQuiz['quizExcerciseType']['doc']="Type of interactive elements used in the context of the excercise. User defined, list type"; ?> |