![]() |
|
![]() ![]() ![]() ![]() ![]() ![]() | |

|
In my continuing mission to persuade (cajole, inspire, encourage, or even compel) children to READ reference material on a web page, rather than randomly swoosh the mouse around the screen and click on anything "clickable". I use the frames feature of browser software to present both questions and a source of the answers on the monitor screen at the same time. The upper of two frames holds the questions document and the lower links to the web site being used for research. The student navigates through each frame, reading the questions and finding the correct answers. Click here to view one of my subterfuges for concentrating students' attention on reference material about whales. In this example the frame of questions (with hints) and the web site frame are stacked vertically. Each frame can be scrolled separately and the students move back and forth between frames to complete the quiz. SELECT A SUITABLE, INFORMATIONAL WEB SITEThroughout the World Wide Web there are many scintillating web sites, such as the Zoom Whales one used in the example above, which contain interesting information in a friendly, easy-to-read format. Unfortunately such sites frequently contain scintillating and distracting advertisements too (as this one does). Make your own judgement on the suitability of reference sites. When the content is highly appropriate I find myself rationalizing its use with "Well distractions are everywhere, we'll expand the lesson to show how to deal with them". Perhaps a cop-out but there you have it - I'm guilty.A FRAMED DOCUMENT![]() The simple frame arrangement diagrammed here divides the screen into upper and lower sections. Two documents are required to set it up: FRAMESET DOCUMENTThe frameset page describes the full screen layout and allows setting of parameters such as individual frame size and whether scroll bars are used. the frameset for our example is -
<HTML> (Notice there is no BODY tag in a frameset page.) The frameset line of coding defines the frames layout. The rows designation of "20%,*" creates two horizontal areas (rows) with the first occupying 20% of the screen and the second (defined as *) occupying the remainder of the screen. There is a 5-pixel, green border between the frames and a 2-pixel border around the entire frame. Each frame src line describes the contents of the frame. Here the first frame contains the HTML document (whaletop.html) of questions we create and the second frame contains the web page found by linking to the URL address in www.enchantedlearning.com which describes whales. The NORESIZE tag ensures the frame size cannot be altered and each SCROLLING definition ensures that each frame can be scrolled up and down independently. Save this document in text format with the file name WhaleSpec.html. QUESTIONS DOCUMENTThis document is prepared as described in First Steps in Browsing.The complete coding is -
<HTML> This is a simple HTML document with black (#000000) text on a white (#FFFFFF) background in the Comic Sans MS type style which the children recognize easily. The questions are in plain type and the hints are italicized (I). Save this document in text format and title it WhaleTop.html. Now make sure that both of the above documents are saved to the same folder, connect to the World Wide Web, open the file named Whalespec in your browser and set out to discover the answers to each question by scrolling through web site frame. HELPFUL SITESFor understanding and embellishing frames the following web sites are very helpful.Frames Tutorial, Frames Programming Reference, HTML Goodies Frames Tutorials, COMPUTER LAB EXPERIENCESWe have used this frames example as both a cooperative learning experience with children working in pairs and for individual enlightenment. Yes, it's inevitable that some children will scoot through the questions you have dreamed up and be finished in no time. So then make it a group endeavor by asking THEM to make more questions for the rest of the class to answer. Trust me, the questions they dream up for each other will be much, much harder than yours, even occasionally impossible to answer. So put your feet up, take a break and watch the children challenge each other! Older children can work with a word processing(WP) document open at the same time as the web browser and key the answers in sentence form in the WP document as they go along. It's a good modeling experience for later research applications. |