Using and Enhancing Online Lecture Materials

 

Kevin R. Parker
Idaho State University
Department of Computer Information Systems

Pocatello, ID, U.S.A. 83204
208-282-4783
parkerkr@isu.edu


 


Abstract

Online lecture materials are in wide use, but their level of detail as well as level of sophistication varies greatly. Incorporating some sophisticated yet easy-to-use web features into online lecture materials makes them both more useful and more engaging. The author explains how to apply pop-ups, image swapping, and bookmarks to enliven online materials, and discusses special applications for password protection and date-triggered links.

 Introduction

Increasingly educators are using course home pages to make their classes more interactive and accessible. Such features as an online syllabus, course schedule, links to data files and supplementary materials, and discussion boards are becoming more common. Some even include online lectures, lecture outlines, or examples. However, online lecture materials are often not as effective as they could be; they are merely a linear, online version of the presentation materials. This paper explains a few simple techniques that can be used to enhance online lecture materials.

Most educators can create a web page. Although some people design their web documents through line-by-line coding in the hypertext markup language (html), a great many people are turning to web authoring tools because they are easier to use (Hoyer, 2001). Tools like FrontPage make web creation relatively easy, and even Word allows documents to be saved in html format.

This paper does not discuss techniques that require sophisticated programming skills, like Java animations, or enhancements that require special software, like Flash. Rather, it describes some approaches that intermediate and even novice users can use to make online lecture material more effective.

It begins with an examination of issues to be considered when planning online lecture material and then presents techniques to make those materials more useful. After a discussion of online authoring, the paper concludes by addressing the issue of Fair Use and ways to avoid copyright violations.

 Online Lecture Materials

Many professors prepare lecture notes and examples prior to each class meeting. As technology and tools become more familiar, transparencies and overhead projectors are giving way to computer-supported presentations delivered by digital projection systems on large screen displays. As educators we must answer three questions to make the best use of the technology:

·        Should the notes be made available to the students via the Internet?

·        How much detail should the notes include?

·         What format should be used?

Availability

Whether to make course notes available over the Internet is somewhat controversial. I long ago decided that the benefits of posting online notes outweighed the drawbacks. One of the major benefits is accessibility. The professor can create notes from home or from the office, post them online, and then access them from the classroom free of the risk of forgetting to carry a diskette to or from class. The students can read the notes from any machine that has Internet access whether or not they live on campus. More importantly, when students have a copy of the lecture, they can concentrate on the learning experience in class rather than take notes. 

Because the students do not have to attend class to take notes, a common argument against online availability suggests it encourages students to skip class. However, increased absences can also result when professors provide students with photocopies of lecture notes (León and Parr, 2000). Further, regardless of the depth of the notes, the actual lectures invariably emphasize the more important topics and put a unique spin on the course content. I have detected no decrease in attendance, even with the availability of detailed notes. However, attendance policies can always be implemented if need be.

Detail

The designers of course notes must also decide how much detail to include in their notes. This should be driven by pedagogical goals, not by technology. You can provide lecture notes ranging from a brief outline of the topics covered to something approaching a full transcript of the lecture. If your intent is to develop a class discussion and generate questions, then a brief outline is sufficient. Students can print the brief notes before class and write in much of the detail during the discussion. On the other hand, if the goal of a particular class session is to show the students how to accomplish a specific task, you can use more detailed notes that include examples. To encourage attendance, you can omit some of the content of the student-accessible notes and make it available only during class. The advantages for the students are that they can concentrate on what is being said in class instead of writing constantly and that the notes will be available in a well-organized fashion for further review after the class session ends.

Format

If class notes are made available online, the format becomes an important factor. Both PowerPoint files and html files can be posted online, but in the author's view html offers several advantages.

·        Online notes are generally viewed with a browser.  Notes created in PowerPoint, a Microsoft application, generally retain their appearance when viewed with Microsoft Internet Explorer.  However, when viewed with Netscape Navigator, PowerPoint notes often lose their formatting and are unsightly and difficult to view.  Although PowerPoint offers an option to support all browsers, the resulting html files are often unacceptable when viewed in Netscape. In contrast, a presentation in html format will generally be similar in all browsers.

·         Further, html offers more navigational flexibility than PowerPoint, especially if a table of contents is incorporated, as discussed below.

