Blaise A Tablet-Based Paperless Submission and Grading System for Writing Courses
|
|
|
- Abigail Copeland
- 10 years ago
- Views:
Transcription
1 Blaise A Tablet-Based Paperless Submission and Grading System for Writing Courses Rahul Simha 1, Sean Hanlon, Michael Gaiman, Jared Kiraly, Eisuke Arai Department of Computer Science The George Washington University Washington DC Abstract This paper describes Blaise, a software/hardware system designed to support writing programs. Students write papers using the Blaise editor, a simple text editor and submit them electronically to a backend database. Instructors download student papers from the database onto a tablet PC and then use pen-like markup to grade the papers. These papers are then returned electronically to the students. Because modern writing programs emphasize working through drafts and peer-review, Blaise maintains multiple drafts for each assignment, and also supports multiple graders. Furthermore, the backend database allows students to maintain a long-term writing portfolio and enables institutions to track and collect data for assessment of writing programs. Blaise is free, open-source software available from the Blaise website: Because it is written in Java, Blaise can be used on Windows, Mac and Linux. Keywords Tablet PC, electronic paper grading, peer review, electronic markup, writing technology 1 Introduction Computers and internet technology have made their presence in the modern educational institution [2, 4, 7, 8]. Universities and schools both use backend databases for records, and are increasingly using computers and Internet applications in the classroom itself. In addition, related technologies such as PDA s, projectors and smartboards are helping transform the way courses are conducted. One relatively new and growing technology is the tablet PC, which unlike regular PC s is based on a pen-like interface: users use a pen on a touch-sensitive screen to point-and-click as well as to markup documents. This electronic pen has appealed to users in a wide variety of applications, both for its distinctive use as well as for the simple convenience of doing away with keyboard and mouse. The pen-like interface is also a natural for grading term papers an instructor who must grade a Word document, for example, prefers to print and mark up with a real pen rather than type laboriously into the same document with a differently-colored font. 1 Contact author with address: Department of Computer Science, The George Washington University, Washington DC 20052, USA. [email protected]. The other authors are students, in the order in which they joined the project. Some students were supported by NSF REU stipends and some were supported through internal funds from The George Washington University.
2 Recognizing the value that tablet PC s can provide, and the fact that no free open-source product was to be found in the marketplace, we decided to develop Blaise, a complete software system for writing courses. Blaise is named after Merlin s eponymous scribe in the legend of King Arthur. In consultation with George Washington University s writing faculty, we added features to support modern writing programs 2. What exactly does Blaise consist of? Blaise consists of three mutually compatible software packages. The first, the Blaise Editor, is what students use to compose their papers; it is a simplified editor with some standard editing features such as justification and font style (bold, italic). Students also use the Blaise Editor to electronically submit their papers. Because Blaise supports multiple drafts, the Editor offers views of previously marked-up drafts, each of which could have been graded by multiple instructors. The second component, the Blaise backend, is a standard relational database that stores papers submitted by students and graded papers uploaded by instructors. The third and signature component, the Blaise Grading Portal and Grader, is the software that runs on the tablet PC and is set up to incorporate both pen-based markup as well as keyboard-driven input. We describe each of these in detail through an example in the next section. 2 How It Works 2.1 Using the Blaise Editor: a student writes a draft Figure 1 is a screenshot of the Blaise Editor. This is what a student sees upon launching Blaise on his or her PC. The lower half is the work area where the student types in their paper. A toolbar in the middle offers several standard document editing features. The top half is currently blank because this is a first draft. If it were a later draft, the top half would show previous drafts (as in Figure 6). 2 We are pleased to acknowledge the valuable feedback given to us by Profs. Cayo Gamber and Mark Mullen from GW s University Writing Program.
3 Figure 1: Student writes a paper with the Blaise Editor When the student finishes this first draft, the student finalizes the draft prior to submission. This finalization simply indicates that the on-and-off editing process over the past few days is now complete. Finalization is irreversible so that no more changes can be made to that draft at the time of submission. Once the current draft is finalized, the student uses the Editor to electronically submit the paper (see Figure 2). After that, the Blaise backend sends an receipt to the student, confirming paper submission. Note that graded versions of drafts are stored separately, so the student has the option of viewing the original submission of each draft in addition to viewing the comments made by one of the various graders.
4 Figure 2: Student submits paper 2.2 Using the Blaise Grading Portal and the Grader: the instructor grades a draft Next, the instructor fires up the Blaise Grading Portal on the net-connected tablet PC in order to check-out and download submitted papers for grading (the login screen is shown in Figure 3). This portal package manages the collections of papers for the instructor. Because it s likely that an instructor will be grading papers in multiple courses, we felt it would be useful to let the software organize the documents by course and to let the software keep track of which papers have been graded and returned to the system. This also has the advantage of freeing the instructor from looking for documents in the file system and keeps the interface portable across operating systems (Windows, Mac, Linux). Figure 3: Instructor logs in to Blaise Grading Portal The grader then specifies a course or group of courses to examine what papers need to be graded. The portal thus maintains some kind of workflow, to allow instructors to perform grading in small groups of papers or even individual papers. Once the currently ungraded papers are listed (see Figure 4), the instructor then checks out papers to download to
5 the tablet. Figure 4: Instructor downloads selected papers from list of all ungraded papers Once ungraded papers are checked out and downloaded, the instructor uses the Blaise Grader to correct the papers (Figure 5). Unlike the Grading Portal, the Blaise Grader does not require an Internet connection, so grading can be done anywhere once download is complete. To mark up the paper, the instructor may insert space, add notes (the yellow post-it notes shown in Figure 5), or write scribbles on the various drafts. Upon completion of grading, the instructor returns to the Grading Portal to check-in the graded papers, sending out receipts to students, notifying them that their papers have been graded. The instructor may choose to send out receipts as soon as each paper is graded, or may stage the sending of receipts so that all are sent out at once. Figure 5: Instructor marks up paper
6 2.3 Students receive their graded papers Once papers are graded, students receive receipts notifying them of their newly graded papers. They then download their graded papers from the Blaise website. Figure 6 shows the Blaise Editor after a paper has been through several drafts. The small tabs in the top left corner indicate three completed drafts, of which the second is in view. The horizontal bar below the draft tabs can be used to select one of several graders, if there were multiple graders, and can also be used to view the original ungraded draft. After reviewing the markings, students write another draft and the cycle starts again with a new draft, as shown in the bottom part (below the toolbar). Figure 6: Student reviews graded paper and starts the next draft Implementation Details In order to be platform-independent, Blaise was written in Java, with the interfaces implemented using Java s Swing library. Thus, Blaise can be run on Windows, Mac or Linux. However, due to minor Java differences between these operating systems, the appearance and look-and-feel might vary slightly. Most of our testing was performed on Windows and Mac (OSX). Figure 7 shows an architectural overview of the system, with the student working on a PC, the instructor using a tablet PC (lower left) and the backend running on a server that also runs a database server. All the software has been written in Java. Thus, Java servlets are used on the backend for handling communication between student PC s and the
7 server as well as between the instructor s tablet and the server. Figure 7: System view The text of a paper written in the Blaise Editor is converted into HTML format for platform independence. When saved, a Blaise paper is put into a directory structure and packaged into a jar file (Figure 8). The jar archival format is used to wrap all the drafts and additional information into a single file for transmission back and forth to the server. This archival format also enables expansion in the future to include other types of grading, attachments and figures. Within the draft subfolder, there are additional subfolders for files and comments (the markup or notes inserted by graders). When a draft is added to a paper, it is copied into that draft s files folder. This copying is done so that changes to the original document will not be reflected in the version put in the paper. The draft has a subfolder for each comment, so that comments from different graders can be viewed separately. Since graders can add space to documents, a copy of the draft is also put into the comments folder. The comment folder also contains two properties files, one for scribbles and one for text notes. Finally, each comment folder also has a subfolder for files, in case the comment is an external document. Figure 8 Directory structure of a Blaise file Blaise has an infrastructure set up so that plagiarism detection may be added in a future version. This would include searching papers in the database to see if there are any close matches to a paper that had already been submitted. Although this has not yet been implemented in our current release, there is a form of plagiarism prevention that has been coded into the Blaise Editor: students are not allowed to paste text from other documents
8 into a Blaise document. In other words, cutting and pasting is allowed within the Blaise Editor, but not between it and anything else. Related Work We review related work in this section. André and Richy [1] designed a system for paperless editing of documents that, much like Blaise, is designed for use with a tablet PC or similar input device. However, this system is focused on recognizing gestures input by the proofreader and inserting the corresponding corrections in real-time. Blaise, on the other hand, focuses on leaving markup on the paper as feedback to the student. The instructor may not change the text itself. Also, Blaise is set up both for multiple drafts as well as multiple graders to enable peer-review. If multiple reviewers are grading the paper in Blaise, none will see comments made by any of the other reviewers, and the student may view each reviewer s comments individually. Finally, the system by André and Richy makes no mention of a larger system aimed at automating the process and maintaining long-term portfolios. Pérez-Quiñones et al [5] describe the use of tablet-pc s to provide feedback in computer science courses. They describe the results of an experiment conducted to evaluate the value of feedback in an object-oriented design course. A system in development at Drexel University [6] is similar to Blaise in that it allows graders to make marks directly on the document, as well as attach notes. That system uses Adobe Acrobat s PDF document format, converting documents if necessary. Acrobat provides a means of marking and adding notes to PDF documents, so the bulk of the system is centered around a web client that uses WebCT to download submissions and convert them to PDF. Blaise, on the other hand, uses its own file format for documents, meaning that no conversion to PDF is necessary. Also, the Blaise file format allows for students to write multiple drafts of the same paper. Another important difference is that while the Drexel system relies on an external client for transmission of papers, Blaise has the transmission components embedded into it, and has its own web client for use on computers that do not have Blaise downloaded onto them. Finally, PDF is a proprietary format and does not come with open-source software. Blaise is both free and open-source, as well as multi-platform. One major purpose of making it open-source is to see whether others are interesting in building upon Blaise to add features or to customize it for their courses. Summary This paper described Blaise, a system designed to enable paperless submission and grading of student papers. With its focus on multiple drafts, peer-review and documenttracking on the backend, Blaise is intended to support modern writing programs in which students expect a variety of feedback, must maintain writing portfolios and in which data must be maintained to help monitor the program itself. Blaise has been written in a multiplatform language and is being released ( as open-source to encourage customization and experimentation.
9 References [1] Jacques André, Hélène Richy (1999). Paper-less editing and proofreading of electronic documents. In EuroTeX '99 Proceedings. [2] Joanna Bull (1999). Computer-Assisted Assessment: Impact on Higher Education Institutions. In Educational Technology & Society 2(3). [3] Pedro Miguel Coelho, Gonçalo França Faria, David Gonçalves, Joaquim A Jorge. Using Sketches to Edit Electronic Documents. [4] Andrew Ferrier (2004). Is There a Facilitator on the Phone? The Role of the Teacher in Online Learning. In Proceedings of the LASTED Educational Conference. [5] Manuel A. Pérez-Quiñones, Scott Turner. Using a Tablet-PC to Provide Peer-Review Comments. [6] Jeffrey L. Popyack, Nira Herrmann, Bruce Char, Paul Zoski, Chirs Cera, Robert Lass. Pen-Based Electronic Grading of Online Student Submissions. [7] Mary Queitzsch. The Northwest Regional Profile: Integration of Technology in Preservice Teacher Education Program. [8] Hong Wu, Kåre Sörby. From Paper Work to a PC World Online Practice for a Large on-campus Class. In Proceedings of the 2004 Informing Science and IT Education Joint Conference.
NJCU WEBSITE TRAINING MANUAL
NJCU WEBSITE TRAINING MANUAL Submit Support Requests to: http://web.njcu.edu/its/websupport/ (Login with your GothicNet Username and Password.) Table of Contents NJCU WEBSITE TRAINING: Content Contributors...
RHYTHMYX USER MANUAL EDITING WEB PAGES
RHYTHMYX USER MANUAL EDITING WEB PAGES Rhythmyx Content Management Server... 1 Content Explorer Window... 2 Display Options... 3 Editing an Existing Web Page... 4 Creating a Generic Content Item -- a Web
Using Outlook WebAccess
Using Outlook WebAccess Outlook Toolbars - Terminology Update all folders New Move/Copy Reply Forward Check for New Messages Help Show/Hide Folders Delete Reply to All Show/Hide Reading Pain Search Address
Turnitin Blackboard 9.0 Integration Instructor User Manual
Turnitin Blackboard 9.0 Integration Instructor User Manual Version: 2.1.3 Updated December 16, 2011 Copyright 1998 2011 iparadigms, LLC. All rights reserved. Turnitin Blackboard Learn Integration Manual:
Mimecast Services for Outlook (MSO4)
Mimecast Services for Outlook (MSO4) End User Quick Start Guide for Outlook 2010/2013 Mimecast Services for Outlook (MSO 4) is a software application that integrates with your Microsoft Outlook. Once installed,
Lotus Notes Client Version 8.5 Reference Guide
Lotus Notes Client Version 8.5 Reference Guide rev. 11/19/2009 1 Lotus Notes Client Version 8.5 Reference Guide Accessing the Lotus Notes Client From your desktop, double click the Lotus Notes icon. Logging
CMS Training. Prepared for the Nature Conservancy. March 2012
CMS Training Prepared for the Nature Conservancy March 2012 Session Objectives... 3 Structure and General Functionality... 4 Section Objectives... 4 Six Advantages of using CMS... 4 Basic navigation...
Beginner s Guide to AIA Contract Documents Online Service for Single-Seat Users
Beginner s Guide to AIA Contract Documents Online Service for Single-Seat Users Table of Contents Getting Started - Introducing ACD5- AIA Contract Documents New Online Service System Requirements Transitioning
Index. Page 1. Index 1 2 2 3 4-5 6 6 7 7-8 8-9 9 10 10 11 12 12 13 14 14 15 16 16 16 17-18 18 19 20 20 21 21 21 21
Index Index School Jotter Manual Logging in Getting the site looking how you want Managing your site, the menu and its pages Editing a page Managing Drafts Managing Media and Files User Accounts and Setting
Book Builder Training Materials Using Book Builder September 2014
Book Builder Training Materials Using Book Builder September 2014 Prepared by WDI, Inc. Table of Contents Introduction --------------------------------------------------------------------------------------------------------------------
State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors. 11/6/2014 State of Illinois Bill Seagle
State of Illinois Web Content Management (WCM) Guide For SharePoint 2010 Content Editors 11/6/2014 State of Illinois Bill Seagle Table of Contents Logging into your site... 2 General Site Structure and
Horizon Debt Collect. User s and Administrator s Guide
Horizon Debt Collect User s and Administrator s Guide Microsoft, Windows, Windows NT, Windows 2000, Windows XP, and SQL Server are registered trademarks of Microsoft Corporation. Sybase is a registered
Creating Web Pages with Netscape/Mozilla Composer and Uploading Files with CuteFTP
Creating Web Pages with Netscape/Mozilla Composer and Uploading Files with CuteFTP Introduction This document describes how to create a basic web page with Netscape/Mozilla Composer and how to publish
Quick Reference Guide
Simplified Web Interface for Teachers Quick Reference Guide Online Development Center Site Profile 5 These fields will be pre-populated with your information { 1 2 3 4 Key 1) Website Title: Enter the name
Student Getting Started Guide
with with Student Getting Started Guide TABLE OF CONTENTS Table of Contents FIRST STEPS TO ENSURE SUCCESS... 3 Ensure System Requirements are met on Your Computer... 3 Find Out Which Operating System Is
GOALS: The goal for this session is: OBJECTIVES: By the end of the lesson participants should be able to: MATERIALS: Instructor ACTVITIES: EVALUATION:
GOALS: The goal for this session is: Learn how to connect and use the SMART Board for effective instruction Ability to annotate and save work using Microsoft Office and SMART Notebook Software OBJECTIVES:
Learning Activity Management System TEACHER S GUIDE. October 2006 LAMS V2.0 for The First International LAMS Conference 2006
Learning Activity Management System TEACHER S GUIDE October 2006 LAMS V2.0 for The First International LAMS Conference 2006 James Dalziel (amended by Bronwen Dalziel) LAMS Teacher s Guide, October 2006,
Adobe Dreamweaver CC 14 Tutorial
Adobe Dreamweaver CC 14 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site
Web Ambassador Training on the CMS
Web Ambassador Training on the CMS Learning Objectives Upon completion of this training, participants will be able to: Describe what is a CMS and how to login Upload files and images Organize content Create
Frequently Asked Questions (FAQs) Online Filing software
Frequently Asked Questions (FAQs) Online Filing software 1. How much does it cost to use the Online Filing software? The Online Filing software, smart card and smart card reader are available free of charge.
Creating Online Surveys with Qualtrics Survey Tool
Creating Online Surveys with Qualtrics Survey Tool Copyright 2015, Faculty and Staff Training, West Chester University. A member of the Pennsylvania State System of Higher Education. No portion of this
SENDING EMAILS & MESSAGES TO GROUPS
SENDING EMAILS & MESSAGES TO GROUPS Table of Contents What is the Difference between Emails and Selltis Messaging?... 3 Configuring your Email Settings... 4 Sending Emails to Groups Option A: Tasks...
WSDOT ProjectWise V8i Training 101
WSDOT PROJECTWISE V8I TRAINING 101 ABOUT THIS TRAINING This training is intended to give a user the ability to open ProjectWise and access working files. Once you become comfortable working within the
Dreamweaver CS6 Basics
Dreamweaver CS6 Basics Learn the basics of building an HTML document using Adobe Dreamweaver by creating a new page and inserting common HTML elements using the WYSIWYG interface. EdShare EdShare is a
TABLE OF CONTENTS SURUDESIGNER YEARBOOK TUTORIAL. IMPORTANT: How to search this Tutorial for the exact topic you need.
SURUDESIGNER YEARBOOK TUTORIAL TABLE OF CONTENTS INTRODUCTION Download, Layout, Getting Started... p. 1-5 COVER/FRONT PAGE Text, Text Editing, Adding Images, Background... p. 6-11 CLASS PAGE Layout, Photo
Using Outlook Web App
Using Outlook Web App About Outlook Web App Using a web browser and the Internet, Outlook Web App (OWA) provides access to your Exchange mailbox from anywhere in the world at any time. Outlook Web App
Adobe Reader 7.0 Frequently Asked Questions for Digital Edition Users
FAQ Adobe Reader 7.0 TOPICS 1 General 4 Adobe DRM 4 digital edition support 4 Activation 5 Mac OS support 6 PDA support General Q: What is a digital edition (formerly known as an ebook)? A: A digital edition
STUDENT TAKE HOME EXAMINATION SYSTEM (THES) INSTRUCTIONS.
Information and Technology Services Department Help Desk http://www.law.nyu.edu/technology STUDENT TAKE HOME EXAMINATION SYSTEM (THES) INSTRUCTIONS. What Is THES THES is the Law School s Take Home Exam
Content Management System Help. basic tutorial on Evergreen s CMS
Content Management System Help cms.evergreen.edu Tips, tricks and basic tutorial on Evergreen s CMS Contents Vocabulary Login Opening a page Editing a page Creating a new page Inserting internal and external
CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual
Training A brief overview of your website s content management system () with screenshots. 1 Contents Logging In:...3 Dashboard:...4 Page List / Search Filter:...5 Common Icons:...6 Adding a New Page:...7
MyMathLab / MyStatLab Advanced Interactive Training Guide
MyMathLab / MyStatLab Advanced Interactive Training Guide MYMATHLAB/MYSTATLAB ADVANCED Lesson 1 Manage Multiple Courses... 129 Lesson 2 Export Grades... 135 Lesson 3 Transfer Students... 139 Lesson 4 Design
UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1
UH CMS Basics Cascade CMS Basics Class UH CMS Basics Updated: June,2011! Page 1 Introduction I. What is a CMS?! A CMS or Content Management System is a web based piece of software used to create web content,
The Document Review Process: Automation of your document review and approval. A White Paper. BP Logix, Inc.
The Document Review Process: Automation of your document review and approval A White Paper BP Logix, Inc. The Document Review Process A document encompasses many forms technical documentation, product
Student User Guide for BioPortal Biochemistry, Seventh Edition
Student User Guide for BioPortal Biochemistry, Seventh Edition Berg, Tymoczko, & Stryer Getting Started with BioPortal for Berg, Tymoczko, & Stryer Biochemistry, 7e Table of Contents Overview... 1 Getting
Software Application Tutorial
Software Application Tutorial Copyright 2005, Software Application Training Unit, West Chester University. No Portion of this document may be reproduced without the written permission of the authors. For
User (Student) Instruction Manual Local Document Archive Maintenance System (SOLAD)
User (Student) Instruction Manual Local Document Archive Maintenance System (SOLAD) Warsaw School of Economics 1/15 The Local Document Archive Maintenance System (SOLAD) is a programme that serves to submit,
Outlook 2010 Desk Reference Guide
Outlook 2010 Desk Reference Guide Version 1.0 Developed by OR/WA IRM Please remember to print back-to-back. July 12, 2011 Microsoft Outlook 2010 This document has been developed by OR/WA IRM staff to provide
Blackboard Learning System: Student Instructional Guide
Blackboard Learning System: Student Instructional Guide This manual was prepared to assist students in the understanding, orientation, and usage of the Blackboard Learning System online course management
Learning to Teach Online!
elearning: enhancing learning, teaching and assessment in the creative arts Learning to Teach Online! Introduction to Blackboard Part One: the Student Experience elearning: contacts Julian Fletcher Leigh
GET INTO OFFICE 365: OneDrive for Business Guide
GET INTO : OneDrive for Business Guide Your classroom resources online, anywhere at any time. This guide will introduce you to OneDrive for Business, which is part of the Office 365 offering provided by
Titan Apps. Drive (Documents)
Titan Apps Drive (Documents) University of Wisconsin Oshkosh 7/11/2012 0 Contents What is Titan Apps?... 1 Need Help with Titan Apps?... 1 What other resources can I use to help me with Titan Apps?...
Sections in the current notebook: Sections let you organize notes by activities, topics, or people in your life. Start with a few in each notebook.
Getting Started with OneNote Page 1 1. OneNote basics How are OneNote pages different? This is an example of a normal page of notes. You can type anywhere just click and type. For example, type your name
NetSupport School: Classroom Management
NetSupport School: Classroom Management NetSupport School is a class leading training software solution, providing Teachers with the ability to instruct, monitor and interact with their Students either
Quick Info. What is GO? A Brief Summary
Quick Info Parent/Student URL: Faculty Center URL: https://go.fwps.org https://go.fwps.org/faculty/ What is GO? A Brief Summary GO (formerly Grades Online) is a web-based application that allows students,
Pearson Inform v4.0 Educators Guide
Pearson Inform v4.0 Educators Guide Part Number 606 000 508 A Educators Guide v4.0 Pearson Inform First Edition (August 2005) Second Edition (September 2006) This edition applies to Release 4.0 of Inform
Basic Web Development @ Fullerton College
Basic Web Development @ Fullerton College Introduction FC Net Accounts Obtaining Web Space Accessing your web space using MS FrontPage Accessing your web space using Macromedia Dreamweaver Accessing your
College of Marin Email Accounts Fall 2010. marin.edu Email Access,
marin.edu Email Access, There are two email accounts assigned to each full-time and part-time faculty member, [email protected], referred to as your marin.edu account and [email protected],
Ross University s Content Management System (CMS) Training Manual
Ross University s Content Management System (CMS) Training Manual Version 1.0 This is the Ross University Content Management System (CMS) training manual. This manual is intended for Ross University content
Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.
28 VIRTUAL EXHIBIT Virtual Exhibit (VE) is the instant Web exhibit creation tool for PastPerfect Museum Software. Virtual Exhibit converts selected collection records and images from PastPerfect to HTML
PEARSON Parent/Teacher Guide to Online Electronic Practice Assessment Tests (epats) FAQs, Instructions, and Hardware & Software Requirements
PEARSON Parent/Teacher Guide to Online Electronic Practice Assessment Tests (epats) FAQs, Instructions, and Hardware & Software Requirements Copyright 2014 4/11/2014 Table of Contents Introduction... 1
REMOTELY ACCESS YOUR FILES WITH THE FLAGLER FILECONNECT SYSTEM
REMOTELY ACCESS YOUR FILES WITH THE FLAGLER FILECONNECT SYSTEM This document explains the various ways to connect to your network files and group share data. In addition, staff and full-time faculty are
Joomla! 2.5.x Training Manual
Joomla! 2.5.x Training Manual Joomla is an online content management system that keeps track of all content on your website including text, images, links, and documents. This manual includes several tutorials
EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators
EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...
Updox, LLC [email protected] 614-547-9635
Set Up and User Guide Version 3.2.2 Updox, LLC [email protected] 614-547-9635 Table of Contents Creating and Managing Internal Updox Users... 3 How to Send and Receive Faxes... 4 How to Import Files into
HOW IT WORKS E-SIGNLIVE 1 INTRODUCTION 2 OVERVIEW
HOW IT WORKS E-SIGNLIVE 1 INTRODUCTION With e-signlive, Silanis hosted service, you can invite other people to conveniently and securely sign documents over the web. Your documents can be easily signed
Where do I start? DIGICATION E-PORTFOLIO HELP GUIDE. Log in to Digication
You will be directed to the "Portfolio Settings! page. On this page you will fill out basic DIGICATION E-PORTFOLIO HELP GUIDE Where do I start? Log in to Digication Go to your school!s Digication login
Intro to Web Development
Intro to Web Development For this assignment you will be using the KompoZer program because it free to use, and we wanted to keep the costs of this course down. You may be familiar with other webpage editing
Creating Personal Web Sites Using SharePoint Designer 2007
Creating Personal Web Sites Using SharePoint Designer 2007 Faculty Workshop May 12 th & 13 th, 2009 Overview Create Pictures Home Page: INDEX.htm Other Pages Links from Home Page to Other Pages Prepare
Introduction to Google Docs
Introduction to Google Docs If you do not have a Google account please see the instructor about setting up an account before the class begins. If you do not want to set up an account you can follow along
Table of Contents. 1. Introduction to the Outlook Mail Client
M icrosoft Outlook is the Microsoft s flagship messaging tool for email, calendaring and information sharing for Microsoft Exchange Server and is the supported client at. This manual will provide an introduction
How to connect to the University of Exeter VPN service
How to connect to the University of Exeter VPN service *****Important Part of the process of using the VPN service involves the automatic download and installation of Juniper Network Connect software,
MailEnable Web Mail End User Manual V 2.x
MailEnable Web Mail End User Manual V 2.x MailEnable Messaging Services for Microsoft Windows NT/2000/2003 MailEnable Pty. Ltd. 486 Neerim Road Murrumbeena VIC 3163 Australia t: +61 3 9569 0772 f: +61
UW WEB CONTENT MANAGEMENT SYSTEM (CASCADE SERVER)
UW WEB CONTENT MANAGEMENT SYSTEM (CASCADE SERVER) LEVEL 1 Information Technology Presented By: UW Institutional Marketing and IT Client Support Services University of Wyoming UW CONTENT MANAGEMENT SYSTEM
Using the free iweb webpage templates
Table of Contents: Using the free iweb webpage templates Overview... 1 Setup... 1 How to download... 2 How to extract the template files from the.zip file... 2 Programs to use... 3 Rules to follow... 3
Cal Poly Pomona Cascade Server Beginning Web Author Training
Cal Poly Pomona Cascade Server Beginning Web Author Training Contents Recommended Browsers for using Cascade... 3 Content Management System Overview... 3 Content Management System Diagram- workflow...
WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13
WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version 1.0 2-25-13 CONTENTS Things to Remember... 2 Browser Requirements... 2 Why Some Areas of Your Website May Not Be CMS Enabled...
User Guide. Chapter 6. Teacher Pages
User Guide Chapter 6 s Table of Contents 1. Introduction... 4 I. Enhancements... 5 II. Tips... 6 2. Key Information... 7 3. How to Add a... 8 4. How to Edit... 10 I. SharpSchool s WYSIWYG Editor... 11
Office of History. Using Code ZH Document Management System
Office of History Document Management System Using Code ZH Document The ZH Document (ZH DMS) uses a set of integrated tools to satisfy the requirements for managing its archive of electronic documents.
POLARIS INSTALLATION
POLARIS INSTALLATION BELS runs the Polaris 4.1 Integrated Library System (ILS)- the same system as BCCLS. BELS users will connect to Polaris via a terminal server using Remote Desktop Connection (RDC).
Turnitin Student User Manual Chapter 1: Getting Started
Turnitin Student User Manual Chapter 1: Getting Started Version: 2.1.2 Updated January 24, 2011 Turnitin Student Handbook: 1 Contents Chapter 1: Getting Started 1 Creating a New User Profile 4 Resetting
Site Maintenance. Table of Contents
Site Maintenance Table of Contents Adobe Contribute How to Install... 1 Publisher and Editor Roles... 1 Editing a Page in Contribute... 2 Designing a Page... 4 Publishing a Draft... 7 Common Problems...
Startup Guide. Version 2.3.9
Startup Guide Version 2.3.9 Installation and initial setup Your welcome email included a link to download the ORBTR plugin. Save the software to your hard drive and log into the admin panel of your WordPress
LMS Integration: Authoring Tools, Collaboration Tools and Enterprise IT. Andrew Chemey. Computer Scientist
LMS Integration: Authoring Tools, Collaboration Tools and Enterprise IT Andrew Chemey Computer Scientist 2008 Adobe Systems Incorporated. All Rights Reserved. 1 LMS Integration with Connect Pro: elearning
Do I need to install anything on my computer to use the VC?
FAQs How does the Virtual computer work? Essentially, the computer accessing the Virtual computer acts as a wireless mouse and keyboard. The applications themselves are running on IT Sligo servers in a
CHROMEBOOK TIPS & TRICKS
CHROMEBOOK TIPS & TRICKS NILES ELEMENTARY DIST. 71 0 Table of Contents Getting Started with your Chromebook... 3 Ready When You Are!... 3 Getting To Know The Keyboard... 3 The Search Key and Caps Lock
Contractor Training Management, Online. Induction and Automated Compliance
Contractor Training Management, Online Induction and Automated Compliance COMPLETE CONTRACTOR MANAGEMENT INDUCTNOW CONTRACTOR MANAGEMENT ON-BOARDING AND STAFF INDUCTION PORTALS Create custom groups for
Blackboard s Collaboration Tools
Blackboard s Collaboration Tools Blackboard s collaboration tools allow you to communicate live with your class. You and your students must schedule a time to be simultaneously logged in to use these tools.
User Guide Version 5.1
User Guide Version 5.1 Copyright 2010 Pearson Education, Inc. or its affiliate(s). All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic
Paperless employment applications ease the hiring process.
Employee Onboarding Reviewing paper job applications can become a time-consuming task for HR recruiters. Paper applications may be difficult to read, or contain incomplete information. The success of the
Personal Portfolios on Blackboard
Personal Portfolios on Blackboard This handout has four parts: 1. Creating Personal Portfolios p. 2-11 2. Creating Personal Artifacts p. 12-17 3. Sharing Personal Portfolios p. 18-22 4. Downloading Personal
The Reprographics Online E-Copy Process is used to submit print jobs to the RUSD Reprographics department.
The Reprographics E-Copy Process The Reprographics Online E-Copy Process is used to submit print jobs to the RUSD Reprographics department. FTP Site Submission For Print Job Files FTP Print Job Submissions
Blackboard Collaborate Classroom in Desire2Learn. Presenters
Blackboard Collaborate Classroom in Desire2Learn Presenters Copyright 2014 Information Technology Services Kennesaw State University This document may be downloaded, printed, or copied, for educational
Outlook Web Access (OWA) User Guide
Outlook Web Access (OWA) User Guide September 2010 TABLE OF CONTENTS TABLE OF CONTENTS... 2 1.0 INTRODUCTION... 4 1.1 OUTLOOK WEB ACCESS SECURITY CONSIDERATIONS... 4 2.0 GETTING STARTED... 5 2.1 LOGGING
MAXMAILER USER GUIDE
MaxBulk Mailer MAXMAILER USER GUIDE For campus help, contact: 6-TECH Technical Support by e-mailing [email protected] or calling 336.256.TECH(8324) 1 The MaxBulk Mailer document window is made of five tab
Download and Install the Citrix Receiver for Mac/Linux
Download and Install the Citrix Receiver for Mac/Linux NOTE: WOW can only be used with Internet Explorer for Windows. To accommodate WOW customers using Mac or Linux computers, a Citrix solution was developed
Quickstart Tutorial. Bradford Technologies, Inc. 302 Piercy Road, San Jose, California 95138 800-622-8727 fax 408-360-8529 www.bradfordsoftware.
Quickstart Tutorial A ClickFORMS Tutorial Page 2 Bradford Technologies. All Rights Reserved. No part of this document may be reproduced in any form or by any means without the written permission of Bradford
Accessing your Staff (N and O drive) files from off campus
Accessing your Staff (N and O drive) files from off campus It is possible to access your N and O drive files while you are off campus, for example whilst working from home or travelling. This document
Appendix A How to create a data-sharing lab
Appendix A How to create a data-sharing lab Creating a lab involves completing five major steps: creating lists, then graphs, then the page for lab instructions, then adding forms to the lab instructions,
Technology Contributes to Better Project Information Management and File Sharing MAY 2014 www.lynnimaging.com
Technology Contributes to Better Project Information Management and File Sharing Beginning with the End in Mind MAY 2014 www.lynnimaging.com Lynn Imaging Began as Lynn Blue Print and Supply Co. in 1946
SMART Sympodium and Notebook Software 9.5
SMART Sympodium and Notebook Software 9.5 What is a SMART Sympodium? Equipped with the same software as SMART Board interactive whiteboards, SMART Sympodium interactive pen displays are perfect for presenting
USM Web Content Management System
University of Southern Maine USM Web Content Management System USM Web CMS Technical Development Group 4/26/2011 Content o Introduction o Login o User Roles o Group Member o Group Publisher o Group Admin
VAST EMAIL. How to Register and Login to Your Vast Email Account. Selecting email address and password
VAST EMAIL How to Register and Login to Your Vast Email Account Selecting email address and password To choose your Vast Internet email address and password, as well as register your account from your
SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server.
Contents For Administrators... 3 Set up SourceAnywhere... 3 SourceAnywhere Service Configurator... 3 Start Service... 3 IP & Port... 3 SQL Connection... 4 SourceAnywhere Server Manager... 4 Add User...
Blackboard 9.1 Basic Instructor Manual
Blackboard 9.1 Basic Instructor Manual 1. Introduction to Blackboard 9.1... 2 1.1 Logging in to Blackboard... 3 2. The Edit Mode on... 3 3. Editing the course menu... 4 3.1 The course menu explained...
Quick Guide to the Cascade Server Content Management System (CMS)
Quick Guide to the Cascade Server Content Management System (CMS) Waubonsee Community College Cascade Server Content Administration January 2011 page 1 of 11 Table of Contents Requirements...3 Logging
