Lecture Encoding of Distance Education by Multimedia Integration

Size: px
Start display at page:

Download "Lecture Encoding of Distance Education by Multimedia Integration"

Transcription

1 Journal of Engineering Education Research Vol. 17, No. 3, pp. 34~41, May 2014 Lecture Encoding of Distance Education by Multimedia Integration Wouseok Jou *, *Dept. of Computer Engineering, Myongji University 멀티미디어통합에의한원격교육강의녹화주우석 *, * 명지대학교컴퓨터공학과 ABSTRACT In distance education, use of proper software tools can greatly enhance student s attention and learning efficiency. In such software tools, offering diverse multimedia information is one of the most critical factors. However, integration and synchronization of the various media types has been relatively difficult parts of implementation. This paper proposes a prototype system that uses a metafile and event handling mechanism for the uniform treatment of various media types. This event-level integration and synchronization of multimedia makes the implementation relatively simple. With this approach, instructor s behaviors are automatically recorded, and the instructors can freely choose and show any type of multimedia contents while lecturing. Current commercial or non-commercial lecture management systems could incorporate this approach, so that the distance education market could be expanded with richer multimedia contents. Keywords: remote education, e-learning, distance education, multimedia synchronization, event handling, Lecture Management System I. INTRODUCTION 1) The purpose of this paper is to propose a prototype software that provides a convenient multimedia integration tool for distance education. In general, the most distinctive feature of the distance education is that it allows us to study anywhere and anytime. While allowing ample opportunities to study, the distance education is also concerned with increasing the quality of the study(1). Due to the high-speed networks currently available, diverse multimedia contents can be used to support distance education or e-learning. As a result, various research efforts have been made on using multimedia in distance education(1, 2). It is said that humans concentration lasts only for a short period of time. In this respect, communications based on the multimedia can continuously awaken human concentration, Received 17 April, 2014; Revised 17 April, 2014 Accepted 28 May, 2014 Corresponding Author: red@mju.ac.kr and thus it is widely used in distance education to increase learning efficiency. For instance, in distance lecture, usage of both animations and texts greatly enhances learning efficiency compared with that of texts only(3, 4). As a result, the usage of multimedia can be said to be mandatory in distance education(5). Among multimedia, the video recording of instructor's lecture scene requires large quantity of data. For this reason, most commercial software uses video streaming to reduce download time. Since the compression schemes are improving and processor speeds are climbing, current streaming software is getting better than ever. Windows Media Encoder is one of the most popular streaming tools(6). However, it is only one part of the multimedia lecture. Other kinds of media must be integrated to the video stream. Combining these media with the video stream in a uniform file format is inherently difficult. Media integration requires precise control of the timing between different types of media(7, 8). As a result, current commercial authoring tools simply show 34

2 Lecture Encoding of Distance Education by Multimedia Integration only the streamed video, or they show slides embedded with animation or pictures which are separate from and asynchronous with the streamed video(9, 10). The SMIL(Synchronized Multimedia Integrated Language) is an XML-based language recommended by W3C(11). It synchronizes multimedia by allowing us to link the location of each media file through metafile tags. Application of SMIL to multimedia user interface can be found in(12, 13), and(14). In these systems, however, individual media element must go through entire production process. In other words, instructors must capture, edit, compress, catalog the media clips, and edit a SMIL presentation. In this paper, we will show that by recording multimedia in event level, individual media element can be integrated and treated uniformly. With this approach, we can produce completely synchronized multimedia that requires no production process. The instructors can just keep lecturing, generating any kind of events requiring multimedia. The sequence of events is automatically recorded into a file called metafile. Accordingly, decoder can easily interpret the metafile and reproduce the recorded sequential events with complete media synchronization. screen. If we ignore the top menu bar for the moment, the encoding window is partitioned into four viewport areas; display viewport, data viewport, slide viewport, and text viewport. Table 2 shows media contents that fill each viewport area. The display viewport is mainly used to show the instructor's lecture scene. It is important since the instructor's facial expression or gesture can greatly help student's understanding of the lecture. The data viewport is composed of three Table 1 Supported Media Media Name Media Type File Type Lecture Video Video Windows Media File Slides Text and Graphic Windows MetaFile Scripts Graphic Stroke Binary File Texts Text Text File Links URL Text File References Application Execution File II. THE ENCODER INTERFACE 1. Media Types Table 1 summarizes the kinds of media types supported by the proposed prototype system. The lecture video is the audio-visual recording of instructor. The slides are the power-point slides composed of texts and graphics. The scripts mean handwritten images produced by a drawing tablet. They are overlaid upon the slides. If additional texts are too long to be written by the scripts, the instructor can directly type in the texts using keyboards. Moreover, the instructor can navigate web sites using the links while lecturing. Most importantly, the instructor can run application programs or execution files while lecturing. He can run any of these media resources at any time during the entire lecturing or encoding stage. The prototype system automatically synchronizes and integrates individual resources. Fig. 1 shows the location of media type on the instructor's Fig. 1 Lecturer's Screen during Encoding Table 2 Viewport Description Viewport Media Name Contents Texts Lecture Title Display View Lecture Video Instructor s Image Texts Elapsed Time Slides Current Slide Number Data View References Demo Programs Links Web Links Slide View Slides Lecture Slides Scripts Handwritten Images Text View Texts Supplementary Texts Journal of Engineering Education Research, 17(3),

3 Jou, Wouseok tabs. The slides tab shows the slide number we are showing. The references tab allows the instructor to choose and demonstrate application programs or execution files. Similarly, the link tab allows the instructor to navigate through web sites during the lecture. However, to click the tabs and to demonstrate them, the instructor must catalog the reference files or URLs under a predefined directory before the lecture begins. The slide viewport shows the lecture slide with the handwritten scripts overlaid on it. The text viewport occupies the bottom of the screen. The scroll bars and buttons in it are used to view and save the typed-in texts while lecturing. Fig. 2 Reference Tabs and Link Tabs. 2. Launch Mode versus Capture Mode While encoding the lecture, instructors can run execution files to enhance the understanding the lecture contents. Also they can run application programs like Excel to demonstrate how to use it. These operations are enabled by clicking references tab during lecturing as shown in Fig. 2. In addition, instructors can navigate and explain the web contents by clicking the links tab. However, in using these tabs, they must select the video mode by clicking the Launch or Capture submenu as shown in Fig. 3. The launch mode is useful for student's self-exercise. It assumes that the program already resides in the student's computer. Common application programs such as web browser, word processor, spreadsheet, and presentation software are usually already installed in the student's site. Therefore, in this mode, the encoder simply records the opening time and name of the application, leaving the decoder to actually drive the application in the student's computer. In this way, the data exchange and communication load between the encoder and decoder can be minimized. In the launch mode, however, the application is running by itself on the student s site, and the control of the application is switched to the student rather than the instructor. For instance, the instructor might let the students to exercise the Excel sheets for themselves since the instructor has already finished explaining how the Excel sheets work. In this mode, the instructor limits the duration of the application, and the application stops at a preset time to return the control to the instructor. Fig. 3 Mode Selection. The capture mode is useful when the instructor wants to explain while running the application. Contrary to the launch mode, it captures the video sequence of the application run. The encoder records it as a simple movie file. It runs the movie file in a separate window, but the movie is overlapped and synchronized with the lecture video stream. Moreover, since the control belongs to the instructor, he can stop the application at any time and switch back to the lecture. Similarly, web navigation can be encoded in two ways. In the launch mode, the web browser runs independently in the student s site to encourage the student's self-study. In the capture mode, the instructor's navigation sequence is recorded together with the instructor's explanation. 36 공학교육연구제 17 권제 3 호, 2014

