From: Chris S. <san...@us...> - 2005-06-17 12:25:15
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31272/lang/en Added Files: Tag: frontend_dev stack.php Log Message: Language files --- NEW FILE: stack.php --- <?php // Strings associated with quizzes. $string['TrySTACKQuiz'] = 'Try a STACK quiz'; $string['STACKHomePage'] = 'STACK home page'; $string['Home'] = 'Home'; $string['ClickHereTryQuiz'] = 'Click here to try a new quiz.'; $string['ChooseQuiz'] = 'Choose quiz'; $string['Focus'] = 'Focus'; $string['FocusExplain'] = 'Click here to see one question at a time.'; $string['UnFocus'] = 'Unfocus'; $string['UnFocusExplain'] = 'Click here to see all questions in the quiz.'; $string['Score'] = 'Mark'; // Mark for a question. $string['Mark'] = 'Mark'; // Mark as an action request. $string['MarkThisQ'] = 'Mark this question'; // Mark as an action request. $string['MarkQ'] = 'Mark Q.'; // Mark as an action request. $string['MarkExplain'] = 'Click here to mark your answers.'; $string['Validate'] = 'Validate'; $string['ValidateExplain'] = 'Click here to check that your answers have no syntax errors and that the system interprets them in the way that you intended.'; $string['ValidateExplain2'] = '(Note, your answers will be stored when you validate.)'; $string['Solutions'] = 'Solutions'; $string['SolutionsExplain'] = 'Click here to mark the whole quiz and show all the solutions.'; $string['SolutionsExplain2'] = '(No further attempts will be permitted)'; $string['NewVersion'] = 'New version'; $string['NewVersionExplain'] = 'Click here to try a new version of this quiz.'; $string['MarkSummary'] = 'Mark Summary'; $string['Question'] = 'Question'; $string['Value'] = 'Value'; // Number of marks available for a question $string['Total'] = 'Total'; $string['Help'] = 'Help'; $string['End'] = 'End'; $string['Quiz_error_q'] = '<font color=\"red\">There were errors in the question.</font><br />Please contact your system administrator about questionID {$a[0]}.<br />'; // Stack page footer. $string['ThisSTACKVer'] = 'This is STACK version'; $string['ThisPageTook'] = 'This page took approximatly'; $string['seconds'] = 'seconds'; $string['STACKlogo'] = 'STACK logo'; $string['QValidRequiredField'] = 'This is a required field, but has no value.'; $string['QValidDefaultValue'] = 'A default value has been assigned for you.'; $string['QValidquestionnotar'] = '$question variable does not exist!'; $string['QValidMaximaName'] = 'is a Maxima function name.'; $string['QInstCASError'] = 'The CAS generated errors when creating a question version.'; $string['CASError'] = 'CAS ERROR!'; $string['CASError_ans'] = 'The CAS did not process your answer.'; $string['QMarkBailOut'] = 'There is an error in the marking procedure, please contact your administrator. (A potential response was visited more than once.)'; // Teacher's view to try questions. $string['QTestTeacherInfo'] = 'Information for the teacher'; $string['QTestQuestionNote'] = 'Question note'; $string['Seed'] = 'Seed'; $string['QTestTeacherAns'] = "Teacher's answer"; // $string['YourLastAns'] = 'Your last answer was interpreted as:'; $string['YouHaveNotAns'] = 'Warning: you have not answered this.'; $string['InvalidAns'] = 'This is an invalid answer.'; $string['AttemptNoPenalty'] = 'This attempt has been ignored with no penalty.'; $string['YourMarkFor'] = 'Your mark for this attempt is'; $string['WithPenaltiesAnd'] = 'With penalties, and previous attempts, this gives {$a[\'mark\']} out of {$a[\'QuVal\']}'; $string['YourMarkIs'] = 'Your mark is {$a[\'mark\']}, out of {$a[\'QuVal\']}.'; $string['InvalidNoMark'] = 'Your answer is invalid, so there is no mark or penalty for this attempt.'; $string['InvalidPreviousMark'] = 'Previous attempts give a mark of {$a[\'mark\']} out of {$a[\'QuVal\']}'; $string['InputTool'] = 'Input tool'; $string['SyntaxHint'] = 'Syntax hint'; $string['TeacherAnsIs'] = 'The teacher\'s answer is'; $string['ThisCanDisplay'] = 'This can be displayed as'; $string['WorkedSolution'] = 'Worked solution'; $string['NoSolution'] = '[No solution available]'; $string['YourAttemptsWere'] = 'Your attempts at this question were as follows.'; $string['Answer'] = 'Answer'; $string['NoAttemptsAtQ'] = 'You have made no attempts at this question.'; $string['ShowAt_RawAns'] = 'Raw answer'; $string['ShowAt_Action'] = 'Action'; $string['ShowAt_Valid'] = 'Valid ?'; $string['ShowAt_Ans'] = 'Answer'; $string['ShowAt_RawMark'] = 'Raw mark'; $string['ShowAt_Penalty'] = 'Penalty'; $string['ShowAt_FeedBack'] = 'Feedback'; $string['ShowAt_AnswerNote'] = 'Answer Note'; $string['SeriousForbid'] = 'The string <tt><font color=\'orange\'></font></tt> is forbidden!<br />'; $string['MissingRightBracket'] = 'You have a missing right bracket.'; $string['MissingLeftBracket'] = 'You have a missing left bracket.'; $string['IllegalSpaces'] = 'You have space between terms in your expression. Please check again carefully.'; $string['MissingStars'] = 'You seem to be missing *\'s.<br /> Perhaps you meant to type '; $string['BadAmps'] = 'You should not have any @\'s. '; $string['BadAbsFun'] = 'You should not have any |\'s. You may need to use the <tt>abs()</tt> CAS function instead.'; $string['UnknownFun'] = 'The string <tt><font color=\'orange\'>{$a[\'key\']}</font></tt> does not occur in the list of permitted functions. It could be that you have missed off some multiplication signs, or brackets. If you are in doubt about this, please contact the administrator.'; $string['NotSupported'] = 'The string <tt><font color=\'orange\'>{$a[\'key\']}</font></tt> is a legitimate CAS command, but does is not supported in this implementation of STACK. There may be an alternative. If you are in doubt about this, please contact the administrator.'; // Validating the CASText $string['EmptyCASString'] = 'You have included a CAS string which is empty. This is not permitted.'; // This occurs when validating CASText For example, a user might type "Factor @ @." $string['ErrorCASString'] = 'The string <font color=\'orange\'><tt>@{$a[\'key\']}@</tt></font> generated the following error(s)'; $string['OddAmpCASString'] = 'You have an odd number of @s, which is not permitted.'; $string['IncorrectPassword'] = 'Incorrect password!'; $string['IncorrectAdminPsd'] = 'Incorrect Admin password'; $string['UnknownUserName'] = 'Username does not exist!'; $string['MisMatchPassword'] = 'Your two passwords did not match!'; $string['OldPasswordUnch'] = 'Your old password (if any) is unchanged.'; $string['USR_Username'] = 'Username'; $string['USR_NewPassword'] = 'New password'; $string['USR_ConfirmPsswd'] = '(confirm)'; $string['USR_FirstName'] = 'First name'; $string['USR_LastName'] = 'Last name'; $string['USR_Email'] = 'Email'; $string['USR_OptionalInformation'] = 'Optional Information'; $string['USR_Phone'] = 'Phone'; $string['USR_StudentID'] = 'Student ID'; $string['USR_Address'] = 'Address'; $string['USR_Department'] = 'Department'; $string['USR_Institution'] = 'Instituion'; //////////////////////////////////////// // STACK data structures //////////////////////////////////////// // The $stackQuestion data structure $string['stackQuestion_questionVarsRaw'] = 'Question variables'; $string['stackQuestion_questionVars'] = '(Internal) Question variables'; $string['stackQuestion_questionStem'] = 'Question stem'; $string['stackQuestion_questionAns'] = "Teacher's answer"; $string['stackQuestion_questionAnsKey'] = "Student's answer key"; // The name of the variable to which the student's answer is assigned. $string['stackQuestion_questionAnsVarsRaw'] = 'Feedback variables'; $string['stackQuestion_questionAnsVars'] = '(Internal) Feedback variables'; $string['stackQuestion_questionPotResp'] = 'Potential responses'; $string['stackQuestion_questionSol'] = 'Worked solution'; $string['stackQuestion_questionOptions'] = 'Options'; $string['stackQuestion_questionNote'] = 'Question note'; $string['stackQuestion_questionID'] = 'Unique question ID'; $string['stackQuestion_questionGUID'] = 'Globally unique question ID'; $string['stackQuestion_questionName'] = 'Name'; $string['stackQuestion_questionDescription'] = 'Description'; $string['stackQuestion_questionKeywords'] = 'Keywords'; $string['stackQuestion_questionBody'] = 'Body'; $string['stackQuestion_questionUserLastEdited'] = 'Last edited by'; $string['stackQuestion_questionDateLastEdited'] = 'Last edited on'; // The $stackQuestionInst data structure: instantiated questions $string['stackQuestion_questionInstAttempts'] = 'Attempts at this question'; $string['stackQuestion_questionSeedInst'] = 'Random seed'; $string['stackQuestion_questionAnsTestOptInst'] = 'AnswerTest options'; // Potential Responses $string['stackQuestion_PR_SAns'] = 'Expression 1: SAns'; $string['stackQuestion_PR_TAns'] = 'Expression 2: TAns'; $string['stackQuestion_PR_AnsTest'] = 'Answer test'; $string['stackQuestion_PR_AnsTestOpt'] = 'Answer test options'; $string['stackQuestion_PR_RawMarkMod'] = 'Mark modifier operation'; $string['stackQuestion_PR_RawMark'] = 'Mark modifier'; $string['stackQuestion_PR_Penalty'] = 'Penalty'; $string['stackQuestion_PR_FeedBack'] = 'Feedback'; $string['stackQuestion_PR_AnswerNote'] = 'Answer note'; $string['stackQuestion_PR_ApLat'] = 'Apply later tests'; //////////////////////////////////// // Options //////////////////////////////////// $string['stackOptions_InsertStars'] = "Insert *s where needed"; $string['stackOptions_InformalSyntax'] = 'Allow informal syntax'; $string['stackOptions_AllowInputTool'] = 'Input tools'; $string['stackOptions_SyntaxHint'] = 'Syntax Hint'; $string['stackOptions_Display'] = 'Display'; $string['stackOptions_Language'] = 'Language'; $string['stackOptions_QuVal'] = 'Question value'; $string['stackOptions_MarkModMethod'] = 'Mark modification method'; $string['stackOptions_Penalty'] = 'Question penalty'; $string['stackOptions_Forbid'] = 'Forbidden words'; $string['stackOptions_Allow'] = 'Allowed words'; $string['stackOptions_AnsTest'] = 'Answer test'; $string['stackOptions_AnsTestOpt'] = 'Answer test options'; $string['stackOptions_TeacherEmail'] = "Teacher's email"; $string['stackOptions_FeedBackGenericCorrect'] = 'Feedback: correct'; $string['stackOptions_FeedBackGenericCorrect_def'] = "<font color='green'>Correct answer, well done.</font>"; $string['stackOptions_FeedBackGenericIncorrect'] = 'Feedback: incorrect'; $string['stackOptions_FeedBackGenericIncorrect_def'] = "<font color='red'>Incorrect answer.</font>"; $string['stackOptions_FeedBackGenericPCorrect'] = 'Feedback: partially correct'; $string['stackOptions_FeedBackGenericPCorrect_def'] = "<font color='orange'>Your answer is partially correct.</font>"; $string['stackOptions_ShowSol'] = 'Show solution'; //////////////////////////////////// // Interactions with the CAS //////////////////////////////////// $string['NEWLINE'] = ' <html><br /></html>'; //////////////////////////////////// // Answer test specific strings //////////////////////////////////// $string['ATAlgEquiv_SA_notmatrix'] = 'Your answer should be a matrix, but is not.'; $string['ATAlgEquiv_SA_notlist'] = 'Your answer should be a list, but is not. Note that the syntax to enter a list is to enclose the comma separated values with square brackets.'; $string['ATAlgEquiv_SA_notset'] = 'Your answer should be a set, but is not. Note that the syntax to enter a set is to enclose the comma separated values with curly brackets.'; $string['ATList_wronglen'] = 'Your list should have {$a[0]} elements, but it is actually has {$a[1]}. '; $string['ATList_wrongentries'] = 'The entries in red below are those which are incorrect. {$a[0]} '; $string['ATMatrix_wrongsz'] = 'Your matrix should be {$a[0]} by {$a[1]}, but it is actually {$a[2]} by {$a[3]}.'; $string['ATMatrix_wrongentries'] = 'The entries in red below are those which are incorrect. {$a[0]}'; $string['ATSet_wrongsz'] = 'Your set should have {$a[0]} different elements, but it is actually has {$a[1]}.'; $string['ATSet_wrongentries'] = 'The following entries are incorrect, although they may appear in a simplified form from that which you actually entered. {$a[0]} '; $string['irred_Q_factored'] = 'The term {$a[0]} should be unfactored, but is not.'; $string['irred_Q_commonint'] = 'You need to take out a common integer factor. '; // needs a space at the end. $string['irred_Q_optional_fac'] = 'You could do more work, since {$a[0]} can be further factored. However, you don\'t need to. '; $string['FacForm_UnPick_morework'] = 'You could still do some more work on the term {$a[0]}. '; $string['FacForm_UnPick_intfac'] = $string['irred_Q_commonint']; $string['ATFacForm_error_list'] = 'The answer test failed. Please contact your systems administrator'; $string['ATFacForm_error_degreeSA'] = 'The CAS could not establish the algebraic degree of your answer.'; $string['ATFacForm_error_float'] = 'You should not use any floating point (decimal) numbers. Please use only integers, fractions etc.'; $string['ATFacForm_isfactored'] = 'Your answer is factored, well done. '; // needs a space at the end. $string['ATFacForm_notfactored'] = 'Your answer is not factored. '; // needs a space at the end. $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['ATInt_error_list'] = $string['ATFacForm_error_list']; $string['ATInt_const_int'] = 'You need to add a constant of integration. This should be an arbitrary constant, not a number.'; $string['ATInt_const'] = 'You need to add a constant of integration, otherwise this appears to be correct. Well done.'; $string['ATInt_diff'] = 'It looks like you have differentiated instead!'; $string['ATInt_generic'] = 'The derivative of your answer should be equal to the function that you were asked to integrate, which was: {$a[0]} In fact, the derivative of your answer, with respect to {$a[1]} is: {$a[2]} so you must have done something wrong!'; $string['ATDiff_error_list'] = $string['ATFacForm_error_list']; $string['ATDiff_int'] = 'It looks like you have integrated instead!'; $string[''] = ''; $string[''] = ''; $string[''] = ''; $string[''] = ''; //get_string('ThisSTACKVer','stack','') ?> |