<? /*------------------------------------------------------------------- question_stu_eng.inc Ver. $Revision: 1.1.1.1 $ $Date: 2003/05/07 04:05:14 $ * Copyright (C) 2000 Hong Kong Baptist University * This file is part of the Quadrille system. * This program is free software; it is distributed under the terms of the GNU General Public License, either version 2, or (at your option) * any later version. * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. * --------------------------------------------------------------------- */ ?> <? /************************************************************************ Global Variables Added by Karmin Fok and Kamhung Lo *************************************************************************/ /* About Question */ $WRONG_ANSWER = "Sorry, you're wrong!"; $CORRECT_ANSWER = "Correct!"; $HINTS = "Hints:"; $QUESTION_CANNOT_COPY = "The question(s) cannot be copied!"; $QUESTION_CANNOT_MOVE = "The question(s) cannot be moved!"; $TOTAL_Q_A = "There is "; $TOTAL_Q_B = " question in total."; $TOTAL_QS_A = "There are "; $TOTAL_QS_B = " questions in total."; $SELECT_ONE_QUESTION_ONLY = "Select one question only"; $NO_DEST = "There is no destination to move this question!"; /* Submit Question */ $NO_ANSWER_CHOSEN = "Please choose an answer."; $NO_ANSWER_ENTERED = "Please enter an answer."; $selected_answer[1] = "A"; $selected_answer[2] = "B"; $selected_answer[3] = "C"; $selected_answer[4] = "D"; $selected_answer[5] = "E"; $selected_answer[6] = "F"; $selected_answer[7] = "G"; $selected_answer[8] = "H"; $selected_answer[9] = "I"; $selected_answer[10] = "J"; //$tf_answer[1] = "True"; //$tf_answer[2] = "False"; /* About Paper_Question*/ $QUESTION = "Question"; $QUESTION_NO = "Question <br />No"; $Q_UID = "UID"; $MAX_TRIAL = "Max. <br />Trials"; $CURRENT_TRIES = "Tried"; $MARK_GAIN = "Mark <br />Gain"; $MARK_DEDUCT = "Mark <br />Deduct"; $CURRENT_MARK = "Your <br />Mark"; $PREVIEW = "Preview"; $COMPLETED = "Completed"; $ANSWER_IS = "The correct answer is: "; $TOTAL_MARKS = "Total Marks"; $NOT_ENOUGH_DYNAMIC_QUESTION = "Not enough dynamic questions for this paper!<br />Please try again later, or consult your teacher."; /* About Paper */ $PAPER_ID = "Paper ID"; $PAPER_TYPE_NAME = "Paper Type"; $PAPER_NAME = "Paper Name"; $END_ACCESS_DATE = "Due Date"; $PAPER_TYPE["EXERCISE"] = "Exercise"; $PAPER_TYPE["ASSIGNMENT"] = "Assignment"; $PAPER_TYPE["EXAM"] = "Exam"; $SELECT_PAPER_FIRST = "Please select paper first."; $START_PAPER = "Start"; $NO_PAPER = "No paper exists."; $NOT_STUDY_COURSE = "You didn't enrol in the course."; $SHOW_ALL_PAPER = "Show all papers"; $TOTAL_PAPER_A = "There is "; $TOTAL_PAPER_B = " paper in total."; $TOTAL_PAPERS_A = "There are "; $TOTAL_PAPERS_B = " papers in total."; /* External Information */ $PAGE_TITLE["SUBMIT_QUESTION_TYPE_1"] = "Text Multiple Choice"; $PAGE_TITLE["SUBMIT_QUESTION_TYPE_2"] = "Multimedia Multiple Choice"; $PAGE_TITLE["SUBMIT_QUESTION_TYPE_3"] = "True or False"; $PAGE_TITLE["SUBMIT_QUESTION_TYPE_4"] = "Clicking"; $PAGE_TITLE["SUBMIT_QUESTION_TYPE_5"] = "Drag and Drop"; $PAGE_TITLE["SUBMIT_QUESTION_TYPE_6"] = "Fill in the Blanks"; $PAGE_TITLE["SUBMIT_QUESTION_TYPE_7"] = "Matching"; $PAGE_TITLE["PAPER_QUESTION_LIST"] = "Paper Question List"; $PAGE_TITLE["PAPER_LIST"] = "Paper List"; $PAGE_TITLE["QUESTION_COPY"] = "Copy Questions"; $PAGE_TITLE["QUESTION_MOVE"] = "Move Questions"; /* Link */ $BACK_TO_PAPER_LIST = "Back to Paper List"; $BACK_TO_HOME = "Back to Main Page"; $TO_ANSWER = "Answer"; $DONE = "Done"; $CLOSE_WINDOW = "Close Window"; $SHOW_ANSWER = "Show Answer"; /* Button */ $RESET = "Reset"; $PREVIOUS_QUESTION = "Previous Question"; $BACK_TO_QUESION_LIST = "Back to Question List"; $BACK = "Back"; ?>