4 Lecture Encoding of Distance Education by Multimedia Integration III. EVENT HANDLING MECHANISM 1. Event Handling The main reason why the prototype system can efficiently integrate hybrid media resources is that it uses an event handling mechanism. Driving a media element during the encoding is treated as an event, and the event is recorded into an event file that records the type of the event and the name of relevant resource data. In this sense, the event file can be called a metafile in that it does not directly combine all the different low level media resource data having independent formats. Suppose that the instructor needs to show an animation. The file may be in student s site already or it can be predownloaded when the decoder starts. Moreover, when the instructor clicks the animation file in the references tab during the encoding, the metafile records the name of the file and the starting time. It does not include the animation file itself. In other words, the prototype system does not combine different types of media files in a unified single file format. Instead, it leaves individual media types to retain its own format, and it only controls and drives them on the metafile level. Proper actions in response to the event are taken by the event handling routine in the decoder. The decoder invokes callback functions depending on the type of the event, and the callback function invokes corresponding media data files. In this way, different media types can be integrated and synchronized without any possible conflict. Fig. 4 shows the event handling mechanism of the prototype. Upon start, the decoder, which is implemented by an activex object, replays the lecture video. At the same time, it starts reading the metafile which is composed of event records tagged with time stamps showing when the events have occurred. Inside the event handler, OnTimer( ) function continuously sends GetCurrentTime( ) message to the lecture video stream and the video stream returns the elapsed time in milliseconds since the start of the replay. On the other hand, OnTimer( ) function sends GetEvent( ) message to the event objects reconstructed by scanning the metafile. The events are sorted by the time stamp value so that they can be recovered sequentially Fig. 4 Event Handling Routine. based on the value. Event.Time is compared with the Time returned from the lecture video. If it is larger than or equal to the Time, then the corresponding event callback is immediately executed. OnTimer( ) function loops through until finally the lecture video finishes. In this way, the metafile and event handling mechanism can control and synchronize the different media elements uniformly. 2. Event Types and Event Records To implement above event handling, event type and metafile format must be determined. Fig. 5 shows the encoder toolbar shown in Fig. 1. Each icon in the toolbar also represents an event type. Table 3 lists the name of the event type and corresponding callback operations. BUTTON_DOWN, BUTTON_ UP, DRAW events are used for script operations. While lecturing, the instructor can overwrite manual scripts on top of the slide. If the instructor has too many things to write, he can make an empty slide instead of overwriting on the existing slide. WHITEBOARD event is used for that purpose. The five icons in SLIDE event control the slide movement so that the instructor can move back and forth. When finished with the WHITEBOARD, the instructor can go back to the previous slide by clicking the return icon. When current slide is filled with too many scripts, he can alternatively erase the scripts portion of the slide by generating the ERASEALL event. The COLOR and WIDTH Journal of Engineering Education Research, 17(3),

5 Jou, Wouseok event is used to select color and width of the tablet pen. TEXT event allows us to enter supplementary text at the bottom of the encoder window. LAUNCH and CAPTURE events are enabled by selecting the submenu shown in Fig. 3. They are disabled by controlling windows. Fig. 6 shows separate view of the some of the events. As soon as an event occurs, the encoder records related data into the metafile. Depending on the type of events, some event requires another data file to be written. Fig. 7 a) shows the format of an event object. It is composed of Event ID, Time Stamp, and Event Record field. Event ID is one byte field storing the type of the event such as Fig. 5 Event Type of the Toolbar in Fig. 1 Table 3 Event Types and Operations Event Type Name User Interface Operations START Start Encoding STOP Stop Encoding PAUSE Pause Encoding BUTTON_DOWN Click Tablet Pen Begin Script Stroke BUTTON_UP Release Tablet Pen End Script Stroke DRAW Drag Tablet Pen Continue Stroke SLIDE or BUTTON_DOWN. Four-byte time stamp records the time when the event occurred. It is initialized to zero when the encoder starts, and records elapsed time in milliseconds since then. As shown in Fig. 7 a), the event record field is of variable length depending on the type of the event. For instance, STOP event requires no event record as shown in Fig. 7 b), whereas SLIDE event requires the target slide number as in Fig. 7 c). Fig. 7 d) shows the BUTTON_DOWN event which marks the two-byte starting coordinates of a script stroke. Since the coordinate values occupy major portion of the encoding data, we store them in a separate binary file to reduce the file size. Once the type is determined, these types of events are of fixed length in the metafile. Fig. 7 e) shows the LAUNCH_START event. Compared with other types of event, this type of event requires variable-length event record field. Application file name should be of any length, and character strings in TEXT event or a URL require variablelength field. The prototype system uses a separate text string file to record the variable-length strings. In this case, the event record shows only the line number of the corresponding string in the string file. SLIDE Control Slides WHITEBOARD COLOR WIDTH ERASEALL TEXT Make Empty Slides Adjust Pen Color Adjust Pen Width Erase Current Scripts Store Text LAUNCH_START Select Launch Start Launch Mode LAUNCH_STOP Close Launch Window Stop Launch Mode CAPTURE_START Start Capture Mode Select Capture CAPTURE_STOP Minimize Capture Window Stop Capture Mode Fig. 6 Event Types in Action. 38 공학교육연구제 17 권제 3 호, 2014

