Software Design Specification

Size: px
Start display at page:

Download "Software Design Specification"

Transcription

1 Software Design Specification Project Title : ekaksha++ Version : Team Members : Prekshu Ajmera (prekshu@gmail.com) IIT Bombay 1. INTRODUCTION 1.1 PURPOSE This document is the Software Design Specification for ekaksha++, an eclassroom over the Pidgin instant messenger, version The actual design of the various modules and components of ekaksha is described in this document which takes care of various functionalities that the project aims to achieve. 1.2 SCOPE OF THE DEVELOPMENT PROJECT ekaksha++ is a virtual classroom over Pidgin instant messenger. The concept of Virtual classroom has started gaining ground in several academic circles. The growing popularity of this concept can be attributed to its emphasize on collaborative learning based on cooperative efforts among faculty and students, active participation and interaction on the part of both students and instructors, and active sharing of new ideas and information. But the novelty of the concept lies in effective access to learning even from personal computers at home or work. Gauging the growing demand for such virtual classrooms many private institutions have launched similar products. But most of them fail to meet the required demands as they are generally found lacking in several requisite features either from instructors or student side. An important utility, implemented in this software is to integrate the classroom with a chat client so as to facilitate conversations and sharing of ideas along

2 with virtual descriptions. Using a popular chat protocol like yahoo further adds on to the practicality of the software. Additionally, support for local area voice and video chat is also integrated in to the software. This comes handy when some concept or problem cannot be explained using text or figures. Along with this, the software also provides video support which is usually missing in most of the commercial products but which can nonetheless improve its functionality manifold. 1.3 DEFINITIONS, ACRONYMS, AND ABBREVIATIONS ekaksha++ Pidgin : Refers to the eclassroom software version being developed : The multi protocol Pidgin instant messenger 1.4 REFERENCES Pidgin developer pages Yahoo developer pages GLib Reference Manual : : : GTK+ Reference Manual : Swfdec : Swfdec (pronounced swiff deck ) is an open source decoder/renderer for Macromedia Flash animations. Speex : Speex is an Open Source/Free Software patent-free audio compression format designed for speech. The Speex Project aims to lower the barrier of entry for voice applications by providing a free alternative to expensive proprietary speech codecs. Moreover, Speex is well-adapted to Internet applications and provides useful features that are not present in most other codecs. Avahi : The Avahi mdns/dns-sd daemon implements Apple's Zeroconf architecture (also known as Bonjour ). The daemon registers local IP addresses and static services using mdns/dns-sd and provides two IPC APIs for local programs to make use of the mdns record cache the Avahi daemon maintains. First there is so called simple protocol which is used exclusively by Avahi dnsconfd (a daemon which configures unicast DNS servers using server info published via mdns) and nss-mdns (a libc NSS plugin, providing name resolution via mdns). Finally there is D-Bus interface which provides a rich object oriented interface to D-Bus enabled applications.

3 Telepathy : The Telepathy project is building a unified framework for many different kinds of real-time communications. It uses the D-Bus messaging system to provide a simple interface for client applications, allowing them to quickly take advantage of Telepathy's benefits. Telepathy supports instant messaging (both one-to-one and in groups), voice calls and video calls; it's less suited for store-and-forward applications like . libosip : osip is an implementation of SIP. SIP stands for the Session Initiation. This library provides multimedia and telecom software developers an easy and powerful interface to initiate and control SIP based sessions in their applications. Dojo Toolkit : Dojo is an Open Source DHTML toolkit written in JavaScript. Dojo solves some long-standing historical problems with DHTML which prevented mass adoption of dynamic web application development. Dojo allows us to easily build dynamic capabilities into web pages and any other environment that supports JavaScript sanely. libjingle : Google's Libjingle is Google Talk s implementation of Jingle and Jingle-Audio (proposed extensions to XMPP) to interoperate with Google Talk s peer-to-peer and voice calling capabilities. 1.5 OVERVIEW OF THE DOCUMENT 1. The first section describes the introduction of document. 2. The second section describes the system architecture; in this section we mention the modules of this project and their structures. 3. The third section consists of detailed description of the modules described in the previous section modules. 4. The fourth section states how our project can be reused and its relationship to other products. 5. The fifth section gives the complete idea about design decision and tradeoffs which we had to do in order to simplify the design.

4 2. SYSTEM ARCHITECTURE DESCRIPTION ekaksha++ is build over already existing open source multi protocol messenger - Pidgin. It extends Yahoo's doodle IMVironment protocol to implement the drawboard which in addition to the traditional pen tool also provides various other graphic tools. Note that all the figures are drawn in Scalable Vector Graphics (SVG) format. This makes ekaksha communication highly efficient since only minimalistic updates are sent to the server. For e.g. if a rectangle is moved on the drawboard then only the differences in the x and y coordinates are sent. In case the Yahoo s sever goes down by some reason we also have a separate whiteboard server. This image illustrates the difference between vector and bitmap images. The vector image can be scaled indefinitely without the loss of image quality, while the bitmap cannot Note that all the whiteboard updates are done in real time and over the same whiteboard shared by other users (feature not even in Google Docs). For chat functionality it relies on Pidgin's implementation of Yahoo Chat. It also supports an AJAX based chat which can be used directly through a web browser. Swfdec, an open source flash library, is used to provide video support. Voice chat and video chat calls are supported using Telepathy, SIP and Jingle libraries. Automatic classroom discovery feature in local area is implemented using Avahi daemon. Since the software is built over Pidgin, it is platform independent rendering it useful for a variety of OS.

5 If a user just wants to do doodling or drawing he can even use a web browser like firefox 2.0 to quickly access the classroom session and all the previous lectures saved in a database on the server. A simplified view of ekaksha++ architecture is given below: 2.1 OVERVIEW OF MODULES/COMPONENTS Common Module This is the common module for authentication through a Yahoo account as the software uses Yahoo server for chat and other utilities. A user can log into the classroom from ekaksha on Pidgin or through a web browser or through a mobile PDA device. This module is highly flexible. In case Yahoo is not to be used or there are difficulties in accessing it, one can use a local authentication server module to allow users to register and log in. This local sever is uses the database module to store the login information.

