Role-Coll Role Based Collaboration Software

Size: px
Start display at page:

Download "Role-Coll Role Based Collaboration Software"

Transcription

1 Department of Computer Science University of Nevada, Reno Role-Coll Software Requirements Specification CS /03/2006 Software Team: Harold De Armas, Erik Hanchett, Raymond Lee, Zack Norcross Business Team: Mark Tyman, Max Volger Internal Advisors: Sergiu Dascalu, PhD., Gary Valiere PhD. Page 1 of 20

2 Table of Contents 1 INTRODUCTION REQUIREMENTS FUNCTIONAL Global Music Module NON-FUNCTIONAL USE CASE MODELING USE CASE DIAGRAM USE CASE DESCRIPTIONS DETAILED USE CASES SCENARIOS REQUIREMENT TRACEABILIT MATRIX INITIAL SNAPSHOTS GLOSSAR OF TERMS REFERENCES CONTRIBUTION OF TEAM MEMBERS DE ARMAS ERIK HANCHETT RAMOND LEE ZACK NORCROSS Page 2 of 20

3 1 Introduction The objective of Role-Coll is to be an interactive collaboration product. The proposed product will allow multiple interested parties to have visual input on a document or conversation. However the product will have built in intelligence as to which users input will be displayed by default and which users input to shared only if it is approved by their superior. The aptly named Role-Coll, short for Role-based collaboration software, will allow users to share collaboration freely at their own level and their superiors will be able to filter the input from all of their subordinates. Role-Coll will also incorporate modularity to allow for different modules to be plugged in as the subject of the conversations change. For instance, a music plug-in would allow collaboration from and entire band or orchestra on a single piece of music. Each section would be able to make their own notes on their music and the conductor could filter out only the notes that he saw useful. Collaborative software allows multiple users to contribute to multiple documents in a way that every user contributes to the creation of the document they are working on. This is a very powerful tool because it allows input from a variety of users and the users feel part of the creative process. Collaboration software could be improved in two key areas, by adding roles to each of the users, and by allowing for more variation in the documents that are being collaborated on. Our project will be focused on two key improvements to collaboration software. The first improvement is the addition of user roles. In current collaboration software, everyone is editing the same document, and everyone has the same privileges to do so. With the addition of roles, users are organized in a hierarchy such that there are leaders and subordinates. Another important distinction is that every user has a copy of the document that is unique to them. Everyone may make changes to their document that is not reflected in the collaborated document, much like making liner notes in a real document. The roles come in place when a leader submits a change to subordinates. The change is applied automatically and users have the ability to modify it in their own document. If a subordinate has a modification they would like to make in a document, they would need to submit it to the leader for approval. Then the leader can chose to apply the modification or discard it. The second improvement proposed to collaboration software is that of how a document is defined. Collaboration does not only happen on text documents and whiteboards. Engineers need to create and edit circuit diagrams and using a simple whiteboard would be tedious. The particular interest of this group is music notation. In rehearsals of symphony orchestras, a large collaboration effort is taking place where the document being collaborated on is a piece of sheet music. Sheet music is another unique document that is not easily described by a text editor or a whiteboard. Along with the ability to enforce roles in the collaboration process, the software should also allow for a wider variety of collaboration through the implementation of modules. Role-Coll should come with the standard modules that allow for text editing and use of a whiteboard. Role-Coll should also feature an interface by which a user can create a system the application can use to display, interpret, and modify a collaborative document. Since Role-Coll is a modular project, future developments can include a larger library of modules. Role-Coll might be enhanced to support a wider variety of Page 3 of 20

4 modules that were not thought of in initial conception. A web interface could be created so users can view and make basic changes to the document. 2 Requirements 2.1 Functional Global R Priority Description Role-Coll shall display a collaborative document in the document R01 P1 R02 P1 window. Role-Coll shall display collaborative notes on the document in the document window. R03 P1 Role-Coll shall allow users to hide notes they do not wish to see. R04 P1 Roll-Coll shall allow an administrator to assign roles. R05 P1 Role-Coll shall be able to determine the role of a user upon login. R06 P1 Role-Coll shall have a live collaboration mode to allow concurrent changes to be made to a shared document. R07 P1 Role-Coll shall distribute notes based on role. R08 P1 Role-Coll shall display the connection status of each user. R09 P2 Role-Coll shall support modules geared towards different situations or markets (i.e. Football module, Music module, etc.) R10 P2 Role-Coll shall authenticate users login at login. R11 P2 Role-Coll shall include a panel that allows users to view other users document panel. R12 P2 Role-Coll shall save edited documents and comments associated with them. R13 P3 Role-Coll shall support multiple file formats including but not limited to jpeg, gif, word, excel and text files Music Module R Priority Description R14 P2 Role-Coll shall include a performance mode that will display the musical document using the entire screen. R15 P2 Role-Coll shall associate notes with musical artifacts. R16 P2 Role-Coll shall read in music via xml. Page 4 of 20

5 2.2 Non-Functional R Priority Description T01 P1 Role-Coll shall allow different users different abilities based on role. T02 P1 Role-Coll shall be implemented in Java and C#. T03 P1 Role-Coll shall have a central repository for all documents. T04 P1 Role-Coll shall handle concurrency problems when multiple users are editing the document. T05 P1 Role-Coll shall be able to update any edited document dynamically. T06 P2 Role-Coll shall require at least two networked systems to allow collaboration. T07 P2 Role-Coll shall be available to users both online and offline. T08 P3 Role-Coll shall be cross-platform compatible. Page 5 of 20