6 Lecture Encoding of Distance Education by Multimedia Integration BUTTON_UP, and DRAW occur. By default, these files are downloaded right before the actual decoding begins in the student's site. If the capture mode or the launch mode is used, additional movie files or execution files are downloaded if they are not already in the student's site. As soon as the lecture begins in the student's site, the lecture video is streamed and the event control loop starts by the decoder. Fig. 7 Event Object Formats in the Metafile IV. RESULTS AND DISCUSSIONS Fig. 8 Files and Flow of Media Information Fig. 8 shows the flow of information in the prototype system. As it shows, the system can integrate diverse media elements such as video streams, graphic strokes, texts, power-point slides in windows metafile format, application programs, and execution files. Among them, the execution files includes widest range of multimedia contents, since any user-written program in execution file format can be used to help student's understanding. This is possible since the metafile in the prototype system treats individual media only in the event level while making it unnecessary to design a single unified file format to cover all various media file formats. The encoder produces three kinds of files on finishing encoding. First, the metafile containing lists of time-stamped event objects are produced. Second, the window media file containing original recoding of the lecture scene is produced. Third, depending on the type of the events, different data files can be produced. For instance, the string files are produced if TEXT or LAUNCH or CAPTURE events occur. Binary files are produced if such script events as BUTTON_DOWN, Often times, the instructor wants to show related web pages while lecturing. Fig. 9 shows a scene linking a web site while the instructor encodes the lecture. The scene appears in a separate window so that it can be overlaid on top of existing lecture scene. Since the web page is running in capture mode, the instructor has control of it. In other words, he can open and close the window and return back to the lecture at any time. Moreover, he can follow related links by clicking a hypertext inside the web page while narrating about the contents. All these instructor behaviors are automatically recorded into the metafile as simultaneous events so that the additional production process to integrate and synchronize the media is unnecessary. Fig. 10 is an example of a launch mode viewed at student's site. It is assumed that the instructor has just finished lecture on how to use Excel. Now he lets the student to exercise it for some time by enabling the launch mode. Right after the launch mode starts, the lecture presentation stops, and the control of the application program is passed to the student. It allows the student to learn first by the lecture on theory, and then by self-exercise. This mode finishes and returns to the lecture if preset time is reached. In this case, the Excel program itself need not be transmitted from the encoder. The encoder sends only the name of the application program through the metafile. Laboratory teaching on how to use software can be facilitated by this approach. Fig. 11 is an example of a capture mode running an execution program. In this case, the instructor has been lecturing with slides. As a result, the manual scripts can be seen on the background slide. The execution program window is placed on top of the lecture slide. Since it is in capture mode, the instructor has control of the execution program, and Journal of Engineering Education Research, 17(3),

7 Jou, Wouseok the entire process of the instructor's demonstration is captured frame by frame with narrations. The instructor's action of closing the window is recorded into the metafile and the metafile allows the decoder to repeat exactly the same sequence of demonstration as the instructor did while encoding. Fig. 9 Capture Mode Linking a Web Site Table 5 compares the prototype system with current major lecture encoding tools. MAXMEDIA supports relatively limited kinds of media. The e-stream supports more diverse media. But it requires the production process of editing and preinserting individual media elements into slides before the actual lecture encoding begins, since it basically supports only the lecture video and slides. For this reason, instructors must make extra efforts besides lecturing itself. Requiring a separate production process for media integration is a time-consuming work in view of the instructors whether it is a pre-processing or post-processing. In case of the preprocessing, media composition and media presentation sequence is relatively fixed so that the instructors have no freedom of varying the media while encoding. SMIL is a useful language for synchronization of multimedia elements, but it requires a post-processing with HTML-like tags to specify such information as media types and screen regions. As a result, it lacks in real-time interaction of media with the lecture itself while encoding. In view of the instructors, these types of user interfaces can be said to be relatively restrictive. Currently, the prototype system supports almost all kinds of multimedia elements. Moreover, it does not require the pre-processing or post-processing in integrating media elements. The integration is handled by the metafile, and the synchronization is handled by the event handler. Most importantly, it allows automatic integration and synchronization Fig. 10 Launch Mode Running an Excel Program Fig. 11 Capture Mode Running an Execution File Table 4 Comparison with other software Tools Media Support Main Features MAXMEDIA estream SMIL Prototype System Lecture Video, Captured Video, Slides, Scripts Lecture Video, Captured Video, Slides, Scripts, Images, Sounds, Animations Lecture Video, Captured Video, Slides, Images, Sounds, Animations Lecture Video, Captured Video, Slides, Images, Sounds, Animations, Scripts, Supplementary Texts, Application Files, Execution Files, URLs Slides and captured video run separate from lecture video Pre-insert images, sounds, and animations into slides Insert individual media by programming Automatically records and synchronizes as the lecture encoding proceeds. Supports different media types. 40 공학교육연구제 17 권제 3 호, 2014

8 Lecture Encoding of Distance Education by Multimedia Integration while encoding. The instructors can keep lecturing just as they do in the classroom. In the meantime, they can produce and demonstrate scripts, text, whiteboards, and applications whenever required, moving back and forth from the lecture mode. All these instructor s actions are recorded as the events, and corresponding callback functions are invoked by the decoder. V. CONCLUSIONS This paper designed and implemented a prototype multimedia lecture control system for distance education. The system uses an event control mechanism based on a metafile. By controlling media on the event level, diverse media could be integrated. In addition, individual behavior of the instructors could be automatically recorded into a metafile in the form of events as they happen during the lecture. Moreover, by synchronizing media using the event handler, the media elements could be synchronized. The diversity of media contents and ease of use are essential parts of increasing the learning efficiency of distance education. The prototype system has been running for some of the courses in this department, and currently our lab is working on extending the prototype system with SMIL. REFERENCES 1. L. Neal and D. Miller(2005). The Basics of E-learning: an Excerpt from Handbook of Human Factors in Web Design, ACM elearn Magn, vol. 2005, issue 8, p J. Rosbottom, J. Crellin, and D. Fysh(2000). A Generic Model for On-line Learning, ACM SIGCSE Bulletin, vol. 32, issue 3, pp T. Okamoto et al.(2000). Towards Intelligent Media-oriented Distance Learning and Education Environments, 8th IEEE Conf. Computers in Education ICCE 2000, pp A.W. Bates(2005). Technology, E-learning, and Distance Education, London U.K.: Routledge. 5. A.W. Bate(2008). Transforming Distance Education through New Technologies, in The International Handbook of Distance Education, T. Evans, M. Haughey, and D. Murphy, Ed. Bingley, UK: Emerald Press, pp Microsoft Corporation(1999), Inside Windows Media, Que Publishing. 7. D.P. Anderson, G. Homsy(1991). A Continuous Media I/O Server and Its Synchronization Mechanism, IEEE Computer, vol. 24, no. 10, pp W. Jou, et al.(2002). Combining Hybrid Media Tools for Web-based Education, LNCS, vol. 2532, pp Realtimetech Corporation, MAXMEDIA Product Description, Available: Xinics Corporation, estream Product Description, Available: heep://xinics.com. 11. W3C, Synchronized Multimedia Integration Language (SMIL 3.0), Available: SMIL J.V. Ossenburggen et al.(2001). Towards Second and Third Generation Web-based Multimedia, Proc. 10th International World Wide Web Conf., pp T.J. Bond, and M. Walpole(2006). Streaming Audio with Synchronized Transcripts Utilizing SMIL, Library Hi Tech, vol. 23, no. 3, pp M. Milrad et al.(2005). Implementing an Educational Digital Video Library Using MPEG-4, SMIL, and Web Technologies, Educational Technology and Society, vol. 8, no. 4, pp 주우석 (Jou, Wouseok) 1983년 : 서울대학교전자공학학사 1987년 : Univ. of Florida 컴퓨터공학석사 1991년 : Univ. of Florida 컴퓨터공학박사 1992-현재 : 명지대컴퓨터공학과교수 red@mju.ac.kr 관심분야 : 원격교육시스템, 컴퓨터그래픽스, 게임프로그래밍 Journal of Engineering Education Research, 17(3),