·         Finally, html allows better referencing of online resources than does PowerPoint.  

 Implications

Online lecture materials are used differently than materials in traditional courses. Students can download copies of the material, and print them only if they want hard copies. This is a "distribute-then-print" alternative to the current "print-then-distribute" paradigm using paper (León and Parr, 2000). In addition, depending on the level of detail, the online notes can serve as a quick reference when students are working on an assignment.

León and Parr (2000) provide a table that compares the use of online materials with traditional ones, a portion of which is presented below.

  Table 1: A comparison of the use of online materials to traditional course management.

Dimension of Difference

Class with No Course Home Page

Class Supplemented with Course Home Page

Distribution of handouts and other information

Push - Professor prints, hard to update, one time, hassles

Pull - Students print, easy to update

Student misses classes

Student visits professor who searches the pile of materials from the course for handouts, coverage, etc.

Student checks course home page

Next year's class preparation

Revise old notes

Revise old notes and course home page

Data sets

Distribute by floppy or type

Download

 Enhancement of Online Materials

The web tools discussed in this section are applicable to lecture notes that are developed in html format. They use the multimedia aspects of the Web to make online materials are more interesting and useful than traditional printed materials.

Many of the web tools make use of JavaScript, a technology for enhancing the capabilities of a web page; and, where appropriate, additional information about implementing these features is provided. However, a detailed understanding of these technologies is not necessary to make use of the techniques discussed, and links to working models are provided in Exhibit 1.

Web Tool: Pop-ups

A pop-up window is a useful tool.  Ancillary lecture notes may refresh students’ understanding of previously learned terms and also provide definitions of new terms.  The pop-up window allows you to provide such information without disrupting the continuity of the lecture notes.

A pop-up window is a web browser window that is smaller than a standard window and lacks some of the standard features, such as tool bars or status bars. Pop-up windows are popular for small sidebar-style pages that digress from the main page. With pop-up windows, a user can display a secondary web page in a smaller window by clicking on a link.

Pop-up windows are not difficult to implement. When lecture notes contain terms requiring definition or a topic that needs expansion, the term or topic can be associated with a link. The definition or discussion can be stored in a separate html file. The user clicks on the link in the lecture notes that opens a smaller window that displays the html file containing the definition. When the user is finished reading the secondary file, the pop-up window can be closed. The original window containing the lecture notes remains unaffected. This allows students who already know a concept to read through the main page without being bothered with extraneous information, but those in need of further explanation can use the pop-up window.

Pop-up windows can be created conveniently using relatively simple JavaScript scripts embedded in the html file that contains your lecture notes. See the Exhibit 1 for information on JavaScript pop-up windows.

Web Tool: Image Swapping

Image swapping enables the professor to conceal information for future use. Lecture notes often contain example exercises that the professor works through with the students to demonstrate the problem-solving process. While including the solution in the notes is desirable so that it can be shown to students, omitting the solution may encourage students to reason independently. The ideal approach is to include the solution but to make it visible only when the professor wishes to reveal it. The “mouseover” can be used to implement this solution. A mouseover is generally used to change the image on a web page as the user's mouse rolls over it. In effect, the web page swaps one embedded image for another when the mouse cursor is rolled over the image area.

To accomplish this, you must create two images: a blank image that is embedded in the notes where the solution should be located and another image of exactly the same size containing the solution. What the students see when they browse or print the html notes is a blank area where they can fill in the solution; but during the lecture, when the professor moves the mouse over the designated spot, the actual solution appears on the screen. When the mouse moves away from the spot the solution image is again replaced by the blank image. As an alternative, the notes can also be set up so that the solution is displayed when the professor clicks on the blank image and remains visible unless he/she clicks again. Links to working examples and JavaScript code to make this work are found in Exhibit 1.

Web Tool: Table of Contents

Online lecture notes can be very involved and often cover a range of related topics, and a table of contents makes them more useful. The table is an outline of the material (Knox, 1997) and can take the form of an html menu, listing all topics included in that set of lecture notes. Each provides a link to a specific page or section. A table of contents enables students (and the professor) to locate and go directly to specific sections of online notes. This ability to navigate to almost any point with only two or three mouse clicks makes a site more comprehensible for students (Knox, 1997). A table of contents is useful when students attempt to locate specific topics in lecture notes as they work on a homework assignment, or when the professor wants to refer to a specific topic during class. The table of contents is also helpful for reviewing the material, allowing students to move quickly to a particular section of the lecture (Knox, 1997).