6 Session Management Module This module maintains the whiteboard sessions. When a user logs in it creates a whiteboard session and similarly on logout it destroys the same. In case a user is accessing ekaksha using a browser and accidently closes the browser window it saves the session so that user can start from the point at which the window was closed accidently. It also maintains the session information for the chat or discussion rooms. Broadcasting of drawing option messages (like figure updates) are also handled by it. XML Module It handles all the XML data being generated or received while using ekaksha. It handles proper generation of the SVG figures by interpreting the mouse strokes on the whiteboard. This module also handles the creation of the xml based whiteboard update drawing messages to be broadcasted to the whiteboard server. At the server end it handles the interpretation of the messages sent by the ekaksha client (pidgin or a web browser or a mobile device). Whiteboard Module This is the core module of the ekaksha. It is linked to other modules in some way or the other. The instructor initiates a whiteboard session and use the whiteboard for his lectures. On the other hand the students only have read only access to the whiteboard. The whiteboard can be initiated only after the instructor logs into Yahoo server. Only the instructor has admin privileges for a running whiteboard. Students have only read only access to the drawboard. Students are allowed to make special local notes for lectures on the drawboard which can be saved using the save tool. Drawing, editing, movement, deletion of the figures and images is also handles by this module. Conference Module It handles the setting up of a chat room by the instructor to initiate a conference. The instructor setups a conference by using the conference initiation option provided in Pidgin modified by us. All the online enrolled students get a notification asking for acceptance to the chat room. Currently, each student can chat directly with the instructor only whereas the instructor can view all online students who have accepted invitation to the chat room.

7 Video Chat Module It handles the connection to the Jabber server using Telepathy support to initiate a video call. When a user right clicks to the professor buddy icon in the Pidgin a option to initiate the video chat appears. Voice Chat Module Instructor uses this module to start the ekaksha voice server at a particular port. Currently same password is used to connect. Video Streaming Module Instructor uploads the video, to be streamed to the students, at a URL. The video player is built into the software. Students can access the video directly using the video tool. Voice Recording Module Voice Chat support so that students can have discussions with their instructor. They can also record their conversation with the instructor Automatic Classroom Discovery Module Adding of classroom to Avahi daemon so that any user in local area can automatically discover the classroom Using Classroom Through A Web Browser (Javascript Module) A Javascript based whiteboard system on top of open source Javascript framework DOJO. This enables ekaksha to be accessed even using a web browser like Firefox 2.0. Note that all the users whether they are using ekaksha on Pidgin or using a web browser can access the same classroom running.

8 Using Classroom Through A Mobile (Mobile Module) A mobile based whiteboard system on top of open source mobile sdk, Android. This enables ekaksha to be accessed even using mobile phone (with touch support) and PDAs. Note that all the users whether they are using ekaksha on Pidgin or using a PDA can access the same classroom running. Exporting Whiteboard In Different Formats (Imagemagick Module) The whiteboard data can be exported in various formats like SVG, JPG, PNG, PDF etc. It is done using Imagemagick library. Lecture Storage For Future Use (Database Module) All the lectures of the instructor are automatically saved on the server so that a student can access it later if he missed the lecture. These lectures are accessible through a web browser. Tabbed View For Multiple Pages This tool enables a person to create multiple whiteboard pages. Note that all the operations - new page, edit page, delete page and switch page are performed automatically on the side of people who have shared the document and are currently using it, making this whole process highly interactive and dynamic. 2.2 USER INTERFACE ISSUES Instructor has the admin privileges and hence the instructor interface has most options, including initiating chat rooms and allowing students to join the conference. The whiteboard interface also has many options to modify the content, like graphic tools, text tools, image tools etc. The whiteboard interface for students differ from that of the instructor as the student has read only access to whiteboard content. The student is allowed to attach extra notes on the lectures as required. He also has the option to watch a video streamed by the professor.

9 The interface accessible on the web browser and mobile devices is quite different from what we have on Pidgin. The reason is simply the ease of use on a particular platform. The interfaces for web browser and mobiles are designed by keeping in mind the ease of usage so that even an 8 year old can use it and an 80 year old wants to use it. Instructor's whiteboard on Pidgin Instructor starting a classroom session

10 Ekaksha being accessed using a Web Browser Image Upload and Crop tool on web browser interface

11 Ekaksha accessed using a mobile device Login process on mobile

12 Whiteboards of instructor and student Invitation for Voice and Video Conversation

13 ekaksha++ buddy list. Right click on the buddy and initiate the video call ekaksha++ Video Chat interface

14 2.3 INTERACTION DESIGN ekaksha++ voice chat interface

15 3 DETAILED DESCRIPTION OF COMPONENTS Real Time Collaborative Drawing The most important feature in our whiteboard drawing is its Real Time collboration with other users sharing the whiteboard. Even products like Google Docs, Gliffy etc. do not support this feature. The main idea behind this feature is that users sharing a document should be able to see the updates done by other users in real time on their board. Thus, while they are drawing updates from others are also being displayed at the same time. As one might correctly think that conflicts may occur when two or more users end up in editing the same figure on the drawing board. We have removed these conflicts by using a simple rule. The update will be registered from a user who is last to release his mouse button from the figure. In case a user deletes a figure in this process then figure will be considered as deleted. It is a good reason to assume that other shared users will not deteriorate the document; otherwise we ll not share our document with them. Session Management Module This module maintains the whiteboard sessions. When a user logs in it creates a whiteboard session and similarly on logout it destroys the same. In case a user is accessing ekaksha using a browser and accidently closes the browser window it saves the session so that user can start from the point at which the window was closed accidently. It also maintains the session information for the chat or discussion rooms. Broadcasting of drawing option messages (like figure updates) are also handled by it. There is a separate mechanism adopted to send draw or event messages in one way only(teacher ->Student not Student->Teacher). i.e., whatever the action performed on the student's whiteboard will not reflect on teacher teacher account.

16 XML Module It handles all the XML data being generated or received while using ekaksha. It handles proper generation of the SVG figures by interpreting the mouse strokes on the whiteboard. A sample SVG text and its corresponding drawing are shown in the figure on the next page. This module also handles the creation of the xml based whiteboard update drawing messages to be broadcasted to the whiteboard server. At the server end it handles the interpretation of the messages sent by the ekaksha client (pidgin or a web browser or a mobile device). <?xml version="1.0"?> <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" " <svg xmlns=" version="1.1" width="467" height="462"> <!-- This is for the red square --> <rect x="80" y="60" width="250" height="250" rx="20" fill="red" stroke="black" stroke-width="2px" /> <!-- This is for the blue square --> <rect x="140" y="120" width="250" height="250" rx="40" fill="blue" fill-opacity="0.7" stroke="black" stroke-width="2px" /> </svg>