6 3 Use Case Modeling 3.1 Use Case Diagram Page 6 of 20

7 3.2 Use Case Descriptions UC Name Description UC01 OpenDocument The user can load a preexisting document by selecting the Open option from the File menu. The user selects the document to load by selecting from a file selection dialog. UC02 SaveDocument The user can save documents they have edited by selecting the Save option from the File menu. The user will enter the name of the file when saving the document. UC03 DiffDocument The user can compare two selected documents to view the differences between the document on their local drive and the document shared between users. UC04 AssignRoles The administrator can assign a role to each user. UC05 ChangeView The user can view the document panel of any user they are superior to. UC06 AddNote The user can add a new note to the current document. This note will be able to be move to any portion of the document. UC07 HideNotes The user can hide notes on the current document. This will still be visible in the note list. UC08 DeleteNotes The user can delete any visible note via either the document panel or the note list. UC09 ViewHelp The user can view instructions for program operation in the Help menu. UC10 Login The user will be prompted to login each time the program is loaded. 3.3 Detailed Use Cases Use Case ID: Actor: Precondition: Flow of Events Postcondition: Use Case : AssignRoles UC04 User 1. A administrator is logged in 1) The administrator will see all users in left hand panel 2) By right clicking on any of the users he will get an option to assign roles 3) After clicking a menu will open up to allow assignment of role 4) User can click save to save the role assignment, or cancel to stop assignment The role is assigned to the user selected Page 7 of 20

8 Use Case ID: Actor: Precondition: Flow of Events Postcondition: Use Case ID: Actor: Precondition: Flow of Events Postcondition: Use Case ID: Actor: Precondition: Flow of Events Postcondition: Use Case : OpenDocument UC01 User 1. A user is logged in and valid 1) The use case starts when the user selects a document from the document list 2) Role-Coll determines the document type 3) If the document type is supported a) Role-Coll uses document information to load the document appropriately b) Role-Coll brings up the appropriate document tools The document is open and ready for editing Use Case: SaveDocument UC02 User 1. A user is logged in and valid 1) The use case starts when the user saves an open document. 2) Role-Coll determines the document type 3) Role-Coll uses document information to save the document appropriately 4) Role-Coll determines the source document and maintains the document history The document is saved and ready for retrieval Use Case: DiffDocument UC03 User 1. A user is logged in and valid 1) The use case starts when the user views a document s history 2) Role-Coll determines the documents type 3) Role-Coll uses document information to load the documents appropriately 4) Role-Coll uses document information to generate a diff 5) Role-Coll displays the diff of multiple documents The documents are open and available for selection. Page 8 of 20

9 Use Case ID: Actor: Precondition: Flow of Events Postcondition: 4 Scenarios Scenario ID: Actor: Precondition: Primary Scenario: Postcondition: Scenario ID: Actor: Precondition: Primary Scenario: Postcondition: Use Case: ChangeView UC05 User 1. A user is logged in and valid 1) A user can see in the left hand panel other users. 2) Double clicking on the user will change the view to the users view panel 3) User can switch back to their view by click their name in the list New view is displayed Scenario: Load S01 User 1. Role-Coll is installed 1) The user launches the program 2) Prompt the user to login 3) The user is authenticated 4) The user s default view loads user view panels 5) The user opens a document The program is open and ready to use Scenario: Exit S02 User 1. A user is logged in and the program is running 1) The user chooses to close the program a) By clicking the x in the top right corner b) By choosing Exit from the File menu 2) The user is prompted to save any unsaved documents 3) The documents are saved if the user chooses to save them 4) The program exits without any errors 5) The user is returned to the operating system Role-Coll is no longer running Page 9 of 20

10 Scenario ID: Actor: Precondition: Primary Scenario: Postcondition: Scenario ID: Actor: Precondition: Primary Scenario: Postcondition: Scenario: Create User S03 Administrator 1. A administrator is logged into the sys-admin portion of Role- Coll 1) The administrator chooses New from the File menu 2) The administrator is prompted to enter a new user ID and password 3) The user is registered and displayed in the users panel 4) The administrator assigns the user to a group 5) The user is registered to the associated group The new user is registered and ready for use Scenario: Create Note S04 User 1. A user is logged in and editing a document 1) The user chooses New from the File menu 2) The user is prompted for the type of new object 3) Note is chosen 4) The user decides where to set the note 5) The user types comments into the note New note has been created for the current document 5 Requirement Traceability Matrix USE CASES REQUIREMENTS UC01 UC02 UC03 UC04 UC05 UC06 UC07 UC08 UC09 UC10 R01 X X X X X X R02 X X X X R03 X X X X R04 X R05 X X R06 X X R07 X X X X X R08 X X R09 X X R10 X X X X R11 X X X R12 X R13 X X X Page 10 of 20

11 6 Initial Snapshots Fig. 1 This screen shot shows an initial look at all of the different view panels. Page 11 of 20

12 Role-Coll Manage Roles - O X File Edit View Etc.. President Vice President Project #1 Leader Project # 2 Leader Project # 3 leader Project # 4 Leader Cronie # 1 Helper # 1 Bashful Cronie # 2 Helper # 2 Doc Cronie # 3 Helper # 3 Dopey Cronie # 4 Grumpy Happy Sleepy Sneezy Fig. 2 This screenshot shows the initial design of admin screen. Page 12 of 20