A simple table of contents can be easily implemented using bookmarks. A bookmark is an item or location in a document that is identified and named for future reference. Bookmarks can be used to jump quickly to a specific location in an html document, and each topic in the notes can be associated with a bookmark. A table of contents can be included at the top of an html page by creating a list of topics and linking each topic in the list to its associated bookmark. Then, when someone clicks one of the topics, the browser will jump to the bookmarked location in the notes.

More sophisticated tables of contents can be created using JavaScript. The table is created as specified above but stored in a separate html file. When the user clicks a button in the lecture notes, a pop-up window containing the table of contents appears. Such scripts are generally referred to as remote controls. The remote control contains links to the various sections of the site. When students click a topic link, the remote control closes and they are taken to that section in the main window.  Links to JavaScript code to implement remote controls are available in Exhibit 1.   

Exhibit 1: JavaScript  

 

There are several JavaScript tutorials available on the Internet. For example, for non-programmers there is http://www.webteacher.com/javascript/. For experienced programmers there is http://www.wdvl.com/Authoring/JavaScript/Tutorial/.

 

One of the most useful sites for functional scripts is The JavaScript Source at

http://javascript.internet.com/. Many of the scripts described above were either obtained directly from the site or slightly modified.

 

The scripts described in the text can be found at http://cob.isu.edu/parkerkr/exhibits/javascript.htm.

 

Online Authoring

As online lecture materials evolve, you will find that in comparison to writing printed material there are both similarities and differences in preparing your online materials. As in any form of writing, structure is important, but the capabilities of online delivery add new dimensions that must be considered.

The structure of lecture material is vital, regardless of the form of delivery. Although there are various approaches, whenever possible, I prefer to define the topic, provide a justification, and then discuss the details. Another alternative is the problem-requirements-solution approach. The students approach online lecture materials with roughly the same expectations that they bring to a textbook. They expect to be able to understand the lecture quickly, to be able to move through it readily, to have a clear idea of the boundaries of the work, and to be informed by the content (Knox, 1997).  By remaining aware of that and by maintaining consistency in the structure throughout your online materials, you will often notice an improvement in student comprehension.

The availability of hypertext and the ability to provide links to unlimited resources affect our design of online materials. A hyperlink is a connection from one page to another destination such as another page or a different location on the same page.  Online documents are inherently different from printed ones, whose very nature prevents references to other material from being followed up instantly; the reader must make an effort to seek and retrieve the other resources. Online documents provide seamless links to additional material online, allowing the reader to focus on the subject content itself rather than on the task of retrieving it, leading to vastly improved learning (Shaw and Polovina, 1999). Carlson and Everett (2000) underscore this point:

The use of hypertext and linkable material is what enhances your online course and makes an online course a rich experience. It allows your content to be connected to relevant Web resources. As a result, it gives your student a new depth of understanding and adds a new dimension to course lectures. Print content is still superior to web content because of speed, type, and image quality. The Web is superior in terms of interaction and user engagement. (Carlson and Everett, 2000)

You should take advantage of the online environment by providing students with relevant hyperlinks to web-based material within your course content. Because creating online content is different from writing content for other media, we have to change our communication style to reach our online audience (Carlson and Everett, 2000).  For instance, long examples or definitions can be deferred to linked pages and no longer disrupt the flow of an explanation. Content can take many forms on the web. Knox (1997) points out "we are [not] simply putting content on the Web, we are putting it there in a particular form." He further notes that

So many variables enter into the equation—the personality and tastes of the teacher, the constraints of the discipline and subject matter, the technology itself, the type of students, and so on—that one cannot reach general conclusions. The important lesson is that a form works best with a conscious pedagogy underpinning it. (Knox, 1997)

 

