Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media...

56
Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal Medicine University of Michigan Medical School

Transcript of Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media...

Page 1: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Using CTools and Dreamweaver to Create and Host an Online

Learning Course

Chris Chapman

Media Services Manager

N. Cary Engleberg, M.D.

Professor, Internal Medicine

University of Michigan Medical School

Page 2: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Today’s Topics• Online Course: Medical

Therapeutics– Overview & Demo

• Why CTools?• Site Organization• Building the Course

– Dreamweaver, HTML, CSS, Javascript

• Video Production• Resources Tracking• Summary

Page 3: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

• Cary Engleberg, M.D.– Course Director/Producer– 25 Faculty Contributors– LRC Media Development Team

• 4 members/varying degrees of contribution/time

• Two Pilot Classes in 2007– January (31 Students)– February (19 Students)

• Created– August 2006 - February 2007

• Requirement for all (170) M4 Students– 2007-2008 (5 offerings)

M4 TherapeuticsPilot Classes

Cary Engleberg, M.D.

Page 4: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

M4 TherapeuticsCourse Structure

• Weekly set of topic-oriented cases and related on-line material for review.– Respiratory, Pain, Geriatrics, Transfusion, etc.

• Three seminars (during the first three weeks of the course) to review and discuss recent scientific contributions to the field.– In “class” or via Adobe Connect (fall 2007)

• Individual student project (submitted on-line).• Weekly quizzes (open-book, online).

Page 5: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Principles of the On-line Course

• Students are free to explore topics to the depth of their interest and understanding.– More material than they can go through

• The format is case-based and simulates clinic-based learning.

• There is a general curriculum but no set of “facts” to master or memorize.

• Evaluations test process, not memorization of facts.– Timed, online, “open-book” (open web)

Page 6: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Why CTools?

• Faculty wanted to be involved in the creation and management of the site

• Multiple staff members also needed access• Solution: CTools

– CTools acts as web server– Easy access control (roles for faculty, staff, students)– WebDav & file upload/replace (work on the site from almost

anywhere)– Plenty of file space– Tools (Assignments, Drop Boxes, Announcements, etc.)– Utilization tracking and reporting– Reliable, Stable, Robust– Students use CTools in other coursework

Page 7: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

M4 Therapeutics Demo

Page 8: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Structure of the HTML Content

• Root Folder– commentary– course_intro– course_topics_refs– credits– css– printout– weekly_article_downloads

• Work off of the hard drive• Copy to CTools• Could run off of a CD, Flash

Drive, Web Server, etc.

Page 9: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Workin’ off the hard drive(root directory)

Page 10: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Workin’ off the hard drive(root directory)

Page 11: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.
Page 12: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

The View from Dreamweaver

Page 13: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.
Page 14: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Moving from the Hard Drive to CTools

The Directory on the Hard Drive

Page 15: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

CTools = Web Server

Page 16: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

https://ctools.umich.edu/access/content/group/299b3048-89bf-4d07-0027-4baa5710b2ff/course_intro/index.htm

Page 17: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.
Page 18: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Paste the URL

Page 19: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.
Page 20: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Moving from the Hard Drive to Ctoolswith Dreamweaver

The Directory in Dreamweaver

Page 21: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Setting-up Dreamweaver to Post Files to cTools

From the cTools Resource FolderClick on the Upload-Downlod MultipleResources link.

Copy the WebDav URL

Page 22: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Create a new Site in Dreamweaver.Set the Site Name and point the Local Root Folder on your hard drive.

Page 23: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

1) Choose Remote Info2) Select “WebDav

3) Past the URL from cTools

4) Enter your Uniqename and Kerberos Password

Page 24: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

You can now move your local files to the cTools serverwith ease.

Page 25: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Using Frames

Page 26: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Framescovertop

questions feedback

topic_frameset.html

Page 27: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

casetext.htm

Page 28: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.
Page 29: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.
Page 30: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Using Dreamweaver to set the Link & Target

covertop

questions feedback

Page 31: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Building a Topic(typical workflow)

• Cary identifies a topic and cases• Cary obtains basic case material from fellow faculty members• Cary writes cases• Cary obtains reference materials from other faculty members or by research• Cary gives materials to LRC staff

– Cases in word document– Reference materials as files

• LRC programs cases– Copy and paste from documents to Dreamweaver “templates”