13 Fig. 3 This screenshot shows a more refined view of the main document screen. Page 13 of 20

14 Fig. 4 This screenshot shows two documents being compared. 7 Glossary of Terms Collaboration Concurrency Database Difference Document GUI To work jointly with others or together especially in an intellectual endeavor The property of systems which consist of computations that execute overlapped in time, and permit the sharing of common resources between those overlapped computations A usually large collection of data organized especially for rapid search and retrieval The element or factor that separates or distinguishes contrasting situations A computer file containing information input by a computer user and usually created with an application Graphical User Interface; the front end of the program where users interact with to use the features in the program Page 14 of 20

15 Key Signature Menu Measure Module Musical Note Musical Staff Repository Role Tool bar Time Signature Use Case Whiteboard XML Real Time The sharps or flats placed after a clef in music to indicate the key A list shown on the display of a computer from which a user can select the operation the computer is to perform A grouping of a specified number of musical beats located between two consecutive vertical lines on a staff Different set of rules, tools, and pictures for a different situation. A written symbol used to indicate duration and pitch of a tone by its shape and position on the staff The horizontal lines with their spaces on which music is written A place, room, or container where something is deposited or stored A function or part performed especially in a particular operation or process. The predefined relative relation to other individuals in a system List of tools available to user to use in the program A sign used in music to indicate meter and usually written as a fraction with the bottom number indicating the kind of note used as a unit of time and the top number indicating the number of units in each measure A use case is a methodology used in system analysis to identify, clarify, and organize system requirements A hard smooth white surface used for writing or drawing on with markers A markup language with use and design similar to HTML but employing tags that indicate the logical structure in addition to the display specifications of the coded data The actual time during which something takes place Page 15 of 20

16 8 References Estand is a music performance assistant tool. It s a tablet pc with built in software that makes it easy to edit or view music. It also includes a foot pedal attachment to allow for easy page turning. It can be used in live performances and has some collaboration tools. It s Role-Coll biggest competitor Imaginationcubed.com is a test site for GE s latest web collaboration tool. It allows for multiple parties to share ideas in a real time whiteboard with others. Users can be invited to join via AOL instant messenger or by . It also has the functionality of replaying or deleting what was drawn Sibelius is a software tool for writing, playing, printing and publishing musical notation. It can be used by anyone, student and teacher alike, to make their music writing easier. It also includes several collections of sounds Finale is a line of products that cater towards the music creator. It allows for complete control over music notation and playback. It also supports both the Mac and PC line of computers The link above is a resource that can be used to develop the editing portion of a document in the application. The white board program allows drawings, for example with a pencil tool, and displays it to both people engaged in the session in real time. The code will help us with how to implement that part of the program. The code only handles a session of two users. Role-Coll will modify it and allow multiple users Open-Xchange is preexisting open source software that already does online collaboration. It has a lot of code for setting up servers to handle different collaboration tasks. Some other features available include: calendars, ing, and more advanced Page 16 of 20

17 functions like forums and bulletin boards. This is a power tool to get Role-Coll up to par with current available software The Babylon chat program is a java chat applet that allows conversations between people like other chat programs. The creator of Babylon released some of the code on this site to help developers. It also has a white board program that can help in the implementation of Role-Coll for our real time collaboration. The program also has some client-server code which will help the networking aspect of Role-Cole. It is written in java so it will not be directly ported over. It can be used as a model for the coding process. 9 Contribution of Team Members 9.1 De Armas Introduction Requirements specification Use case modeling Initial Snapshots Glossary of terms 9.2 Erik Hanchett Requirements specification Use case diagram Glossary of terms List of References 9.3 Raymond Lee List of References Requirements specification Use case modeling Initial Snapshots Use Case Diagram 9.4 Zack Norcross Introduction Overall presentation Requirements specification Use case modeling Requirements traceability matrix Initial Snapshots Scenarios Page 17 of 20

18 Defect Checklist Template for Technical Artifacts Team: 4 Course: CS 425 Project Part: II Note: The notation <X/>, for example <18/24>, indicates that X applies to a team of 3 students, while applies to a team of 4 students. For each check, answer ES or NO Requirements Specification The SRS document has a cover page. the cover page has appropriate information on university, department, course, project title, project part, team name, team members, instructor, and date. has all pages numbered. has a table of contents. the table of contents shows page numbers for all sections and subsections. has an Introduction..the Introduction has at least 400 words and at most 800. Requirements Version no. Review date: Internal Review no. System requirements include at least <18/24> functional requirements. N 16 include <7/9>non-functional requirements. N 8 requirements are organized on 3 levels of priority. functional requirements are related to use cases in a traceability matrix. The use case model contains use cases to initialize and shutdown the application. is not overly complicated. contains at least 7 use cases. contains at least 1 actor. is drawn using the UML notation. Each use case in the use case model consists of a graphical representation in UML notation. a name Page 18 of 20

