In Chapter 1: Understanding Lesson Element, we learned that the Digital Teacher web lesson window is composed of several elements - chapter, inline reading, question, answers, and menu. By changing the way these elements and their contents are displayed, we can customize the graphical user interface and style to meet our particular needs.
Essentially, to customize the user interface is to change the value of each relevant
Javascript/VBScript variable and style sheet in your Digital Teacher web-based
lesson template file.
Each group of variables that you can change values for is followed by "comments" starting two
forward slashes (//) for Javascript, and one apostrophe (') for VBScript.
Also, please refer to Appendix: Script Comments - Digital Teacher Exam Page (.ASP)
Note: You must not directly work on the original master template. Always work on a duplicate file.)
In this chapter, we will present you interactive demonstrations to show you what the result from each setting looks like. If you haven't done so, please turn your browser's cookies option on.
| Messages | Displayed when | Variables |
| You need to answer the question first. | The student attempts to see the correct answer without answering a question. | gNeedAns |
| Answer is not available on this question. | The current lesson does not allow to see the correct answers. | gNoAns |
| Try yourself first. | The student attempts to see the correct answer without answering an individual Fill-in-the-blank question item. | gTryFirst |
| Lesson time is up. | Time is elapsed in a timed lesson. | gLessonTimesUp |
| Reading time is up. | Time is elapsed in a timed reading. | gReadingTimesUp |
| You need to answer all the questions. | The student attempts to submit without completing all the questions. (when a lesson requires the student result to be submitted and the lesson is configured to force the student to answer all questions) | gForce |
| Your performance result will be submitted. Would you like to continue? | The student clicks the Submit link or button. Note: This message is followed by the next message if the student has not completed all questions. | gSubmit |
| You have not completed answering all the questions. Do you still want to submit? | (See above) | gConfirm |
| Time is up. Click OK to submit your results. | Time is elapsed in a timed lesson, and the student result must be submitted. | gTimesUpSubmit |
| Correct! | The student clicks the [Show me the Answer] link or button. The student answer is correct. | gCorrect |
| Incorrect! | Same as above. The student answer is not correct. | gIncorrect |
| Partly correct! | Same as above. The student answer is partly correct | gPartCorrect |
| Correct answer(s): | Same as above - followed by the correct answer(s). | gCoAnswer |
| Point you have earned: | Same as above - followed by the score earned. | gEarnedPoint |
Each feedback mark indicates whether the student has answered a question correctly, incorrectly, or partly correctly. The mark is displayed to the left of the question box when the student answers a question. These marks are shown to the student only when the Show Correct Answers property is set to true.
Text:
O
X
0
Images:
![]()
The Hint, Answer, and Reading links can be displayed either in text or in images.
Text:
Hint
Answer
Reading
Images:
With no border and back color, the background of an element becomes transparent and text inside the element will look more blended and natural. However, if you prefer to a more formatted look with each element displayed as a distinct block, you might want to show border (and add backcolor). This can help viewers easily distinguish one block from another.
- The height of each element is dynamically set to the size of actual content
- See Positioning Definitions for
Top, Left, Right, and Width.
If your (more importantly, your student's) browser is Internet Explorer, you can have the Inline Reading box display scrollbars. Netscape Navigator does not provide this functionality. The scrollbars in the reading box are displayed only if the content (the reading) exceeds the height of the browser window.
When the Show Performance Report upon Completion property is set to true for an ASP type lesson, a report that shows the student's performance result is presented immediately after the student's response is submitted. This same report is also available from the Digital Teacher online gradebook.
You can change the report title and captions to your language, and also format the look of the report by modifying values of the variables shown in the table below. To see how it work, change each value and click Show me the result at the end of of the table.
These variables can be set inside from the following files.
Copyright 2001-2002 Francis Software, Sunnyvale, California