Easy Ed: An Integration of Technologies for Multimedia Education 1

Easy Ed: An Integration of Technologies for Multimedia Education 1 Easy Ed: An Integration of Technologies for Multimedia Education 1 G. Ahanger and T.D.C. Little Multimedia Communications Laboratory Department of Electrical and Computer Engineering Boston University,

More information

Module 10 MULTIMEDIA SYNCHRONIZATION

Module 10 MULTIMEDIA SYNCHRONIZATION Module 10 MULTIMEDIA SYNCHRONIZATION Lesson 33 Basic definitions and requirements Instructional objectives At the end of this lesson, the students should be able to: 1. Define synchronization between media

More information

MPML: A Multimodal Presentation Markup Language with Character Agent Control Functions

MPML: A Multimodal Presentation Markup Language with Character Agent Control Functions MPML: A Multimodal Presentation Markup Language with Character Agent Control Functions Takayuki Tsutsui, Santi Saeyor and Mitsuru Ishizuka Dept. of Information and Communication Eng., School of Engineering,

More information

Windows Movie Maker / Microsoft Photo Story Digital Video

Windows Movie Maker / Microsoft Photo Story Digital Video Windows Movie Maker / Microsoft Photo Story Digital Video http://intranet/technology/index.html TRC HELP DESK X5092 April 2006 Photo Story and Movie Maker Microsoft Photo Story 3 allows you to create fantastic

More information

Multimedia Presentation Authoring System for E- learning Contents in Mobile Environment

Multimedia Presentation Authoring System for E- learning Contents in Mobile Environment Appl. Math. Inf. Sci. 6 No. 2S pp. 705S-711S (2012) Applied Mathematics & Information Sciences An International Journal @ 2012 NSP Natural Sciences Publishing Cor. Multimedia Presentation Authoring System

More information

WEB GRAPHICS ADOBE PHOTOSHOP CS3. Learning Outcomes:

WEB GRAPHICS ADOBE PHOTOSHOP CS3. Learning Outcomes: WEB GRAPHICS ADOBE PHOTOSHOP CS3 Learning Outcomes: At the end of the course the participant will Design layouts for web pages, Paper Adverts, Brouchers, CD Covers, Package Designing Event and Exhibition

More information

Using Video in PowerPoint for Mac

Using Video in PowerPoint for Mac Using Video in PowerPoint for Mac 1 of 9 Using video in a PowerPoint can greatly enhance a lecture. Before deciding to include video clips be sure to consider the following: 1. What is the end purpose

More information

Web Accessibility Checklist

Web Accessibility Checklist Web Accessibility Checklist = Web Content Accessibility Guidelines published by the World Wide Web Consortium (W3C) 508 = Section 508 of the Rehabilitation Act = Both CATE and Moodle take care of the rule

More information

Adobe Captivate Level 1

Adobe Captivate Level 1 Information Technology Services Kennesaw State University Adobe Captivate Level 1 Presented by Technology Outreach in collaboration with The Multimedia Development Group (MDG) Copyright 2007 Information

More information

Index Generation and Advanced Search Functions for. Muitimedia Presentation Material. Yahiko Kambayashi 3 Kaoru Katayama 3 Yasuhiro Kamiya 3

Index Generation and Advanced Search Functions for. Muitimedia Presentation Material. Yahiko Kambayashi 3 Kaoru Katayama 3 Yasuhiro Kamiya 3 Index Generation and Advanced Search Functions for Muitimedia Presentation Material Yahiko Kambayashi 3 Kaoru Katayama 3 Yasuhiro Kamiya 3 Osami Kagawa 33 3 Department of Information Science, Kyoto University

More information

Adding Content to Blackboard

Adding Content to Blackboard Adding Content to Blackboard Objectives... 2 Task Sheet for: Adding Content to Blackboard... 3 What is Content?...4 Presentation Type and File Formats... 5 The Syllabus Example... 6 PowerPoint Example...

More information

EDIT202 Digital Media Lab Assignment Guidelines

EDIT202 Digital Media Lab Assignment Guidelines EDIT202 Digital Media Lab Assignment Guidelines 1. Create a new folder on your desktop labeled Media. 2. In order to import (see prep sheet for definition) video files into IMovie your movie files will

More information

OnPoint s Guide to MimioStudio 9

OnPoint s Guide to MimioStudio 9 1 OnPoint s Guide to MimioStudio 9 Getting started with MimioStudio 9 Mimio Studio 9 Notebook Overview.... 2 MimioStudio 9 Notebook...... 3 MimioStudio 9 ActivityWizard.. 4 MimioStudio 9 Tools Overview......

More information

Creating a Multimedia Presentation

Creating a Multimedia Presentation LESSON 8 Creating a Multimedia Presentation 8.1 After completing this lesson, you will be able to: Insert sounds in a presentation. Insert movies in a presentation. Play sounds or movies in a slide show.

More information

Meeting Visuals UCF Toolkit User Guide

Meeting Visuals UCF Toolkit User Guide Meeting Visuals UCF Toolkit User Guide We provide Meeting Visuals web conferencing services. Because Meeting Visuals is powered by WebEx, this guide makes several references to the company name, platform

More information

LivePoplet: Technology That Enables Mashup of Existing Applications

LivePoplet: Technology That Enables Mashup of Existing Applications LivePoplet: Technology That Enables Mashup of Existing Applications Akihiko Matsuo Kenji Oki Akio Shimono (Manuscript received January 29, 2009) We have developed LivePoplet, a technology that allows the

More information

Opening the Program. Adding Images and Videos. Movie Maker II 1

Opening the Program. Adding Images and Videos. Movie Maker II 1 1 Opening the Program To open the Movie Maker II application, use the Start All Programs Windows Live Movie Maker combination from the desktop. Alternatively, you can create a shortcut on the desktop.

More information

Microsoft Office: PowerPoint 2013

Microsoft Office: PowerPoint 2013 Microsoft Office: PowerPoint 2013 Audio, Video, and Presenting your Presentation University Information Technology Services Training, Outreach, Learning Technologies and Video Production Copyright 2014