17 Whiteboard Module This is the core module of the ekaksha. It is linked to other modules in some way or the other. The instructor initiates a whiteboard session and use the whiteboard for his lectures. On the other hand the students only have read only access to the whiteboard. The whiteboard can be initiated only after the instructor logs into Yahoo server. Only the instructor has admin privileges for a running whiteboard. Any student can be banned from viewing the contents and similarly can be allowed to view the complete drawboard. This access is controlled by adding or deleting students in the buddy list. Students have only read-only access to the drawboard. They have to be online at the time of classroom setup and receive notifications for the same. No student is allowed to join the classroom in-between. Students are allowed to make special local notes for lectures on the drawboard which can be saved using the save tool. Drawing, editing, movement, deletion of the figures and images is also handles by this module. When a user presses a mouse button and starts moving it to draw a figure it detects the mouse events and communicates with the XML module to generate the corresponding SVG text which is displayed on the whiteboard. Once the user releases the mouse button, it receives the SVG text generated by the XML module and displays it on the whiteboard.

18 Conference Module It handles the setting up of a chat room by the instructor to initiate a conference. The instructor setups a conference by using the conference initiation option provided in Pidgin modified by us. All the online enrolled students get a notification asking for acceptance to the chat room. Currently, each student can chat directly with the instructor only whereas the instructor can view all online students who have accepted invitation to the chat room. The main purpose of this module is to allow students to interact with the professor. The discussion room is initiated by the professor. A discussion request is send to all the students simultaneously. A student can join the discussion only after he accepts the request. This can also be used by the professor as a means of taking attendance. Note that the professor can see all the students in his discussion room but the students can only see the professor. Professor starting the classroom

19 Accept request on the student's side Professor + 2 students. Professor can see both the students but a student can see only the professor

20 Video Chat Module It handles the connection to the Jabber server using Telepathy support to initiate a video call. When a user right clicks to the professor buddy icon in the Pidgin a option to initiate the video chat appears. Currently video conferencing is not supported.

21 Voice Chat Module Instructor uses this module to start the ekaksha voice server at a particular port. Currently same password is used to connect. The instructors can not only interact through the drawboard or text chat but can also avail the benefit of voice chats with students. This comes handy when some concept or problem cannot be explained using text or figures. The students can connect to the ekaksha voice chat server which professor starts. The students and the instructor can have a voice discussion with each other. Voice chat connect dialog ekaksha++ voice server settings dialog

22 User connected to the ekaksha++ voice server ekaksha++ audio settings dialog

23 Video Streaming Module Instructor uploads the video, to be streamed to the students, at a URL. The video player is built into the software. Students can access the video directly using the video tool. The purpose of this module is to provide video support with which will enable students to see the video played by the teacher. The video is started simultaneously in all the student accounts. If a student wants to see the video again he can click on the video button on his board. Note the video URL is specified by the teacher on his own interface and students shall be able to see the video only when the instructor plays the video and exits. This is a sort of check that video URL is working.

24 Voice Recording Module Voice Chat support so that students can have discussions with their instructor. They can also record their conversation with the instructor in a.pcm format file. He can then encode this file to.wav format using speex encoder in a wideband mode. Automatic Classroom Discovery Module When an instructor starts a classroom he also registers it to the Avahi daemon so that any user in local area can automatically discover the classroom. Using Classroom Through A Web Browser (Javascript Module) A Javascript based whiteboard system is built on top of open source Javascript framework DOJO. This enables ekaksha to be accessed even using a web browser like Firefox 2.0. The implementation of this module is completely AJAX based. We have used the pull model of AJAX to implement this feature. In the pull model each browser based client queries the whiteboard server for updates in every 1 second (which is the latency in our case) and get the updates. Moreover, any updates made by the client are instantly sent to the server where they are stored in a database.

25 But pull method is not the best possible way to implement this module. In future we plan to use the push model in which server send the updates to all the clients whenever it receives any. Thus, the extra overhead of querying the server each second will get eliminated. Note that all the users whether they are using ekaksha on Pidgin or using a web browser can access the same classroom running. Another thing to note is that the real time collaborative drawing explained at the beginning of this section also works for web browser based access. Using Classroom Through A Mobile (Mobile Module) A mobile based whiteboard system on top of open source mobile sdk, Android. This enables ekaksha to be accessed even using mobile phone (with touch support) and PDAs. Note that all the users whether they are using ekaksha on Pidgin or using a PDA can access the same classroom running. Currently only limited features are supported on this. Another thing to note is that the real time collaborative drawing explained at the beginning of this section also works for mobile based access. Exporting Whiteboard In Different Formats (Imagemagick Module) The whiteboard data can be exported in various formats like SVG, JPG, PNG, PDF etc. It is done using Imagemagick library.

26 Lecture Storage For Future Use (Database Module) All the lectures of the instructor are automatically saved on the server so that a student can access it later if he missed the lecture. These lectures are accessible through a web browser. ekaksha++ database schema

27 4. REUSE AND RELATIONSHIP TO OTHER PRODUCTS Our software can be used with any Course Management Software like moodle to run a course. Moreover, just by a small change of packet information and message types we can implement it for other protocols like MSN, GTalk etc. We can also link it to some Course Management Software so as to synchronize the course list and the student list automatically and display important notifications to students like course grades, latest assignments, attendance etc. We can also recording the activities done on the whiteboard in the form of a video. Apart from this we can also have the feature for file uploads (For Eg. an instructor can upload lecture notes from some other instructor). 5. DESIGN DECISION AND TRADEOFFS In the Javascript module, pull method is not the best possible way to achieve the goals. In future we plan to use the push model in which server send the updates to all the clients whenever it receives any. Thus, the extra overhead of querying the server each second will get eliminated. 6. FUTURE WORK Due to time constraints the software lacks the following important features: 1. Implementing ekaksha++ in the form of a Pidgin plugin which will make its installation/removal easier. 2. Integration of the whiteboard with the conversation window. 3. A student should be able to see other students in the classroom. 4. A student should be able to join the classroom in between. 5. Whiteboard can have more number of tools. 6. A web based interface to perform all the other activities which are necessary to run a course. For e.g. attendance record, online test etc. 7. Predefined templates to teach 8. File uploads (For Eg. an instructor can upload lecture notes from some other instructor). 9. Recording the activities done on the whiteboard in the form of a video.