• LRC builds reference menus• Cary identifies faculty member for video feedback• Cary gives case materials to faculty member to review• LRC/Cary video faculty member• Cary edits video• LRC converts to Flash• Flash is linked to cases• Materials posted to CTools• Topics are linked to the weekly menu in CTools• Weekly materials opened up and announced

Page 32: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Dreamweaver Specifics

• Cases are written by the content expert in a word processing program

• Designer converts file into a text file to remove special characters

• Designer cuts and pastes from the text file to the Dreamweaver file

• CSS is used to maintain consistency

• Custom design can be used when desired

Page 33: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Working with Content

Page 34: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

About CSS

• Cascading Style Sheets

• Use Dreamweaver to create “styles”

• For instance, you want your “content” to be 12 pt. Verdana

• Create a style sheet in Dreamweaver

• Create a “content” style in Dreamweaver in the style sheet

• When working with your documents, link (attatch) the style sheet and the style

• Changes can then be made globally

• Change the style sheet and all the text changes

• Not difficult, just takes planning

Page 35: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

CSS Example

Page 36: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Attaching a Style

Page 37: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Did I Mention JavaScript?

• Two functions used in the program

• window.open()– Used to open popups (cases, references,

syllabus, etc.)

• function clearFeedbackFrame()– onload="clearFeedbackFrame()“– Clears out the feedback each time a new case

is loaded

Page 38: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

windowOpen()

Page 39: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

New Windowurl: ../../../../refs/more_infections/herpersvirus/index.htmwinName: herperesvirusFeatures: width=400, height=573

Page 40: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Clearing the Response Frame

casetext.htm

feedback.htm

Page 41: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.
Page 42: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.
Page 43: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Video Production

• Involve lots of faculty– Video– Documentary style– Set up and shoot– Have physicians do what they do– Look over the case, comment– Wanted their input without having them have to spend

a lot of time preparing– Natural, something you don’t get out of a book– Curbside consult

Page 44: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Video Production

• Record right to an MacBook• iSight or Camera/Mic (tape

backup)• Have fun

(fun=energy=motivation)• Dr. Engleberg edits with iMovie• Producer adjusts sound levels,

converts to Flash• Programmer uploads and links• Quick turnaround time (just in

time production)

Page 45: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Creating Feedback for the QuizCreating Feedback for the Quiz

Page 46: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Editing Faculty DiscussionEditing Faculty Discussion

Page 47: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Why did we pick Flash for the Video?

• Works on most browsers• Works on Mac and PC• Eliminates the need (mostly) plug-ins• Works in “restricted” sites• Don’t need a special server• Works in CTools• Reliable• Progressive download - will work on most

connections

Page 48: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

When don’t we use Flash?

• Quiz feedback

• Streaming server

• Students can’t copy files

• Security

Page 49: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Some tech specs about Flash

• Three files for each video

• Placed in a standard web page

Page 50: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.
Page 51: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Utilization Tracking

• Each time a URL is hit, the hit is recorded

• CTools gave us raw data

• We analyzed the data manually

• New tool is available from google

Page 52: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

CTools -- I said it was easy!Easy is relative!

• Need to know basic html• How to set up a basic web site• A little CSS• A little javascript (or have access to a

consultant)• You don’t have to be a web programmer!• But you need some skills!• Dreamweaver is a plus!• Lot’s of cut and paste :(

Page 53: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

So, what’s the advantage?

• You can customized the look of your site• You can have control• Yes, it takes skilled people• Maybe not engineers• But skilled people• And skilled people can

– Contribute– Collaborate– Create– Customize

Page 54: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

In other words…

• It’s not the mindless dummy solution• There is a middle man• Or middle people (more than one)• The faculty may need help…• But maybe that is good!• Multimedia is a collaborative technology!• A collaborative art!• A collaborative science!

Page 55: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Like Barbara Streisand sang:

• “People who need people are the luckiest people in the world”

• And we have these people on campus and in the workplace

• They are the creative technicians and designers that pull it all together

• Instructional designers, graphic artists, videographers, ….

• Design, craftmanship, the little things--these will be the differentiators

• “People who need people are the luckiest people in the world”

Page 56: Using CTools and Dreamweaver to Create and Host an Online Learning Course Chris Chapman Media Services Manager N. Cary Engleberg, M.D. Professor, Internal.

Thank You!

Chris Chapman

[email protected]