More information

Kaltura Blackboard Building Block - KAF

Kaltura Blackboard Building Block - KAF I. Introduction a. The Kaltura Building Block allows us to add powerful media tools to Blackboard, combining the best features of video sharing, webcam recording, screen recording, and more, all within

More information

Interactive Powerpoint. Jessica Stenzel Hunter Singleton

Interactive Powerpoint. Jessica Stenzel Hunter Singleton Interactive Powerpoint Jessica Stenzel Hunter Singleton Table of Contents iii Table of Contents Table of Contents... iii Introduction... 1 Basics of Powerpoint... 3 How to Insert Shapes... 3 How to Insert

More information

VIDOS-NVR. User Guide

VIDOS-NVR. User Guide VIDOS-NVR User Guide Copyright This user guide is the intellectual property of VCS and is protected by copyright. All rights reserved. No part of this document may be reproduced or transmitted for any

More information

CHAIRSIDE 2009 USER MANUAL

CHAIRSIDE 2009 USER MANUAL INSTALLATION TECHNICAL SUPPORT For technical assistance, please contact DHC Software at Local : (416) 429-7003 Toll free in North America 1-800-519-6569 Don t forget to check in with our website regularly

More information

University Systems. Client Technologies

University Systems. Client Technologies University Systems Client Technologies Media Services - Video on Demand User Guide For Windows Computers Created by Scott Thorpe May 13th, 2015 Updated June 15th, 2015 What is video on demand? Video on

More information

07 - TRANSCRIPTION... 1 TRANSCRIPTION MODE Turning on Transcription Mode Start transcribing... 2

07 - TRANSCRIPTION... 1 TRANSCRIPTION MODE Turning on Transcription Mode Start transcribing... 2 07 - Transcription Contents 07 - TRANSCRIPTION... 1 TRANSCRIPTION MODE... 1 Turning on Transcription Mode... 1 Start transcribing... 2 Adjust rewind interval, volume and playback speed... 3 Coding while

More information

Contents Introduction... 1

Contents Introduction... 1 User Guiide APPLICATION LOAD TIME PROFILER Contents Introduction... 1 Modes of Operation... 1 Limitations... 2 Installing and Opening the Utility... 2 Loading an Application from the Utility... 3 Opening

More information

Collaboration Tools. Instructor Guide. Copyright 2015 by Edmentum. All Rights Reserved.

Collaboration Tools. Instructor Guide. Copyright 2015 by Edmentum. All Rights Reserved. Collaboration Tools Instructor Guide Copyright 2015 by Edmentum. All Rights Reserved. Contents Introduction... 3 Viewing Collaborations... 3 Creating Collaborations... 4 Facilitating a Collaboration...

More information

Creating Content in a Course Area

Creating Content in a Course Area Creating Content in a Course Area After creating a course area, such as a Content Area, Learning Module, Lesson Plan, or folder, you create content in it by pointing to its Action Bar to reveal menus for

More information

Fine-grained Recording and Streaming Lectures

Fine-grained Recording and Streaming Lectures Fine-grained Recording and Streaming Lectures Fine-grained Recording and Streaming Lectures Kenji Kaijiri Faculty of Engineering, Shinshu University Japan kaijiri@cs.shinshu-u.ac.jp Rihito Saitoh Faculty

More information

INTRODUCTION... 4 GETTING STARTED WITH OFFICE ONENOTE

INTRODUCTION... 4 GETTING STARTED WITH OFFICE ONENOTE Fall 2007 M.M. Table of Contents INTRODUCTION... 4 GETTING STARTED WITH OFFICE ONENOTE 2007... 4 NOTEBOOKS, SECTIONS, AND PAGES... 5 AUTOMATIC SAVE... 6 SUPPORT FOR MULTIPLE NOTEBOOKS... 6 CREATING A NEW

More information

Getting Started with Adobe Connect Instructor Guide

Getting Started with Adobe Connect Instructor Guide Getting Started with Adobe Connect Instructor Guide Adobe Connect is UD s synchronous online learning tool which can be used to host a virtual lecture or meeting. With Adobe Connect, you can... Share your

More information

A Top-Down Visual Approach to GUI development

A Top-Down Visual Approach to GUI development A Top-Down Visual Approach to GUI development ROSANNA CASSINO, GENNY TORTORA, MAURIZIO TUCCI, GIULIANA VITIELLO Dipartimento di Matematica e Informatica Università di Salerno Via Ponte don Melillo 84084

More information

Apple idvd 11 Tutorial

Apple idvd 11 Tutorial Apple idvd 11 Tutorial GETTING STARTED idvd is a program that allows you to create a DVD with menus and graphics of a professionally made commercial disc to play on your home DVD player. To Begin your

More information

Version 2.0. Campus 2.0 Student s Guide

Version 2.0. Campus 2.0 Student s Guide Campus 2.0 Student s Guide Version 2.0 Campus 2.0 Student s Guide Error! No text of specified style in document. i Important Notice Copyright 2008 Tegrity, Inc. Disclaimer 2008 Tegrity, Inc. all rights

More information

Boise State University. Getting To Know FrontPage 2000: A Tutorial

Boise State University. Getting To Know FrontPage 2000: A Tutorial Boise State University Getting To Know FrontPage 2000: A Tutorial Writers: Kevin Gibb, Megan Laub, and Gayle Sieckert December 19, 2001 Table of Contents Table of Contents...2 Getting To Know FrontPage

More information

The FlexTraining Total e-learning Solution Management Guide Version 5.3

The FlexTraining Total e-learning Solution Management Guide Version 5.3 The FlexTraining Total e-learning Solution Management Guide Version 5.3 Copyright 1998-2008 Online Development Library Media Library The Media Library feature lets you establish Dynamic Messages, in one

More information

Project Description Introduction Problem Statement

Project Description Introduction Problem Statement Project Description Introduction MarketVCR is a combination of a large multimedia data warehouse containing tick-by-tick quote and trade stock market data, video, audio and news articles, a web application

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Learning Targets I can: Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

Cambrian College Online Course Review Checklist

Cambrian College Online Course Review Checklist Course Code: Instructor: Reviewed By: Cambrian College Online Course Review Checklist Course Name: Date Reviewed: Instructions: The criteria in the Checklist reflect design principles required for all

More information

Scholastic Interactive Teaching System User s Guide

Scholastic Interactive Teaching System User s Guide Scholastic Interactive Teaching System User s Guide For use with READ 180 Next Generation version 2.1 or later, READ 180 Enterprise Edition version 2.1 or later, System 44 version 2.1 or later, Expert

More information

Introduction. Download. SMARTBoard