19 that consists of a verb phrase and conveys the purpose of the use case to reviewers. a meaningful textual description of 2 to 4 lines. actors, each of which is briefly described represents an entity external to the system and has a meaningful name. Each detailed use case is described using a template as in [Arlow and Neustadt 2002]. is initiated by one or more actors. has at least 6 steps. has a unique ID. has pre-condition(s). has post-condition(s). has a normal flow of events. [optional] has alternate flows of events. Overall (regarding detailed use cases) at least <3/4> detailed use cases (with templates) are included in the SRS. Scenarios each scenario relates to a use case. each scenario has a unique ID that relates to a use case is initiated by at least an actor... has at least 5 steps... has pre-condition(s) has post-condition(s) doesn't include if-then-else or loop constructs. Overall (regarding scenarios) at least <3/4> detailed scenarios are included in the SRS. at least one detailed scenario is a primary scenario. Requirements traceability matrix all functional requirements are listed in the matrix. each functional requirement on level 1 of priority is related (traced) to at least 1 use case. each use case is related to at least 1 functional requirement. in the matrix, not all relationships between requirements and use cases are 1 to 1 (that is, relationships N to 1 or/and 1 to N also exist). Snapshots of the user interface at least <3/4> are included in th SRS. each snapshot has a caption Page 19 of 20

20 and a brief description. Glossary of terms at least <15/20> terms are included in the glossary. each term is related to the project's application domain. each term is useful to a non-expert to get a better understanding of the application domain. each term has a description. [optional] some terms have synonyms indicated. [optional] some terms are homonyms (with alternative meanings indicated). List of references at least <4/6> are included in the SRS. each reference has a brief description of between 30 and 60 words. each reference is properly listed such as the reader could get access to it via a web or library search. Checklist (this one!) each check that is not optional has been evaluated and received either a ES or NO answer. at least 1 internal review has been completed. the checklist table (this one) has been included in the SRS or attached to it as an appendix. Contributions of team members each team member is listed. for each team member, the specific sections/subsections (or, if needed, items) of this part of the Project on which he or she has worked are indicated. Other [optional] add checks here Page 20 of 20

Department of Computer Science University of Nevada, Reno. Role-Coll. Role Based Collaboration Software. Project Part I: Concept

Department of Computer Science University of Nevada, Reno. Role-Coll. Role Based Collaboration Software. Project Part I: Concept Department of Computer Science University of Nevada, Reno Role-Coll Role Based Collaboration Software Project Part I: Concept Software Team: Harold De Armas, Erik Hanchett, Raymond Lee, Zack Norcross Business

More information

Role-Coll Role Based Collaboration Software

Role-Coll Role Based Collaboration Software Department of Computer Science University of Nevada, Reno Role-Coll Role Based Collaboration Software CS 425 3/30/2007 Software Team: Harold De Armas, Erik Hanchett, Raymond Lee, Zack Norcross Business

More information

Role-Coll Role Based Collaboration Software

Role-Coll Role Based Collaboration Software Department of Computer Science University of Nevada, Reno Role-Coll Role Based Collaboration Software CS 425 3/30/2007 Software Team: Harold De Armas, Erik Hanchett, Raymond Lee, Zack Norcross Business

More information

Requirements Modeling

Requirements Modeling 250 STORM: Software Tool for the Organization of Requirements Modeling Sergiu Dascalu, Eric Fritzinger, Narayan Debnath, Olusegun Akinwale Abstract-Software Engineering is a field of computer science with

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

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

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

Chat Activity. Moodle: Collaborative Activities & Blocks. Creating Chats

Chat Activity. Moodle: Collaborative Activities & Blocks. Creating Chats Chat Activity The Moodle chat tool allows communication between instructors and students in real time. Unlike in discussion forums, which are a means for asynchronous communication, online chat sessions

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

Workshop Scheduler Admin Manual

Workshop Scheduler Admin Manual Workshop Scheduler Admin Manual This application and the documentation were developed by the Center for Academic Excelence group of Appalachian State University. Copyright 2016. All rights reserved. rev

More information

MOODLE MANUAL TABLE OF CONTENTS

MOODLE MANUAL TABLE OF CONTENTS 1 MOODLE MANUAL TABLE OF CONTENTS Introduction to Moodle...1 Logging In... 2 Moodle Icons...6 Course Layout and Blocks...8 Changing Your Profile...10 Create new Course...12 Editing Your Course...15 Adding

More information

Moving to ilinc from WebEx

Moving to ilinc from WebEx Moving to from About This Guide Communications has developed a powerful yet remarkably easy to use suite of software products that take full advantage of leading-edge Internet, audio, and network communication

More information

Customized Net Conference with Cisco WebEx Training Center

Customized Net Conference with Cisco WebEx Training Center Customized Net Conference with Cisco WebEx Training Center This Quick Start User Guide for Customized Net Conference with Cisco WebEx Training Center details how to access the Cisco WebEx Training Center

More information

Software Specification of the GORT Environment for 3D Modeling

Software Specification of the GORT Environment for 3D Modeling Software Specification of the GORT Environment for 3D Modeling Thoren McDole, Haipin Cua, Chang Huang, Leon Kania, Sergiu Dascalu, Fred Harris Department of Computer Science University of Nevada, Reno,

More information

Technology Training Center. WebEx Meeting Center User Guide

Technology Training Center. WebEx Meeting Center User Guide Technology Training Center WebEx Meeting Center User Guide Updated 9/26/2017 Table of Contents ACCESSING WEBEX AS A PARTICIPANT... 1 Joining a WebEx as a Participant... 1 Audio and Video Connection...

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