28 10. Merging ekaksha with already existing open source course management system like Moodle. 7. PSEUDOCODE FOR COMPONENTS N. A. 8. APPENDICES N. A.

Adobe Connect: Overview

Adobe Connect: Overview Adobe Connect: Overview Table of Contents Table of Contents... 1 Overview of Adobe Connect... 2 Recommended Use... 2 Roles and Privileges... 2 Menu Bar... 3 Prepare Room and Upload Content... 4 Create

More information

Getting Started with Adobe Connect Professional

Getting Started with Adobe Connect Professional Getting Started with Adobe Connect Professional Quick Reference Guide Remove technology barriers from traditional web conferencing and you get Adobe Acrobat Connect Professional 7. Connect Pro is a cutting

More information

Running Effective Meetings

Running Effective Meetings Running Effective Meetings www.clickmeeting.com In this guide... You ll learn how organize your online meeting space, set up camera and voice, share your presentation and manage attendees. Contents Launch

More information

Wal-Mart Canada: Adobe Connect User Guide

Wal-Mart Canada: Adobe Connect User Guide Wal-Mart Canada: Adobe Connect User Guide ADOBE CONNECT 3 WHAT IS IT? 3 HOW TO USE IT? 3 WHO CAN USE IT? 3 WHERE IS IT? 3 GETTING HELP 3 TECHNICAL REQUIREMENTS 3 GETTING STARTED WITH ADOBE CONNECT BASICS

More information

Orientation to Collaborate 11 Farnoush Zadeh, Instructional Designer

Orientation to Collaborate 11 Farnoush Zadeh, Instructional Designer Orientation to Collaborate 11 Farnoush Zadeh, Instructional Designer Continuing & Distance Education St. Francis Xavier University ! Provide a brief introduction to the Collaborate platform How to get

More information

How to Host WebEx Meetings

How to Host WebEx Meetings How to Host WebEx Meetings Instructions for ConnSCU Faculty and Staff using ConnSCU WebEx Table of Contents How Can Faculty and Staff Use WebEx?... 3 Inviting Meeting Participants... 3 Tips before Starting

More information

Orientation to Collaborate 11 Farnoush Zadeh, Instructional Designer

Orientation to Collaborate 11 Farnoush Zadeh, Instructional Designer Orientation to Collaborate 11 Farnoush Zadeh, Instructional Designer Continuing & Distance Education St. Francis Xavier University ! Provide a brief introduction to the Collaborate platform How to get

More information

Get Started in Web Conference Classes: During the Semester

Get Started in Web Conference Classes: During the Semester Get Started in Web Conference Classes: During the Semester Online classroom etiquette Log in to your WebEx class Change views, go full-screen Chat tool Class presentations Need help? 1-877-348-6503 or

More information

Interactive Distance Learning based on SIP

Interactive Distance Learning based on SIP S. Sae-Wong, T. Kamolphiwong, S. Kamolphiwong, and N. Wittayasirikul Centre for Network Research (CNR), Department of Computer Engineering, Faculty of Engineering, Prince of Songkla University, Hatyai,

More information

V-CUBE Meeting 5. User Manual V-CUBE, INC. 2015/09/01

V-CUBE Meeting 5. User Manual V-CUBE, INC. 2015/09/01 V-CUBE Meeting 5 User Manual V-CUBE, INC. 2015/09/01 This document is the user manual for the V-CUBE Meeting 5 (or 'Meeting'), a web conferencing system. Revision history Revision date Details 2015/09/01

More information

Using Adobe Acrobat College. How to Host a Meeting - User s Guide

Using Adobe Acrobat College. How to Host a Meeting - User s Guide Note: For the purpose of consistency between the Hunter College written and web documentation and the Adobe Connect pro Software terminology, we will use meeting to represent a virtual class session, host

More information

WebEx. Web Conferencing Tool. Fordham IT

WebEx. Web Conferencing Tool. Fordham IT WebEx Web Conferencing Tool Faculty + Staff User Guide Fordham IT Contents WebEx Faculty + Staff User Guide Schedule a Meeting Using the WebEx Meeting Site 1 WebEx Scheduling Template 2 Join a Meeting

More information

Unified Meeting User Guide

Unified Meeting User Guide Unified Meeting User Guide v4.4.1 Unified Meeting lets you quickly and easily bring people together from anywhere in the world so they can see what you want to show them, hear what you have to say and

More information

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College

Zoom User Manual. developed. Gary P. Davis. and. David J. Ayersman. for. Students and Employees of New River Community and Technical College Zoom User Manual developed by Gary P. Davis and David J. Ayersman for Students and Employees of Zoom manual.docx Page 1 of 35 Last Updated: August 13, 2018 PREFACE AND OVERVIEW For the fall 2018 term,

More information

Blackboard Collaborate Ultra

Blackboard Collaborate Ultra Blackboard Collaborate Ultra Table of Contents Blackboard Collaborate Ultra Overview... 3 Bb Collaborate Terms and Technical Requirements... 3 Technical Suggestions... 3 Mobile devices... 4 What s New

More information

WebEx New user Orientation. Meeting Organizer Guide

WebEx New user Orientation. Meeting Organizer Guide WebEx New user Orientation Meeting Organizer Guide OBJECTIVE: AGENDA: I. II. III. IV. Utilize the tools provided at Kent State University to host and attend online meetings via the WebEx application and

More information

Cisco WebEx Web Conferencing Productivity Tools for Instant Messengers

Cisco WebEx Web Conferencing Productivity Tools for Instant Messengers Cisco WebEx Web Conferencing Productivity Tools for Instant Messengers Installing and Setting Up WebEx Productivity Tools For more information: In the U.S.: 800.374.2441 www.intercall.com info@intercall.com

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

OCS for the Blackboard Learn Platform

OCS for the Blackboard Learn Platform OCS for the Blackboard Learn Platform General Description OCS For the Blackboard Learn Platform (OCS for BB) is a communications suite that brings together the strengths of two products. Microsoft Office

More information

SEP Evaluation Expert Quick Guide

SEP Evaluation Expert Quick Guide SEP Evaluation Expert Quick Guide SEP Evaluation September 7 th, 2018 Copyright Notice European Union, 1995-2018 Reproduction of this document and its content, in part or in whole, is authorized, provided

More information

Kaltura Video Package for Moodle 2.x Quick Start Guide. Version: 3.1 for Moodle