Introduction. Download.   SMARTBoard Page 1 of 21 SMARTBoard Introduction Interactive whiteboards are an excellent way to involve students in classroom learning by providing the look and feel of a regular whiteboard with computer-based technology

More information

Adobe Authorware 7 as Programming Tool

Adobe Authorware 7 as Programming Tool Adobe Authorware 7 as Programming Tool Vedran Kosovac and Bozidar Kovacic Faculty of Arts and Sciences University of Rijeka Omladinska 14, Rijeka, 51000, Croatia Phone: (385) 51345046 Fax: (385) 51 345207

More information

Intermediate/Advanced. Faculty Development Workshop FSE Faculty retreat April 18, 2012

Intermediate/Advanced. Faculty Development Workshop FSE Faculty retreat April 18, 2012 Intermediate/Advanced Faculty Development Workshop FSE Faculty retreat April 18, 2012 Remote Desktop Sharing Quick Reference Guide for Moderators The Moderator or a Participant may request control of another

More information

Web Accessibility Model for elearning Website

Web Accessibility Model for elearning Website Pisit Prougestaporn Ph.D. Student in elearning Methodology College of Internet Distance Education Assumption University pisit1979@hotmail.com Abstract elearning websites is the advance developed tool which

More information

BBFlashBack Training for Library Staff

BBFlashBack Training for Library Staff BBFlashBack Training for Library Staff Learning outcomes: By the end of the course you will be able to: record a screencast insert/import text, images, audio & video edit text, audio & video files produce

More information

Interactive Teaching System User s Guide

Interactive Teaching System User s Guide Interactive Teaching System User s Guide June 23, 2015 For use with READ 180 Next Generation, READ 180 Enterprise Edition, System 44 Next Generation, System 44, Expert 21, and Scholastic Achievement Manager

More information

Creative Uses of PowerPoint 2003

Creative Uses of PowerPoint 2003 Creative Uses of PowerPoint 2003 Creating an Audio File 1) Connect your microphone 2) Click on Insert 3) Click on Movies and Sounds 4) Click on Record Sound Play Stop Record 5) Click on the Record button

More information

Creative Digital Spaces Technology Encourages Inspired Human Communication

Creative Digital Spaces Technology Encourages Inspired Human Communication Creative Digital Spaces Technology Encourages Inspired Human Communication Keiju Okabayashi Masashi Uyama Junichi Yura Riichiro Take The new technology Creative Digital Spaces Technology is based on the

More information

COMPUTER SOFTWARE RAYMOND ROSE

COMPUTER SOFTWARE RAYMOND ROSE COMPUTER SOFTWARE RAYMOND ROSE LEARNING OUTCOMES 2 WHAT IS SOFTWARE? Software - is a collection of computer programs and related data that provides the instructions for telling a computer what to do and

More information

Getting Started with Microsoft PowerPoint 2003

Getting Started with Microsoft PowerPoint 2003 Getting Started with Microsoft PowerPoint 2003 Overview: This handout provides basic introductory information about Microsoft PowerPoint and its application in the classroom. Audience: All instructional

More information

Application of a Visual Computer Simulator into Collaborative Learning

Application of a Visual Computer Simulator into Collaborative Learning Journal of Computing and Information Technology - CIT 14, 2006, 4, 267 273 doi:10.2498/cit.2006.04.01 267 Application of a Visual Computer Simulator into Collaborative Learning Yoshiro Imai 1, Keiichi

More information

Research on Computer Network Virtual Laboratory based on ASP.NET. JIA Xuebin 1, a

Research on Computer Network Virtual Laboratory based on ASP.NET. JIA Xuebin 1, a International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) Research on Computer Network Virtual Laboratory based on ASP.NET JIA Xuebin 1, a 1 Department of Computer,

More information

SMART Board Interactive Whiteboard Basics

SMART Board Interactive Whiteboard Basics SMART Board Interactive Whiteboard Basics This Quick Reference Guide provides an overview of the information you need to begin using a SMART Board interactive whiteboard. Before you begin, make sure the

More information

Kaltura Blackboard Building Block - KAF

Kaltura Blackboard Building Block - KAF Kaltura Blackboard Building Block - KAF I. Introduction a. The Kaltura Building Block allows us to add powerful media tools to Blackboard, combing the best features of video sharing, webcam recording,

More information

Creating a Narrated PowerPoint (PowerPoint 2013)

Creating a Narrated PowerPoint (PowerPoint 2013) Creating a Narrated PowerPoint (PowerPoint 2013) Adding narration to a PowerPoint can help instructors to create standalone mini lectures that can be posted on Blackboard. Students can view the PowerPoint

More information

9/8/2016. Characteristics of multimedia Various media types

9/8/2016. Characteristics of multimedia Various media types Chapter 1 Introduction to Multimedia Networking CLO1: Define fundamentals of multimedia networking Upon completion of this chapter students should be able to define: 1- Multimedia 2- Multimedia types and

More information

MMGD0203 MULTIMEDIA DESIGN

MMGD0203 MULTIMEDIA DESIGN MMGD0203 MULTIMEDIA DESIGN Chapter 6 1 Multimedia Production Team High-quality interactive multimedia applications are the product of the efforts of a production team. Some people might argue that anybody

More information

Development of a Mobile Observation Support System for Students: FishWatchr Mini

Development of a Mobile Observation Support System for Students: FishWatchr Mini Development of a Mobile Observation Support System for Students: FishWatchr Mini Masaya Yamaguchi, Masanori Kitamura, and Naomi Yanagida National Institute for Japanese Language and Linguistics, Nanzan

More information

MimioClassroom User Guide

MimioClassroom User Guide MimioClassroom User Guide for Windows gkpglobalsolutions.com Mimio LLC. All rights reserved. Revised 10/21/2010. No part of this document or the software may be reproduced or transmitted in any form or

More information

Getting Started with ActivInspire

Getting Started with ActivInspire Getting Started with ActivInspire In this guide, you will learn not only how to get started with ActivInspire, but also the basics of creating and delivering your own cutting-edge ActivInspire flipcharts.

More information

CTI Short Learning Programme in Internet Development Specialist

CTI Short Learning Programme in Internet Development Specialist CTI Short Learning Programme in Internet Development Specialist Module Descriptions 2015 1 Short Learning Programme in Internet Development Specialist (10 months full-time, 25 months part-time) Computer

More information

Script for Visualization of Algorithms: Framework for Animation Environment and Composite Structures

Script for Visualization of Algorithms: Framework for Animation Environment and Composite Structures DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING, IIT KHARAGPUR Script for Visualization of Algorithms: Framework for Animation Environment and Composite Structures A synopsis of the thesis to be submitted

More information

XenData6 Workstation User Guide

