Update of /cvsroot/stack/stack-1-0/lang/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15020/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.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** stack.php 18 Jul 2005 10:07:18 -0000 1.13
--- stack.php 18 Jul 2005 11:58:21 -0000 1.14
***************
*** 159,173 ****
// <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.
--- 159,173 ----
// <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.
***************
*** 330,334 ****
$string['ATFacForm_notalgequiv'] = 'Note that your answer is not algebarically equivalent to the correct answer. You must have done something wrong. '; // needs a space at the end.
! $string['ATPartFrac_error_list'] = $string['ATFacForm_error_list'];
$string['ATInt_error_list'] = $string['ATFacForm_error_list'];
--- 330,339 ----
$string['ATFacForm_notalgequiv'] = 'Note that your answer is not algebarically equivalent to the correct answer. You must have done something wrong. '; // needs a space at the end.
! $string['ATPartFrac_error_list'] = $string['ATFacForm_error_list'];
! $string['ATPartFrac_true'] = '';
! $string['ATPartFrac_single_fraction'] ='Your answer seems to be a single fraction, it needs to be in a partial fraction form. ';
! $string['ATPartFrac_diff_variables'] ='The variables in your answer are different to those of the question, please check them. ';
! $string['ATPartFrac_denom_ret'] ='The denominator of your answer is {$a[0]} it should be {$a[1]}. ';
! $string['ATPartFrac_ret_expression'] ='Your answer as a single fraction is {$a[0]}. ';
$string['ATInt_error_list'] = $string['ATFacForm_error_list'];
***************
*** 341,345 ****
$string['ATDiff_int'] = 'It looks like you have integrated instead!';
! $string[''] = '';
$string[''] = '';
$string[''] = '';
--- 346,350 ----
$string['ATDiff_int'] = 'It looks like you have integrated instead!';
!
$string[''] = '';
$string[''] = '';
|