Kaltura Video Package for Moodle 2.x Quick Start Guide. Version: 3.1 for Moodle Kaltura Video Package for Moodle 2.x Quick Start Guide Version: 3.1 for Moodle 2.0-2.4 Kaltura Business Headquarters 5 Union Square West, Suite 602, New York, NY, 10003, USA Tel.: +1 800 871 5224 Copyright

More information

AT&T Connect Communications Center (ACC) User Guide Enterprise Edition Version 8.9 May 2010

AT&T Connect Communications Center (ACC) User Guide Enterprise Edition Version 8.9 May 2010 AT&T Connect Communications Center (ACC) User Guide Enterprise Edition Version 8.9 May 2010 2009 2010 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained

More information

SchoolMessenger App. Parent Guide - Mobile. West Corporation. 100 Enterprise Way, Suite A-300. Scotts Valley, CA

SchoolMessenger App. Parent Guide - Mobile. West Corporation. 100 Enterprise Way, Suite A-300. Scotts Valley, CA COMMUNICATE SchoolMessenger App Parent Guide - Mobile West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 888-527-5225 www.schoolmessenger.com Contents WELCOME!... 3 SCHOOLMESSENGER

More information

ShowNTell - An easy-to-use tool for answering students questions with voiceover

ShowNTell - An easy-to-use tool for answering students questions with voiceover + ShowNTell - An easy-to-use tool for answering students questions with voiceover recording Dr BHOJAN ANAND LIFT & TEG Grant: Start date: June 2014 End date: Dec 2015 + ShowNTell Problem Statement & Motivation

More information

Teaching and Learning with Technology Seminar

Teaching and Learning with Technology Seminar Teaching and Learning with Technology Seminar Media Guide #1 - Web Based Resources for Training Project 4 Overview By: Jennifer Maddrell Submitted: December 3, 2006 For: Professor Boling Indiana University

More information

Web Meeting. User Guide

Web Meeting. User Guide Tools@WORK Web Meeting User Guide Tools@WORK Web Meeting User Guide Table of Contents 1 Manage your meeting - The basics - Schedule your first meeting - Inviting people to your meeting - View meeting details

More information

WebEx. Web Conferencing Tool. Fordham IT

WebEx. Web Conferencing Tool. Fordham IT WebEx Web Conferencing Tool STUDENT User Guide Fordham IT Contents WebEx Student User Guide Schedule a Meeting Using the WebEx Meeting Site 1 WebEx Scheduling Template 2 Join a Meeting 4 Participate in

More information

The Virtual Classroom

The Virtual Classroom ADOBE CONNECT The Virtual Classroom For help or information, please contact: Cheryl Farren Tkacs cft10@psu.edu 724-430-4100 ext. 4634 A Student Guide 2 Adobe Connect Desktop Videoconferencing On the next

More information

Unified Meeting 5 User Guide for Windows

Unified Meeting 5 User Guide for Windows Unified Meeting 5 User Guide for Windows Unified Meeting 5 is a web based tool that puts you in complete control of all aspects of your meeting including scheduling, managing and securing your meetings.

More information

Course Design, Representation and Browser for Web Based Education

Course Design, Representation and Browser for Web Based Education Course Design, Representation and Browser for Web Based Education KUNAL CHAWLA Department of Information Technology Indian Institute of Information Technology Allahabad, Uttar Pradesh INDIA Abstract: -

More information

Zoom Training. Welcome, and thank you for joining! For the things we have to learn before we can do them, we learn by doing them...

Zoom Training. Welcome, and thank you for joining! For the things we have to learn before we can do them, we learn by doing them... Welcome, and thank you for joining! For the things we have to learn before we can do them, we learn by doing them... - Aristotle To be a teacher in the right sense is to be a learner. - Kierkegaard Please

More information

USING SVG XML FOR REPRESENTATION OF HISTORICAL GRAPHICAL DATA

USING SVG XML FOR REPRESENTATION OF HISTORICAL GRAPHICAL DATA Преглед НЦД 9 (2006), 39 45 Dušan Tošić, Vladimir Filipović, (Matematički fakultet, Beograd) Jozef Kratica (Matematički institut SANU, Beograd) USING SVG XML FOR REPRESENTATION OF HISTORICAL GRAPHICAL

More information

How to Test and Use the Cisco WebEx Client

How to Test and Use the Cisco WebEx Client Introduction When you register for one of our classes, all of the information you ll need to attend the class, access labs and reach out for support are centralized in our Registration Info Tab in the

More information

Online Rooms: Educator Guide. Online Rooms. Introduction to Online Rooms

Online Rooms: Educator Guide. Online Rooms. Introduction to Online Rooms Online Rooms: Educator Guide Online Rooms Introduction to Online Rooms Author: Kev Lavery Last Updated: 26/09/2016 In this guide you will learn about: Accessing Online Rooms Setting up a meeting room Checking

More information

YU Kaltura Media Package User's Guide For version 1.1.x. Written by Media and Information Technology Center, Yamaguchi University.

YU Kaltura Media Package User's Guide For version 1.1.x. Written by Media and Information Technology Center, Yamaguchi University. YU Kaltura Media Package User's Guide For version 1.1.x Written by Media and Information Technology Center, Yamaguchi University. May 22th, 2018 Table of contents 1. Summary... 2 2. Installation... 4 2.1

More information

Canvas Student Tutorial

Canvas Student Tutorial Canvas Student Tutorial Canvas is an online tool used in both our on- campus and online courses for class announcements, syllabi, and specific assignments. Star Academics (SA) on- campus students will

More information

Edmodo for Teachers Guide (Taken directly from Edmodo s site.)

Edmodo for Teachers Guide (Taken directly from Edmodo s site.) Edmodo for Teachers Guide (Taken directly from Edmodo s site.) Table of Contents: 1. Teacher Sign Up 2. Create a Group 3. Manage Your Groups 4. Small Group 5. Co-Teaching 6. Student Sign up 7. Post a Message

More information

ESME Online Introduction to the Adobe Connect Platform

ESME Online Introduction to the Adobe Connect Platform ESME Online Introduction to the Adobe Connect Platform The ESME Online Webinars will be presented via the Adobe Connect platform. Adobe Connect is essentially a web conferencing system which replicates

More information

Collaborate Ultra in D2L Brightspace Guide for Moderating and Presenting

Collaborate Ultra in D2L Brightspace Guide for Moderating and Presenting Collaborate Ultra in D2L Brightspace Guide for Collaborate is a web-based video conferencing system allowing participants to engage in twoway audio, multi-point video, interactive whiteboard, application