XenData6 Workstation User Guide XenData6 Workstation User Guide Version 6.21 2011-2016 XenData Limited. All rights reserved. XenData is a trademark of XenData Limited. Document last modified date: October 5, 2016 XenData6 Workstation

More information

Tools for On-Door Communications on WWW

Tools for On-Door Communications on WWW Tools for On-Door Communications on WWW Keishi Suzumura Graduate School of Software and Information Science Iwate Prefectural University kc@comm.soft.iwate-pu.ac.jp Hiromi Gondo Faculty of Software and

More information

ADOBE CONNECT GUIDE FOR INSTRUCTORS

ADOBE CONNECT GUIDE FOR INSTRUCTORS Setting up a Class ADOBE CONNECT GUIDE FOR INSTRUCTORS When you set up your Acrobat Connect account, Adobe sends you an e-mail message that includes your meeting URL along with other information about

More information

Windows Me Navigating

Windows Me Navigating LAB PROCEDURE 11 Windows Me Navigating OBJECTIVES 1. Explore the Start menu. 2. Start an application. 3. Multi-task between applications. 4. Moving folders and files around. 5. Use Control Panel settings.

More information

Table of Contents Overview...iii Chapter 1: Recording With Tegrity Campus Chapter 2: Using the Tegrity Instructor Pen...29

Table of Contents Overview...iii Chapter 1: Recording With Tegrity Campus Chapter 2: Using the Tegrity Instructor Pen...29 Table of Contents Overview...iii Chapter 1: Recording With Tegrity Campus 2.0...1 Capturing Your Class With Tegrity Recorder... 1 Using the Annotation Toolbar... 5 Using the Toolbar for Video... 7 When

More information

Analysis of Behavior of Parallel Web Browsing: a Case Study

Analysis of Behavior of Parallel Web Browsing: a Case Study Analysis of Behavior of Parallel Web Browsing: a Case Study Salman S Khan Department of Computer Engineering Rajiv Gandhi Institute of Technology, Mumbai, Maharashtra, India Ayush Khemka Department of

More information

20480C: Programming in HTML5 with JavaScript and CSS3. Course Code: 20480C; Duration: 5 days; Instructor-led. JavaScript code.

20480C: Programming in HTML5 with JavaScript and CSS3. Course Code: 20480C; Duration: 5 days; Instructor-led. JavaScript code. 20480C: Programming in HTML5 with JavaScript and CSS3 Course Code: 20480C; Duration: 5 days; Instructor-led WHAT YOU WILL LEARN This course provides an introduction to HTML5, CSS3, and JavaScript. This

More information

New Features. Importing Resources

New Features. Importing Resources CyberLink StreamAuthor 4 is a powerful tool for creating compelling media-rich presentations using video, audio, PowerPoint slides, and other supplementary documents. It allows users to capture live videos

More information

CTI Higher Certificate in Information Systems (Internet Development)

CTI Higher Certificate in Information Systems (Internet Development) CTI Higher Certificate in Information Systems (Internet Development) Module Descriptions 2015 1 Higher Certificate in Information Systems (Internet Development) (1 year full-time, 2½ years part-time) Computer

More information

Authoring and Maintaining of Educational Applications on the Web

Authoring and Maintaining of Educational Applications on the Web Authoring and Maintaining of Educational Applications on the Web Denis Helic Institute for Information Processing and Computer Supported New Media ( IICM ), Graz University of Technology Graz, Austria

More information

Adobe Acrobat Basics

Adobe Acrobat Basics Adobe Acrobat Basics Email: training@vpha.ufl.edu Web Site: http://training.health.ufl.edu Table of Contents What is Adobe Acrobat?...1 Why would you use it?...1 Where do you get it?...1 PDF Maker (Acrobat

More information

Chapter 7 Inserting Spreadsheets, Charts, and Other Objects

Chapter 7 Inserting Spreadsheets, Charts, and Other Objects Impress Guide Chapter 7 Inserting Spreadsheets, Charts, and Other Objects OpenOffice.org Copyright This document is Copyright 2007 by its contributors as listed in the section titled Authors. You can distribute

More information

(Refer Slide Time 00:01:09)

(Refer Slide Time 00:01:09) Computer Organization Part I Prof. S. Raman Department of Computer Science & Engineering Indian Institute of Technology Lecture 3 Introduction to System: Hardware In the previous lecture I said that I

More information

PowerPoint 2003: Advanced Instructor s Edition

PowerPoint 2003: Advanced Instructor s Edition PowerPoint 2003: Advanced Instructor s Edition ILT Series COPYRIGHT Axzo Press. All rights reserved. No part of this work may be reproduced, transcribed, or used in any form or by any means graphic, electronic,

More information

Just-In-Time Hypermedia