The nature of hypertext invites non-linear presentations, but the old-fashioned lecture format is still viable (Knox, 1997). Target frames can help to maintain linearity while at the same time taking advantage of the richness of hyperlinks. If the target frame html tag for off-site links includes the target ="_blank" specification, it will cause each link to open in a new browser window. Otherwise, the linked document will replace the document in the current window and the student will have to use the browser's "back" button to return to the original page.  Student surfers can easily become lost or distracted, and simply opening a link to a different site in a new window is often safer. The "_blank" parameter is widely used in web pages that are devoted to links to other online resources. By opening a new window for each resource, the user has a sense of a "main" page (the list of resources) and "secondary" pages (each individual resource). Be sparing in your use of the "_blank" parameter, because opening an excessive number of windows may irritate some readers. See Exhibit 2 for more information on target parameters.

Exhibit 2: Target Parameters

 

Target parameters control where the new document will be displayed when the user follows a link. Most of the time, clicking on a link simply loads a new document in the current window. However, with target parameters, you can have the new document open in a new window, or if you are using frames, in another frame.

·        target = "_blank" opens the new document in a new window.

 

More details can be found at http://cob.isu.edu/parkerkr/exhibits/target_parameters.htm or the Idocs Guide to HTML http://www.idocs.com/tags/

 

 

 Limiting Access to Notes

At times, you must include copyrighted material from textbooks, such as images and figures.  In designing online notes, you must be careful to cite and protect others’ works properly. While using copyrighted material is allowed under Fair Use guidelines, we have the responsibility to ensure that this material is available to only those enrolled in the course. The sections that follow explain Fair Use and then discuss some precautions that you can take to assure that you are in compliance if you must use copyrighted material.

Fair Use

According to the Copyright Act of 1976, copyright owners have the exclusive right to reproduce, prepare derivative works, distribute, transfer ownership, rent, lend, perform or display their creations. Fair Use is a legal principle that defines the limitations on the exclusive rights of copyright holders in order to promote free speech, learning, scholarly research and open discussion in accordance with the First Amendment. Educators, scholars and students can develop course notes using portions of copyrighted works under Fair Use rather than by seeking authorization for non-commercial educational uses.

Without infringing copyright, educators can:

·        make or have made for them a first generation copy for personal use of an article or other small part of a publicly marketed copyrighted work or a work in a library's collection for such purpose as study, scholarship, or research; and

·        make transitory copies if ephemeral or incidental to a lawful use and if retained only temporarily.

·        expect rights of use for nonprofit education to apply in face-to-face teaching and in transmittal or broadcast to remote locations where educational institutions of the future must increasingly reach their students.

             The Fair Use Guidelines for Educational Multimedia state that

·        Educators may use their multimedia productions, which contain portions of copyrighted material, for teaching purposes, up to two years after the first instructional use with a class. Use beyond two years requires obtaining permission for each copyrighted portion incorporated in the production.

·        If at any time the educator wants to reproduce or distribute the work commercially, he or she must obtain copyright permission for all copyrighted material.

·        For practical purposes, the guidelines strongly advise the producer to take steps to obtain permissions during the development process rather than wait until after the product is completed when it could be more difficult.

·        Educators can use the unfinished unreleased production for teaching purposes over a closed network or distance learning system provided there are technological limitations restricting access to the network and program, such as a password or PIN, and the technology prevents making copies of copyrighted material.

The courts favor educational use over commercial use when determining Fair Use. It is more likely acceptable when the copyrighted work is altered into something new or creative, including quotations or graphic images into an online presentation (Thoms and Motin, 2001). See Exhibit 3 for links to more information on Fair Use. Password-protected pages and date-triggered links are valuable tools for limiting access to notes.

Exhibit 3: Fair Use

 

There are web sites that explain Fair Use. A good analysis is presented at http://www.libraries.psu.edu/mtss/fairuse/dalziel.html. See also

 

Fair Use Guidelines for Educational Multimedia

http://www.indiana.edu/~ccumc/mmfairuse.html

Educational Fair Use for Digital Images

http://www.tbr.state.tn.us/general_counsel/copyright/append4.htm

             

 Web Tool: Password-Protected Links

To ensure that copyrights are not violated and you are making “fair use” of copyrighted materials that are included in your online materials, you can use password protection. Password protecting notes makes sure that only authorized individuals have access to the online materials. There are many ways to password protect a web page. One of the easiest to implement uses only a single password, and anyone who knows that password can access the site. Passwords are not assigned on an individual basis. For simple password protection of a page or a series of pages, Active Server Pages (ASPs) can be used. The concept is simple: when a password-protected page is loaded, an ASP script is executed to determine whether the user entered the correct password. A login form must be created for the password-protected pages. The script executes when the page loads. If the password has not been entered, or if it is incorrect, the protected page does not load.