More information

About MiTeam. MiTeam Stream. MiTeam on MiCollab for PC, MAC Client, and Web Client. MiTeam Stream tabs. Create a Stream.

About MiTeam. MiTeam Stream. MiTeam on MiCollab for PC, MAC Client, and Web Client. MiTeam Stream tabs. Create a Stream. QMiTeam for Enterprise Quick Reference Guide About MiTeam MiTeam is a work stream communications and collaboration tool that provides a highly collaborative and persistent workspace for team-meetings,

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

TrainingCenter Getting Started Guide

TrainingCenter Getting Started Guide TrainingCenter Getting Started Guide This guide introduces you to TrainingCenter and provides basic information about using its many features. For more information about using these features, refer to

More information

DoConference Web Conferencing: DoMore DoConference

DoConference Web Conferencing: DoMore DoConference DoConference Web Conferencing: DoMore DoConference Use DoConference Conferencing for: Training and E-Learning Deliver interactive online classes, E-Learning sessions and educate easily and affordably.

More information

SchoolMessenger App. Teacher User Guide - Web. West Corporation. 100 Enterprise Way, Suite A-300. Scotts Valley, CA

SchoolMessenger App. Teacher User Guide - Web. West Corporation. 100 Enterprise Way, Suite A-300. Scotts Valley, CA SchoolMessenger App Teacher User Guide - Web West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Welcome!... 3 SchoolMessenger and the

More information

Prezi: Moving beyond Slides

Prezi: Moving beyond Slides [ Prezi: Moving beyond Slides ] by: Charina Ong Centre for Development of Teaching and Learning National University of Singapore Table of Contents About the Workshop... i Workshop Objectives... i Session

More information

MeetingPlaza Version 8.0

MeetingPlaza Version 8.0 MeetingPlaza Version 8.0 Reference manual for Chairperson or Administrator, Lecturer (For License Package) NTT-IT Corporation July, 2016 MeetingPlaza is a registered trademark of NTT-IT Corporation. The

More information

Moodle Student Introduction

Moodle Student Introduction Moodle Student Introduction City College Plymouth has chosen Moodle 1 as its Managed Learning Environment (MLE) to help support your learning, whatever course you are studying. Moodle courses are created

More information

CONFERENCING & COLLABORATION

CONFERENCING & COLLABORATION F E A T U R E C O M P A R I S O N M A T R I Web Conferencing Product Comparison We offer a range of web conferencing solutions designed for use with different types of meetings: from less formal on-the-fly

More information

Spontania Administrators Manual

Spontania Administrators Manual Spontania Administrators Manual ClearOne 5225 Wiley Post Way Suite 500 Salt Lake City, UT 84116 Telephone 1.800.945.7730 1.801.975.7200 Spontania Support 801-974-3612 TechSales 1.800.705.2103 FAX 1.801.977-0087

More information

Table of Contents. System Requirements

Table of Contents. System Requirements Table of Contents System Requirements 1 Getting Started 1 Access Collaborate 2 The Session Administration System 3 Create and Edit Sessions 4 In Collaborate 5 The Interface 5 Recordings 6 Use Your Phone

More information

GLOBALMEET USER GUIDE

GLOBALMEET USER GUIDE GLOBALMEET USER GUIDE Release 3.8.1 July 2016 TABLE OF CONTENTS GlobalMeet Overview 4 Get the GlobalMeet Desktop Tools 5 Download and Install GlobalMeet 5 System Requirements 5 Getting Started 6 Sign in

More information

Cisco Spark Windows Reference Guide

Cisco Spark Windows Reference Guide Cisco Spark Windows Reference Guide ICIT Technology Training Department Training@uww.edu Updated on April 10, 2018 1 TABLE OF CONTENTS 1 Table of Contents... 2 2 About Cisco Spark for Windows... 4 3 Installing

More information

One-Click Meeting User s Guide

One-Click Meeting User s Guide One-Click Meeting User s Guide Table of Contents About this Guide 2 What is One-Click 2 System Requirements 2 Setting up a One-Click Meeting 2 About the One-Click Meeting Setup Wizard 3 Audio Conference

More information

Module 4: Communication

Module 4: Communication Module : Communication Calendar: Adding An Event I Calendar: Adding An Event II Calendar: Editing An Event Host a Real-Time Conference I Host a Real-Time Conference II Host a Real-Time Conference III Make

More information

Breeze at Penn State. About meeting roles and permissions

Breeze at Penn State. About meeting roles and permissions Breeze at Penn State About meeting roles and permissions There are three roles for meeting room attendees: the Host role, the Presenter role, and the Participant role. Each role has different rights in

More information

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements

Introduction. Paradigm Publishing. SNAP for Microsoft Office SNAP for Our Digital World. System Requirements Introduction Paradigm Publishing Paradigm understands the needs of today s educators and exceeds the demand by offering the latest technological advancements for coursework settings. With the success of

More information

Overview System Requirements New features/enhancements in A-VIEW Known Issues Contact Us... 7

Overview System Requirements New features/enhancements in A-VIEW Known Issues Contact Us... 7 Release Notes A-VIEW 4.0 Page 1 of 7 Contents Overview... 2 System Requirements... 2 New features/enhancements in A-VIEW 4.0... 2 Known Issues... 5 Contact Us... 7 Release Notes A-VIEW 4.0 Page 2 of 7

More information

Jabber Messenger Online Help

Jabber Messenger Online Help Jabber Messenger 3.2.1 Online Help Table Of Contents Welcome... 1 Welcome... 1 What's New in this Release?... 2 Getting Started... 3 Logging In... 3 Creating a New Account... 6 Using Jabber Messenger...

More information

User Manual for Student. Moodle Administrator

User Manual for Student. Moodle Administrator User Manual for Student Moodle Administrator 1.Introduction About this document This document is part of a Moodle Learning Management System(LMS) documentation Start Guides for Students. What is Moodle?

More information

What is Adobe Connect Pro? Setting up a Meeting. Using Adobe Connect Pro

What is Adobe Connect Pro? Setting up a Meeting. Using Adobe Connect Pro What is Adobe Connect Pro? Adobe Acrobat Connect Pro is a Flash based application that allows you to have real-time, multi-point meetings and class sessions that participants can access through a web browser.

More information