Just-In-Time Hypermedia A Journal of Software Engineering and Applications, 2013, 6, 32-36 doi:10.4236/jsea.2013.65b007 Published Online May 2013 (http://www.scirp.org/journal/jsea) Zong Chen 1, Li Zhang 2 1 School of Computer

More information

CyberLink. StreamAuthor 4. User's Guide

CyberLink. StreamAuthor 4. User's Guide CyberLink StreamAuthor 4 User's Guide Copyright and Disclaimer CyberLink reserves all rights to this publication. No part of this publication may be reproduced, duplicated, saved or transmitted without

More information

Contents A. COLLABORATE INTRODUCTION... 1 B. SYSTEM REQUIREMENTS... 1 C. CANVAS COLLABORATE... 2 D. SETTING OF AUDIO (COMPULSORY)...

Contents A. COLLABORATE INTRODUCTION... 1 B. SYSTEM REQUIREMENTS... 1 C. CANVAS COLLABORATE... 2 D. SETTING OF AUDIO (COMPULSORY)... Contents A. COLLABORATE INTRODUCTION... B. SYSTEM REQUIREMENTS... I. OPERATING SYSTEM... II. BROWSER... III. JAVA APPLICATION... C. CANVAS COLLABORATE... I. CREATING COLLABORATE SESSION... II. JOINING

More information

Mouseless Internet Browsing for Open V/Vmax Devices

Mouseless Internet Browsing for Open V/Vmax Devices Mouseless Internet Browsing for Open V/Vmax Devices Mouseless Browsing (MLB) is a technique that enables you to browse the Internet without using a mouse. This innovative functionality adds small boxes

More information

Reservation Line: (866)

Reservation Line: (866) WebEx Meeting Center Users Guide Prov vided by Ameriprise & ConferencePlus Reservation Line: (866) 402-2673 1 WebEx Users Guide This guide provides tips and techniques that you can use to conduct effective

More information

How to create interactive documents

How to create interactive documents Adobe InDesign Guide How to create interactive documents You can use Adobe InDesign to create dynamic web content or interactive documents. InDesign supports export to web-ready HTML or interactive PDF.

More information

A Scripting Language for Multimodal Presentation on Mobile Phones

A Scripting Language for Multimodal Presentation on Mobile Phones A Scripting Language for Multimodal Presentation on Mobile Phones Santi Saeyor 1, Suman Mukherjee 2, Koki Uchiyama 2, Ishizuka Mitsuru 1 1 Dept. of Information and Communication Engineering, University

More information

XML BASED MOBILE SERVICES

XML BASED MOBILE SERVICES XML BASED MOBILE SERVICES Outi Marttila and Petri Vuorimaa Telecommunication Software and Multimedia Laboratory, Helsinki University of Technology, P.O Box 5400, FI-02015 HUT, Finland. omarttil@tcm.hut.fi

More information

Welcome Application. Introducing the Visual Studio.NET IDE. Objectives. Outline

Welcome Application. Introducing the Visual Studio.NET IDE. Objectives. Outline 2 T U T O R I A L Objectives In this tutorial, you will learn to: Navigate Visual Studio.NET s Start Page. Create a Visual Basic.NET solution. Use the IDE s menus and toolbars. Manipulate windows in the

More information

Operator Manual. Version 2.813

Operator Manual. Version 2.813 Operator Manual Version 2.813 June, 2015 Content Basic definitions and abbreviations...4 Get started...5 Change of displaying units layout...7 Scale change...7 Content...8 Content display...8 Software...8

More information

Introduction to Compendium Tutorial

Introduction to Compendium Tutorial Instructors Simon Buckingham Shum, Anna De Liddo, Michelle Bachler Knowledge Media Institute, Open University UK Tutorial Contents http://compendium.open.ac.uk/institute 1 Course Introduction... 1 2 Compendium

More information

Bookmarks & Saved Pages Using Bookmarks & Saved Pages RSS Feeds Updating Blogs & News

Bookmarks & Saved Pages Using Bookmarks & Saved Pages RSS Feeds Updating Blogs & News Services... -2 Service Basics... -2 Yahoo! Keitai... -3 Using Yahoo! Keitai... -3 PC Sites...-5 Browsing PC Sites... -5 Browsing...- Basic Operations... - Bookmarks & Saved Pages... -9 Using Bookmarks

More information

Digital Communication Prof. Bikash Kumar Dey Department of Electrical Engineering Indian Institute of Technology, Bombay

Digital Communication Prof. Bikash Kumar Dey Department of Electrical Engineering Indian Institute of Technology, Bombay Digital Communication Prof. Bikash Kumar Dey Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture - 26 Source Coding (Part 1) Hello everyone, we will start a new module today

More information

Instructions for Using UCI Replay and Camtasia Relay Updated on 2 April 2013

Instructions for Using UCI Replay and Camtasia Relay Updated on 2 April 2013 Instructions for Using UCI Replay and Camtasia Relay 4.2.1 Updated on 2 April 2013 Overview UCI Replay and Camtasia Relay comprise a web-based service that allows UCI instructors to record audio/visual

More information

USING POWERPOINT IN THE CLASSROOM LESSON 1 POWERPOINT BASICS

USING POWERPOINT IN THE CLASSROOM LESSON 1 POWERPOINT BASICS USING POWERPOINT IN THE CLASSROOM LESSON 1 POWERPOINT BASICS Objectives Start PowerPoint. Open an existing presentation. Save a presentation. Navigate through a presentation, and use the menus and toolbars.

More information

Animations as support for the teaching of manufacturing

Animations as support for the teaching of manufacturing Session 3263 Animations as support for the teaching of manufacturing Marek Balazinski, Aleksander Przybylo École Polytechnique de Montréal, Mechanical Engineering Department Abstract In this paper a variety

More information

Welcome. Microsoft PowerPoint 2010 Fundamentals Workshop. Faculty and Staff Development Program

Welcome. Microsoft PowerPoint 2010 Fundamentals Workshop. Faculty and Staff Development Program Faculty and Staff Development Program Welcome Microsoft PowerPoint 2010 Fundamentals Workshop Computing Services and Systems Development Phone: 412-624-HELP (4357) Last Updated: 04/19/13 Technology Help

More information

Tutorial.notebook. February 10, 2016

Tutorial.notebook. February 10, 2016 Feb 10 2:03 PM Feb 10 2:10 PM Feb 10 2:20 PM Feb 10 2:25 PM Feb 10 2:49 PM Feb 10 2:58 PM 1 Feb 10 3:03 PM Feb 10 3:04 PM Feb 10 3:09 PM Feb 10 3:12 PM Feb 10 3:16 PM Feb 10 3:20 PM 2 Feb 10 3:26 PM Feb

More information

Blackboard Collaborate Ultra 2018 UT DALLAS USER MANUAL

Blackboard Collaborate Ultra 2018 UT DALLAS USER MANUAL Blackboard Collaborate Ultra 208 UT DALLAS USER MANUAL UT Dallas elearning ELEARNING@UTDALLAS.EDU SPRING 208 Table of Contents Introduction... 3 Browser Support... 3 Blackboard Collaborate Ultra inside

More information

Module 10 MULTIMEDIA SYNCHRONIZATION

Module 10 MULTIMEDIA SYNCHRONIZATION Module 10 MULTIMEDIA SYNCHRONIZATION Lesson 36 Packet architectures and audio-video interleaving Instructional objectives At the end of this lesson, the students should be able to: 1. Show the packet architecture

More information

ECB Digital - Our World (5th Grade)

ECB Digital - Our World (5th Grade) ECB Digital - Our World (5th Grade) There are several ways to navigate around the Whiteboard Digital Books: 1 Go to a chosen unit or feature by clicking on a button on the main menu. 2 Go to a specific

More information

182 Introduction to Microsoft Visual InterDev 6 Chapter 7

182 Introduction to Microsoft Visual InterDev 6 Chapter 7 iw3htp_07.fm Page 182 Thursday, April 13, 2000 12:29 PM 182 Introduction to Microsoft Visual InterDev 6 Chapter 7 7 Introduction to Microsoft Visual InterDev 6 New tab Other tabs for opening existing projects

More information

Elluminate Introduction & Handbook

Elluminate Introduction & Handbook CSU Stanislaus Office of Information Technology Elluminate Introduction & Handbook What is Elluminate? Elluminate is the university s online meeting and conferencing service. Users can create virtual rooms

More information

Our Goals Teaching with Power Point

Our Goals Teaching with Power Point Our Goals Teaching with Power Point October 14, 2003 Create a new presentation. Add text, graphics,charts, and tables. Apply transitions. Insert hyperlinks such as: http://www.hamline.edu Goals Continued

More information

User Guide pdoc Signer for Apple ipad

User Guide pdoc Signer for Apple ipad User Guide pdoc Signer for Apple ipad Version 1.4 July 18, 2017 Copyright 2017 Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal.

More information