As noted, password protection helps to meet the Fair Use requirement of limiting access to the material. In addition, it allows the professor to post a homework solution for a teaching assistant while preventing students from accessing it. See Exhibit 4 for links to resources to help setup password-protected pages.

Web Tool: Date-Triggered Links

Date-triggered links allow an entire set of course notes to be posted in advance, while still preventing student access until shortly before the notes are discussed. Date-triggered links refer to a "Page Unavailable" page until a specified date, at which point they are automatically reset so that they refer to a valid web page. You can specify an activation date as well as a deactivation date for each individual link. If the current date falls between the activation date and the deactivation date, then the link points to the valid page. Otherwise, the link points to a generic "Page Unavailable" page.

Date-triggered links help to satisfy the Fair Use requirement that material that contains copyrighted items be retained only temporarily. Like password protection, date triggers are most easily implemented using Active Server Pages. For more details on implementing date-triggered links, see the links provided in Exhibit 4.

Exhibit 4: Active Server Pages

 

Information on ASPs can be found at http://www.sitecrafters.com/support/asp/index.asp.

 

Details about the ASPs described in the text can be found at http://cob.isu.edu/parkerkr/exhibits/asp.htm.

 

 Web Tool: Robots Meta Tag

Numerous search engines on the web employ software “robots” that continuously scour the web for new pages to index for searching purposes. If you are using copyrighted materials, you may want to prevent your online course notes from being indexed by the search engine robots. The Robots Meta tag allows html documents to indicate to visiting robots if a document may or may not be indexed or used to harvest more links. (Currently only a few robots pay heed to the Meta tag.) It is a fairly simple process, requiring the insertion of only one line of html into your file. Information on how to accomplish this can be found in Exhibit 5.

Exhibit 5: Robots Meta Tag

 

Information on the robots meta tag can be found at http://www.robotstxt.org/wc/meta-user.html and http://www.robotstxt.org/wc/exclusion.html.

 

Implementation details about the robots meta tag can be found at http://cob.isu.edu/parkerkr/exhibits/robots.htm.

 

 Conclusion

Online lecture materials can be a boon to both students and educators, and when we begin to take advantage of their potential, they can greatly augment the learning environment. Pop-ups used for clarification, image swapping used for the demonstration of solutions, tables of contents used for navigation, and hyperlinks used for reference and reinforcement, all contribute to making online materials valuable. Judicious use of technology helps to increase students' interest in the classroom, and extends the learning process beyond the classroom.

 References

Carlson, R., & Everett, D. 2000.  Taking Instruction Online?, 2000 Proceedings: Mid-South Instructional Technology Conference, Murfreesboro, TN , April 9-11, Retrieved July 11, 2001 from the World Wide Web: http://www.mtsu.edu/~itconf/proceed00/carlson.html.

Hoyer, J. 2001.  Interactive Learning Through Creation and Use of a Cyber Corporation With Application in Public Relations, Business, and Finance, 2001 Proceedings: Mid-South Instructional Technology Conference, Murfreesboro, TN, April 8-10, Retrieved July 11, 2001 from the World Wide Web: http://www.mtsu.edu/~itconf/proceed01/9.html.

Knox, E.L., The Pedagogy of Web Site Design, ALN Magazine. Vol 1, No 2, August 1997, Retrieved July 11, 2001 from the World Wide Web: http://www.aln.org/alnweb/magazine/issue2/knox.htm.

León, R., & Parr, W. 2000, Use of Course Home Pages in Teaching Statistics. The American Statistician, 54 (1): 44-48.

Shaw, S., & Polovina, S. 1999, Practical Experiences of, and Lessons Learnt from, Internet Technologies in Higher Education, Educational Technology and Society, 2(3): 16-24.

Thoms, K., & Motin, S. 2001. Copyright: Fair Use or Foul Play, 2001 Proceedings: Mid-South Instructional Technology Conference, Murfreesboro, TN, April 8-10, Retrieved July 11, 2001 from the World Wide Web: http://www.mtsu.edu/~itconf/proceed01/14.html.