QUICK START GUIDE NTS HOSTED PBX CALL MANAGER. Welcome. Getting Oriented

QUICK START GUIDE NTS HOSTED PBX CALL MANAGER.   Welcome. Getting Oriented QUICK START GUIDE NTS HOSTED PBX Welcome Welcome to NTS Hosted PBX! This guide is intended to get you up and running with the basic features associated with the product. For more in-depth information,

More information

Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements.

Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements. Adobe Connect 9.7 Release Notes Learn about the latest offerings in Adobe Connect. This article summarizes the new features and enhancements. Adobe Connect is a web conferencing solution for web meetings,

More information

Wimba Pronto. Version 2.0. User Guide

Wimba Pronto. Version 2.0. User Guide Wimba Pronto Version 2.0 User Guide Wimba Pronto 2.0 User Guide Welcome to Wimba Pronto 1 What's New in Wimba Pronto 2.0 2 Getting Started 3 Wimba Pronto System Requirements 3 Creating a New Wimba Pronto

More information

MOBILE APP ATTENDEE TRAINING MANUAL

MOBILE APP ATTENDEE TRAINING MANUAL MOBILE APP ATTENDEE TRAINING MANUAL May 20, 2015 Version 1.3.000 Page 1 of 23 TABLE OF CONTENTS DOWNLOAD THE JIGSAW MOBILE APP... 3 LOGIN... 4 VIRTUAL CLASSROOM MOBILE APP (Presenters and Attendees)...

More information

Google Classroom User Manual

Google Classroom User Manual Google Classroom User Manual Table of Contents Table of Contents 1 Google Classroom on a Computer 3 1: Making an Account 3 2: Change Your Profile Photo 5 3: Customize your Notifications 7 4: Join a Class

More information

Blackboard Collaborate for Faculty

Blackboard Collaborate for Faculty New York City College of Technology Instructional Technology & Technology Enhancement Center -- itec Blackboard Collaborate for Faculty Contact Information: 718-254-8565 ITEC@citytech.cuny.edu System Requirements:

More information

Version Moodle Module v3.0 for Web Conferencing Configuration and Installation Guide

Version Moodle Module v3.0 for Web Conferencing Configuration and Installation Guide Version 12.5 Moodle Module v3.0 for Web Conferencing Configuration and Installation Guide June 1, 2013 Table of Contents Preface 1 Purpose of This Guide 1 Audience 1 Help and Other Resources 2 Technical

More information

USING SVG XML FOR REPRESENTATION OF HISTORICAL GRAPHICAL DATA

USING SVG XML FOR REPRESENTATION OF HISTORICAL GRAPHICAL DATA Преглед НЦД 9 (2006), 39 45 Dušan Tošić, Vladimir Filipović, (Matematički fakultet, Beograd) Jozef Kratica (Matematički institut SANU, Beograd) USING SVG XML FOR REPRESENTATION OF HISTORICAL GRAPHICAL

More information

SI Training for Online Sessions

SI Training for Online Sessions SI Training for Online Sessions WebEx Follow the instructions below to schedule, conduct, and record online SI sessions. Logging In 1. Open a web browser and go to https://tamucc.webex.com, click Log In

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

Unified Meeting User Guide

Unified Meeting User Guide Unified Meeting User Guide v4.4.4 Unified Meeting lets you quickly and easily bring people together from anywhere in the world so they can see what you want to show them, hear what you have to say and

More information

MindTap Math Foundations Instructor s Guide to Communication Tools

MindTap Math Foundations Instructor s Guide to Communication Tools MindTap Math Foundations Instructor s Guide to Communication Tools Contents Introduction 2 Message Center 2 Setting Up Your Profile 3 Contact List 4 1. Adding New Contacts 4 2. Searching Your Contacts

More information

Collaborate Ultra. Presenter Guide for D2L Brightspace. University Information Technology Services

Collaborate Ultra. Presenter Guide for D2L Brightspace. University Information Technology Services Collaborate Ultra Presenter Guide for D2L Brightspace University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2017 KSU Division of University Information

More information

Guide to Collaborate

Guide to Collaborate Guide to Collaborate Collaborate is a tool that integrates Blackboard Collaborate into OWL, providing an interactive online learning environment. Instructors, faculty, and staff use it to create virtual

More information

2. Zoom Video Webinar runs on Windows, macos, Linux, Chrome OS, ios, Android, and

2. Zoom Video Webinar runs on Windows, macos, Linux, Chrome OS, ios, Android, and Date: August 24, 2018 Name of Product: Zoom Video Conferencing and Webinar v4.1 (ios) Contact for more Information: access@zoom.us Zoom's video communications product suite runs on mobile, desktop, and

More information

Bridgit, Connected Classroom Technologies & Adobe Connect Professional Learning Workbook Name:

Bridgit, Connected Classroom Technologies & Adobe Connect Professional Learning Workbook Name: Bridgit, Connected Classroom Technologies & Adobe Connect Professional Learning Workbook Name: Bridgit Software The Bridgit Conferencing Software enables users to share their desktop. Users must be within

More information

2. Zoom Video Webinar runs on Windows, macos, Linux, Chrome OS, ios, Android, and

2. Zoom Video Webinar runs on Windows, macos, Linux, Chrome OS, ios, Android, and Date: August 24, 2018 Name of Product: Zoom Video Conferencing and Webinar v4.1 (macos) Contact for more Information: access@zoom.us Zoom's video communications product suite runs on mobile, desktop, and

More information

Blackboard Collaborate Basics

Blackboard Collaborate Basics Blackboard Collaborate Basics 2017 Table of Contents Blackboard Collaborate Overview... 4 Terms and Technical Requirements... 4 Technical Requirements... 4 Create a Session... 5 Blackboard Collaborate

More information

Web Conferencing in Canvas

Web Conferencing in Canvas Web Conferencing in Canvas 11/2017 Overview: What is Web Conferencing Web conferencing tools allow individuals to meet online via video and/or audio stream and collaborate by sharing files, presentations,

More information

Introducing IBM Lotus Sametime 7.5 software.

Introducing IBM Lotus Sametime 7.5 software. Real-time collaboration solutions March 2006 Introducing IBM Lotus Sametime 7.5 software. Adam Gartenberg Offering Manager, Real-time and Team Collaboration Page 2 Contents 2 Introduction 3 Enhanced instant

More information

Ian Hall Update: 26 June 2012 COMMUNICATION SERVICES AVAILABLE