Course Code and Name Year - Semester. Number of marks

Course Code and Name Year - Semester. Number of marks UNIVERSITY NAME Faculty Name Department Name Course Code and Name Year - Semester Course website address Analysis Assignment/Project Time Logger Due: Date & Time Number of marks Problem statement for the

More information

Blackboard Collaborate Classroom in D2L Brightspace Daylight Experience

Blackboard Collaborate Classroom in D2L Brightspace Daylight Experience Blackboard Collaborate Classroom in D2L Brightspace Daylight Experience Moderators Guide University Information Technology Services Learning Technology, Training, Audiovisual, and Outreach Copyright 2018

More information

JMWeb Online Help

JMWeb Online Help Table Of Contents Contents Welcome to Jabber Messenger for the Web... 3 What do you want to do?... 3 Adding Contacts... 4 Chatting with Contacts... 5 What is Presence?... 7 Presence types... 7 Your presence...

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

Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon. All Completed SRS2 Steps

Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon. All Completed SRS2 Steps Software Requirements Document for Graffiti Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon Version Date Author Change 0.1 09/13/ SM Initial Document 07 0.2 09/22/

More information

User Documentation. Studywiz Learning Environment. Student's Guide

User Documentation. Studywiz Learning Environment. Student's Guide User Documentation Studywiz Learning Environment Student's Guide Studywiz Learning Environment Student's Guide Contents 1 Introduction 4 1.1 Studywiz 4 1.2 The Studywiz Student s Guide 4 2 What s New

More information

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Software Requirements Specification For OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Version 1.0 Prepared by Priyanka Manchanda and Shabna T.R. GROUP 2 - OPTIMIZING MOODLE LMS TO

More information

Wimba Pronto. Version 2.1. User Guide

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

More information

Blackboard. Voluntary Product Accessibility Template Blackboard Learn Release 9.1 SP11. (Published January 14, 2013) Contents: Introduction

Blackboard. Voluntary Product Accessibility Template Blackboard Learn Release 9.1 SP11. (Published January 14, 2013) Contents: Introduction Blackboard Voluntary Product Accessibility Template Blackboard Learn Release 9.1 SP11 (Published January 14, 2013) Contents: Introduction Key Improvements VPAT Section 1194.21: Software Applications and

More information

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward

Perch Documentation. U of M - Department of Computer Science. Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward Perch Documentation U of M - Department of Computer Science Written as a COMP 3040 Assignment by Cameron McKay, Marko Kalic, Riley Draward 1 TABLE OF CONTENTS Introduction to Perch History of Perch ---------------------------------------------

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 8 December 2016

GETTING STARTED 8 December 2016 GETTING STARTED 8 December 2016 About Platform... 4 Browser support... 5 Registration Registering as a Teacher... 6 Registering as a Student... 6 Registering as School... 6 Registering as Municipality

More information

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

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

Student Guide to Blackboard

Student Guide to Blackboard Student Guide to Blackboard Blackboard is an Internet application used by many instructors to put their courses online. Typically, your instructor will let you know on the first day of class if he or she

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

You can keep pretty much any type of content in a note. Here are some ideas:

You can keep pretty much any type of content in a note. Here are some ideas: Evernote Overview Evernote is a cross-platform application/cloud-based service that serves as an easily searchable centralized modern workspace for all your work, reference material, and knowledge. Almost

More information

Wimba Classroom. Version 5.2. Room Administrator Guide

Wimba Classroom. Version 5.2. Room Administrator Guide Wimba Classroom Version 5.2 Room Administrator Guide Wimba Classroom 5.2 Room Administrator Guide 1 Administration Tools 2 Room Management 3 Creating a New Room (RoomCreators Only) 3 Setting up a Room

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

Faculty & Staff. Skype for Business. Quick Reference Guide All Rights Reserved. California State University, Bakersfield FINAL

Faculty & Staff. Skype for Business. Quick Reference Guide All Rights Reserved. California State University, Bakersfield FINAL FINAL 2016. All Rights Reserved. California State University, Bakersfield February 12, 2016 REVISION CONTROL Document Title: Author: File Reference: O365 Basics - QRG.docx Campus Training Revision History

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

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008)

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Space Details Key: confhelp Name: Confluence Help Description: Creator (Creation Date): ljparkhi (Aug 14, 2008) Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Available Pages Quickstart Guide Working

More information

Blackboard Student Guide

Blackboard Student Guide Blackboard Student Guide Blackboard is an Internet application used by many instructors to put their courses online. Typically, your instructor will let you know on the first day of class if he or she

More information

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created> Software Requirements Specification for Version 1.0 approved Prepared by Software Requirements Specification for Page 2 Table of Contents Revision

More information

User Guide. Version

User Guide. Version User Guide Version 0.19 2-11-2008 StormPro Max User Guide Page 1 of 69 5/10/2008 Table of Contents 1. Overview... 4 1.1 Definition of StormPro Max Terms... 4 2. Accessing StormPro Max... 5 3. Navigating

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

Lotus Learning Management System R1

Lotus Learning Management System R1 Lotus Learning Management System R1 Version 1.0.4 March 2004 Administrator's Guide G210-1785-00 Contents Chapter 1 Introduction to the Learning Management System and Administration...1 Understanding 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

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

MiTeam Stream. Launch MiTeam. MiTeam Stream tabs. QMiTeam for Enterprise Quick Reference Guide

