From: pkiddie <pk...@us...> - 2005-08-16 22:43:38
|
Update of /cvsroot/stack/stack-1-0/lang/en/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23459/lang/en/doc Modified Files: Tag: development_xmlrqp en_doc.php Log Message: ShowSol removed from documentation Importing questions and question lists New functions in stackXML to define an order schema attribute, and keyval order attribute. Use of attributes in potential responses and questionVars Index: en_doc.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/doc/en_doc.php,v retrieving revision 1.6 retrieving revision 1.6.2.1 diff -C2 -d -r1.6 -r1.6.2.1 *** en_doc.php 25 Jul 2005 10:09:32 -0000 1.6 --- en_doc.php 16 Aug 2005 22:43:29 -0000 1.6.2.1 *************** *** 1,420 **** ! <?php ! /** ! * Describes the data structure stackQuestion ! * ! * @package documentation ! * @subpackage Stack ! */ ! ! $stackQuestion['questionVarsRaw']['doc']="This field is a string which contains a list of assignments ! of the form <br /> [...1231 lines suppressed...] ! //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"; ! ! ! ! ?> ! |