Ian Hall Update: 26 June 2012 COMMUNICATION SERVICES AVAILABLE Ian Hall Update: 26 June 2012 COMMUNICATION SERVICES AVAILABLE Why ftalk? Faster and more accessible than Facebook chat, No need to open Facebook. Get notified when friends come online, Update your status

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

SchoolMessenger App. User Guide - Mobile (Android) 100 Enterprise Way, Suite A-300. Scotts Valley, CA

SchoolMessenger App. User Guide - Mobile (Android) 100 Enterprise Way, Suite A-300. Scotts Valley, CA COMMUNICATE SchoolMessenger App User Guide - Mobile (Android) West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 888-527-5225 www.schoolmessenger.com Table of Contents WELCOME!...

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

2. Zoom Video Webinar runs on Windows, macos, Linux, Chrome OS, ios, Android, and

2. Zoom Video Webinar runs on Windows, macos, Linux, Chrome OS, ios, Android, and Date: Jan 23, 2019 Name of Product: Zoom Rooms Controller v4.3.6 (ipad) Contact for more Information: access@zoom.us Zoom's video communications product suite runs on mobile, desktop, and conference room

More information

Copyright and Trademark Information Trademarks Disclaimer; No Warranty

Copyright and Trademark Information Trademarks Disclaimer; No Warranty Copyright and Trademark Information Under the copyright laws, this document may not be copied, photocopied, reproduced, translated, or reduced to any electronic medium or machine-readable form, in whole

More information

Student Guide to Collaborate

Student Guide to Collaborate Student Guide to Collaborate Collaborate is a tool that integrates Blackboard Collaborate into OWL, providing an interactive online learning environment. Instructors use it to create virtual classrooms

More information

SchoolMessenger App. Teacher User Guide - Web. West Corporation. 100 Enterprise Way, Suite A-300. Scotts Valley, CA

SchoolMessenger App. Teacher User Guide - Web. West Corporation. 100 Enterprise Way, Suite A-300. Scotts Valley, CA SchoolMessenger App Teacher User Guide - Web West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents Welcome!... 3 SchoolMessenger and the

More information

SchoolMessenger App. Parent and Student User Guide - Website. West Corporation. 100 Enterprise Way, Suite A-300. Scotts Valley, CA

SchoolMessenger App. Parent and Student User Guide - Website. West Corporation. 100 Enterprise Way, Suite A-300. Scotts Valley, CA SchoolMessenger App Parent and Student User Guide - Website West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Table of Contents WELCOME!... 3

More information

About This Guide 1. Terminology Used in this Guide 1 System Requirements 1. Getting Started 2. Downloading and Installing Meeting Software 2

About This Guide 1. Terminology Used in this Guide 1 System Requirements 1. Getting Started 2. Downloading and Installing Meeting Software 2 RP1Cloud User Guide Contents About This Guide 1 Terminology Used in this Guide 1 System Requirements 1 Getting Started 2 Downloading and Installing Meeting Software 2 Install the Plug-in 2 Install the

More information

Getting Started with Adobe Connect

Getting Started with Adobe Connect Contents Getting Started with Adobe Connect... 2 Starting a Meeting with Adobe Connect... 5 How to Record Your Adobe Connect Session... 12 Additional Adobe Connect Resources... 16 Adobe Connect Mobile

More information

Training Module. 1.0 Getting Started with Google+ Hangouts (Teacher)

Training Module. 1.0 Getting Started with Google+ Hangouts (Teacher) Training Module 1.0 Getting Started with Google+ Hangouts (Teacher) 0 Google+ Hangouts: Complete guide for Teacher Table of Content Table of Content Requirements for Hangout 1.0 Getting Started 1.1 Activate

More information

Beginner Level. Adobe Connect Pro

Beginner Level. Adobe Connect Pro Adobe Connect Pro Topic Page Number Overview 2 Prerequisite Terms 2 System Requirements 4 Logging into an Adobe Connect meeting 5 The Meeting Room 6 Meeting Preflight 8 Working in an Adobe Connect meeting

More information

STUDENT HELP & WALKTHROUGH

STUDENT HELP & WALKTHROUGH STUDENT HELP & WALKTHROUGH 2015 Jones & Bartlett Learning, LLC, An Ascend Learning Company Contents What are the browser and system requirements for running Navigate 2? 3 Why does Navigate 2 run a System

More information

Visual Presenter Visual Webcaster

Visual Presenter Visual Webcaster ) Visual Presenter Visual Webcaster Last Revised 8/3/11 Powered by Table of Contents Overview 3 System Requirements 4-5 Login 6 Main Menu 7 Preparing for the Event Presenter 8-12 Slides 13-20 URL s 21-23

More information

Webcasting. Features. Event Plus Webcast. Use the internet to deliver your message and expand your reach. Basic package.

Webcasting. Features. Event Plus Webcast. Use the internet to deliver your message and expand your reach. Basic package. Webcasting Use the internet to deliver your message and expand your reach Webcasting is a cost effective conferencing solution that enables you to communicate and deliver a consistent message via the internet

More information

Elluminate Enabling the Tool and Creating a Session

Elluminate Enabling the Tool and Creating a Session Elluminate Enabling the Tool and Creating a Session Elluminate provides the opportunity for synchronous distance learning and collaboration. This tool goes beyond the Blackboard Virtual Classroom by incorporating

More information

Wimba Pronto. Version 3.1. User Guide

Wimba Pronto. Version 3.1. User Guide Wimba Pronto Version 3.1 User Guide Wimba Pronto 3.1 User Guide Welcome to Wimba Pronto 1 Top Wimba Pronto Features 1 What's New in Wimba Pronto? 3 Getting Started 4 Wimba Pronto System Requirements 4

More information

SchoolMessenger App. User Guide - Mobile (Android) 100 Enterprise Way, Suite A-300. Scotts Valley, CA

SchoolMessenger App. User Guide - Mobile (Android) 100 Enterprise Way, Suite A-300. Scotts Valley, CA COMMUNICATE SchoolMessenger App User Guide - Mobile (Android) West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 888-527-5225 www.schoolmessenger.com Table of Contents WELCOME!...

More information

Enabling Collaborate Ultra in a Blackboard Course

Enabling Collaborate Ultra in a Blackboard Course Enabling Collaborate Ultra in a Blackboard Course Collaborate Ultra is an alternative Webconference which can be used in place of (or in addition to) the original Collaborate Classic. UA has no plans to

More information