MiTeam Stream. Launch MiTeam. MiTeam Stream tabs. QMiTeam for Enterprise Quick Reference Guide QMiTeam for Enterprise Quick Reference Guide MiTeam is a workstream communications and collaboration tool that provides a highly collaborative, persistent workspace for team-based meetings, conversations,

More information

MicroStrategy Academic Program

MicroStrategy Academic Program MicroStrategy Academic Program Creating a center of excellence for enterprise analytics and mobility. HOW TO DEPLOY ENTERPRISE ANALYTICS AND MOBILITY ON AWS APPROXIMATE TIME NEEDED: 1 HOUR In this workshop,

More information

Chapter 10. Object-Oriented Analysis and Modeling Using the UML. McGraw-Hill/Irwin

Chapter 10. Object-Oriented Analysis and Modeling Using the UML. McGraw-Hill/Irwin Chapter 10 Object-Oriented Analysis and Modeling Using the UML McGraw-Hill/Irwin Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Objectives 10-2 Define object modeling and explain

More information

BP-VA Quick Start. Last update: 29 th January, Copyright Visual Paradigm International Ltd.

BP-VA Quick Start. Last update: 29 th January, Copyright Visual Paradigm International Ltd. BP-VA Quick Start Last update: 29 th January, 2010 Copyright 2002-2010 Visual Paradigm International Ltd. Table of Contents Table of Contents... 2 Getting started... 3 Installing Business Process Visual

More information

Virtual Platform Checklist for WebEx Training Center

Virtual Platform Checklist for WebEx Training Center Virtual Platform Checklist for WebEx Training Center WebEx Training Center is a powerful online meeting tool used to create engaging virtual training. To create an effective learning experience, become

More information

USER GUIDE Spring 2016

USER GUIDE Spring 2016 USER GUIDE Spring 2016 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may be used

More information

Leader Guide. Sysco e-meeting

Leader Guide. Sysco e-meeting Sysco e-meeting Table of Contents Select a line to jump to the corresponding section of the guide. What is Sysco e-meeting?... 3 Introduction... 3 Getting Access... 3 Getting Started... 3 Schedule a Sysco

More information

For Windows Microsoft Corporation. All rights reserved.

For Windows Microsoft Corporation. All rights reserved. For Windows 1 About Skype for Business... 4 Skype for Business Window... 5 Audio... 6 Set up your audio device... 6 Make a call... 6 Answer a call... 7 Use audio call controls... 7 Check voicemail... 8

More information

ACROBAT CONNECT PROFESSIONAL AL USERS GUIDE OF BASIC FEATURES. Last Updated:

ACROBAT CONNECT PROFESSIONAL AL USERS GUIDE OF BASIC FEATURES. Last Updated: ACROBAT CONNECT PROFESSIONAL AL USERS GUIDE OF BASIC FEATURES Last Updated: April 1, 2008 TABLE OF CONTENTS 1 INTRODUCTION... 1 2 ACCESSING ADOBE CONNECT... 1 2.1 REQUEST TO SCHEDULE A MEETING... 1 2.2

More information

Getting Help...71 Getting help with ScreenSteps...72

Getting Help...71 Getting help with ScreenSteps...72 GETTING STARTED Table of Contents Onboarding Guides... 3 Evaluating ScreenSteps--Welcome... 4 Evaluating ScreenSteps--Part 1: Create 3 Manuals... 6 Evaluating ScreenSteps--Part 2: Customize Your Knowledge

More information

NETSPOKE CONFERENCING. User Guide

