Update of /cvsroot/stack/stack-1-0/lang/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26321/lang/en
Modified Files:
stack.php
Log Message:
Index: stack.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/lang/en/stack.php,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** stack.php 14 Jul 2005 18:19:57 -0000 1.12
--- stack.php 18 Jul 2005 10:07:18 -0000 1.13
***************
*** 158,161 ****
--- 158,174 ----
$string['stackQuestion_questionDateLastEdited'] = 'Last edited on';
+ // <PDK> $stackQuestion metadata added
+ $string['stackQuestion_questionPublisher'] = 'Server published';
+ $string['stackQuestion_questionType'] = 'Nature of content';
+ $string['stackQuestion_questionFormat'] = 'Digital manifestation';
+ $string['stackQuestion_questionLanguage'] = 'Language of content';
+ $string['stackQuestion_questionLearningContext']= 'Targetted to';
+ $string['stackQuestion_questionDifficulty'] = 'Difficulty';
+ $string['stackQuestion_questionCompetency'] = 'Competencies trained';
+ $string['stackQuestion_questionCompetencyLevel']= 'Skills required';
+ $string['stackQuestion_questionTimeAllocated'] = 'Recommended time to take';
+ $string['stackQuestion_questionExcerciseType'] = 'Type of question';
+ $string['stackQuestion_questionRights'] = 'Rights statement';
+
// Used in the question bank order select form to indicate no selection.
$string['stackQuestion_NONE'] = '[NONE]';
|