NETSPOKE CONFERENCING. User Guide NETSPOKE CONFERENCING User Guide Updated version September 2007 2007 Premiere Global Services, Inc. All Rights Reserved CONTENT WHAT IS NETSPOKE?... 4 GETTING STARTED... 5 ACCESSING NETSPOKE (VIA CONFERENCING

More information

Agilix Buzz Accessibility Statement ( )

Agilix Buzz Accessibility Statement ( ) Agilix Buzz Accessibility Statement (08 30 2016) Voluntary Product Accessibility Template (VPAT) Software Applications and Operating Systems (Section 1194.21) Web based intranet and Internet information

More information

Lead Your e-classes Session v8.2

Lead Your e-classes Session v8.2 Lead Your e-classes Session v8.2 (NEW version 8.2) For e-classes leaders using the new Saba Meeting v8.2, effective July 14, 2014. Before leading an e-classes v8.2 session for the first time, you need

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

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1 Lesson Using Adobe Bridge What you ll learn in this lesson: Navigating Adobe Bridge Using folders in Bridge Making a Favorite Creating metadata Using automated tools Adobe Bridge is the command center

More information

Digication eportfolio Student s Guide (Last update: 8/2017)

Digication eportfolio Student s Guide (Last update: 8/2017) Digication eportfolio Student s Guide (Last update: 8/2017) 2 Table of Contents Introduction... 1 Creating Your eportfolio... 3 Editing Your eportfolio... 4 Area 1: Top Menu Bar... 6 Area 2: The Main Tabs...

More information

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4 Software Requirements Specification for Python Checker Version 1.0 approved Prepared by Matthew Arnold, Seong, Ian Computer Science Team 4 February 4th 2015 Table of Contents Table of Contents Revision

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

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

Using WebBoard at UIS

Using WebBoard at UIS Using WebBoard at UIS Accessing your WebBoard Course...3 Logging in to WebBoard...3 Understanding the WebBoard Environment...4 The Menubar...5 The Conferences Menu...5 Conferences...5 Topics...6 Messages

More information

BT Conference Call MeetMe

BT Conference Call MeetMe BT Conference Call MeetMe Create virtual meetings that deliver results BT MeetMe Web Tools Advanced User Guide BT MeetMe To join a BT MeetMe call online visit: www.conferencing.bt.com/meetme or for more

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

Collabedit Simple Collaborative Text

Collabedit Simple Collaborative Text ITWP Courses Using Collabedit Page 1 Collabedit Simple Collaborative Text Section 1: Some Basic Information Collabedit is a free online code editor that lets people collaborate in real-time. Collabedit

More information

Version Android User's Guide. May-02-13

Version Android User's Guide. May-02-13 Version 12.5 Android User's Guide May-02-13 Table of Contents Chapter 1 Overview 1 Getting Help 2 Other Resources 3 Documentation and Learning Resources 3 Technical Support 4 Community 4 Blackboard Collaborate

More information

University Academic Computing Technologies. Web-site:

University Academic Computing Technologies.   Web-site: University Academic Computing Technologies E-mail: bbcollab@aucegypt.edu Web-site: www.aucegypt.edu/it/uact/bbcollab Last Revised: May 2012 The American University in Cairo University Academic Computing

More information

The diverse software in Adobe Creative Suite 2 enables you to create

The diverse software in Adobe Creative Suite 2 enables you to create Chapter 1: Introducing Adobe Creative Suite 2 In This Chapter Looking over InDesign Drawing with Illustrator Introducing Photoshop Getting started with Acrobat Going over GoLive Integrating the programs

More information

Useful Google Apps for Teaching and Learning

Useful Google Apps for Teaching and Learning Useful Google Apps for Teaching and Learning Centre for Development of Teaching and Learning (CDTL) National University of Singapore email: edtech@groups.nus.edu.sg Table of Contents About the Workshop...

More information

OmniJoin Overview Guide. A quick start reference tool for new OmniJoin users

OmniJoin Overview Guide. A quick start reference tool for new OmniJoin users OmniJoin Overview Guide A quick start reference tool for new OmniJoin users ...Starting a Meeting...Hosts...Collaboration...Whiteboard...Chat...Mobile Devices Starting a meeting Your meeting room, audio

More information

Part B Instructor Training Version Tools, Content, and Controls for Your Interactive Session

Part B Instructor Training Version Tools, Content, and Controls for Your Interactive Session Part B Instructor Training Version 8.3.3 Tools, Content, and Controls for Your Interactive Session Communication Options Encourage your students to use non-verbal communication options as well! Participation

More information

Software Specification of MERTIS: Modifiable, Extensible Real-Time Interactive Simulation System

Software Specification of MERTIS: Modifiable, Extensible Real-Time Interactive Simulation System Software Specification of MERTIS: Modifiable, Extensible Real-Time Interactive Simulation System Frederick C. Harris, Jr., Leandro Basallo, Ryan Leigh, Regan Snyder, and Sam Talaie Department of Computer

More information

Table of Contents. Blackboard Collaborate Overview... 4 Bb Collaborate Terms and Technical Requirements... 4

Table of Contents. Blackboard Collaborate Overview... 4 Bb Collaborate Terms and Technical Requirements... 4 Table of Contents Blackboard Collaborate Overview... 4 Terms and Technical Requirements... 4 Technical Requirements... 4 Create a Session... 5 Create Session Options... 7 Getting Started... 12 Student

More information

Scheduling WebEx Meetings

Scheduling WebEx Meetings Scheduling WebEx Meetings Instructions for ConnSCU Faculty and Staff using ConnSCU WebEx Table of Contents How Can Faculty and Staff Use WebEx?... 2 Meeting Attendees... 2 Schedule WebEx Meetings from

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

Marketplace Simulations Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1

Marketplace Simulations Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1 Marketplace Simulations Accessibility Conformance Report Based on Voluntary Product Accessibility Template (VPAT ) 1 Name of Product: Marketplace Simulations Date: September 20, 2017 Contact information:

More information

Oracle User Productivity Kit Reports Management. E July 2012

Oracle User Productivity Kit Reports Management. E July 2012 Oracle User Productivity Kit Reports Management E29429-01 July 2012 Oracle User Productivity Kit Reports Management E29429-01 July 2012 Copyright 1998, 2012, Oracle and/or its affiliates. All rights reserved.

More information

Desire2Learn eportfolio Tool NEIU Instructor Guide

Desire2Learn eportfolio Tool NEIU Instructor Guide Desire2Learn eportfolio Tool NEIU Instructor Guide Introduction The Desire2Learn (D2L) eportfolio tool allows you to store, organize, reflect on, and share items that represent your learning. You can include

More information

unite.un.org/office365

unite.un.org/office365 GETTING TO KNOW unite.un.org/office365 The new way to get things done Your complete Office in the cloud Office 365 is your personal Office and more. It lets you work from anywhere, on any device, whether

More information

<Project Name> Use Case Specification: <Use-Case Name> Version <1.0>

<Project Name> Use Case Specification: <Use-Case Name> Version <1.0> 1 z 5 2007-02-26 15:57 Use Case Specification: Version [Note: The following template is provided for use with the Rational Unified Process. Text enclosed in square

More information

Desire2Learn eportfolio Tool NEIU Student Guide

Desire2Learn eportfolio Tool NEIU Student Guide Desire2Learn eportfolio Tool NEIU Student Guide Introduction The Desire2Learn (D2L) eportfolio (ep) tool allows you to store, organize, reflect on, and share items that represent your learning. You can

More information

WEBINAR PROCEDURES ON GOTOWEBINAR

WEBINAR PROCEDURES ON GOTOWEBINAR WEBINAR PROCEDURES ON GOTOWEBINAR http://www.gotowebinar.com Login (updated 4/26/12): E-mail Address: slaunitwebinars@sla.org Password: @slaunits5 IMPORTANT NOTES: Be sure to check both the Webinar schedule

More information

Scheduling WebEx Meetings

Scheduling WebEx Meetings Scheduling WebEx Meetings Table of Contents How Can Faculty and Staff Host WebEx Meetings?... 2 Meeting Attendees... 2 About your WebEx Personal Room... 2 How to Launch Your Personal Room from the CSCU

More information

Welcome & Introduction

Welcome & Introduction Welcome & Introduction Welcome to ebeam Interactive Suite 3. Overview ebeam Interactive Suite 3 allows you to create lessons with provided resources and enhances curriculum delivery with dynamic annotation

More information

Vodafone One Net app Quick Start Guide For Android tablet

Vodafone One Net app Quick Start Guide For Android tablet Vodafone One Net app Quick Start Guide For Android tablet Contents What is the One Net app? 1 Installing the One Net app 2 Logging in and out 2 Logging in for the first time 2 Logging out 2 Changing display

More information

Module 5 Blackboard Learn Communication

Module 5 Blackboard Learn Communication Module 5 Blackboard Learn Communication Overview You have learned about some of the communication tools you can use to keep students informed and to let them collaborate. Now we will look at communicating

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

Impro-Visor. Jazz Improvisation Advisor. Tutorial. Last Revised: 5 June 2006 Currently 62 Steps. Bob Keller. Harvey Mudd College

Impro-Visor. Jazz Improvisation Advisor. Tutorial. Last Revised: 5 June 2006 Currently 62 Steps. Bob Keller. Harvey Mudd College Impro-Visor Jazz Improvisation Advisor Tutorial Last Revised: 5 June 2006 Currently 62 Steps Bob Keller Harvey Mudd College Computer Science Department This brief tutorial will take you through some of

More information

Wimba Classroom Version 6.1 Room Administrator Guide

Wimba Classroom Version 6.1 Room Administrator Guide Wimba Classroom Version 6.1 Room Administrator Guide Wimba Classroom 6.1 Room Administrator Guide 1 Administration Tools 2 Room Management 3 Creating a New Room (RoomCreators Only) 3 Setting up a Room

More information

Lab 1: Setup 12:00 PM, Sep 10, 2017

Lab 1: Setup 12:00 PM, Sep 10, 2017 CS17 Integrated Introduction to Computer Science Hughes Lab 1: Setup 12:00 PM, Sep 10, 2017 Contents 1 Your friendly lab TAs 1 2 Pair programming 1 3 Welcome to lab 2 4 The file system 2 5 Intro to terminal

More information

Voyant Connect User Guide

Voyant Connect User Guide Voyant Connect User Guide WELCOME TO VOYANT CONNECT 3 INSTALLING VOYANT CONNECT 3 MAC INSTALLATION 3 WINDOWS INSTALLATION 4 LOGGING IN 4 WINDOWS FIRST LOGIN 6 MAKING YOUR CLIENT USEFUL 6 ADDING CONTACTS

More information

WebEx Fundamentals User Guide

WebEx Fundamentals User Guide WebEx Fundamentals User Guide June 2017 2017 Kent State University This information is provided by the Division of Information Services, Kent State University and is proprietary and confidential. These

More information

Student Guide INTRODUCTION TO ONLINE RESOURCES

Student Guide INTRODUCTION TO ONLINE RESOURCES Student Guide INTRODUCTION TO ONLINE RESOURCES Date: 08. June. 2017 By: Technical Support Team STUDENT GUIDE southwales.unicaf.org 1)Introduction...4 2)Student Panel (SIS)...4 2.1)Student Panel (SIS) Login...4

More information

Using the Wiki Server

Using the Wiki Server Using the Wiki Server Page 1 of 10 Using the Wiki Server One of the tools available to everyone in the district is the Wiki Server. The Wiki Server allows us to create and edit Wiki pages and blogs. We

More information

Collaborate Ultra: The Session Interface

Collaborate Ultra: The Session Interface Collaborate Ultra: The Session Interface The visual interface of the virtual room consists of two main areas: The Participants area, which takes up most of the screen space; and the Interaction Bar at

More information

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at

GOOGLE APPS. If you have difficulty using this program, please contact IT Personnel by phone at : GOOGLE APPS Application: Usage: Program Link: Contact: is an electronic collaboration tool. As needed by any staff member http://www.google.com or http://drive.google.com If you have difficulty using

More information

Vodafone One Net app Quick Start Guide For PC

Vodafone One Net app Quick Start Guide For PC Vodafone One Net app Quick Start Guide For PC Contents What is the One Net app? 1 Installing the One Net app 2 Logging in and out 2 Logging in for the first time 2 Starting the One Net app when you turn

More information