Assignment Submission HOWTO

Size: px
Start display at page:

Download "Assignment Submission HOWTO"

Transcription

1 Assignment Submission HOWTO This document provides detailed instructions on: 1. How to submit an assignment via Blackboard 2. How to create a zip file and check its contents 3. How to make file extensions visible in Windows Explorer 1. Submitting an assignment via Blackboard Your submission always consists of a zip archive of the required source files, in the correct package directory structure, submitted as an attachment via Blackboard. If you are submitting a preassignment, you should submit the zip archive named SUBMIT_THIS_xxxx.zip that was created by the specchecker. Do not use any other type of archive (e.g. tar or WinRAR). Check the contents of the zip file before submitting. Check that the submission was successful To submit an assignment: 1. In Blackboard, go to the Assignments folder in Course Content and click on the assignment. If is your first submission for this assignment, you ll see the Upload Assignment page as in the screenshot on next page. Scroll down to Assignment Materials and next to where it says Attach File, click on Browse My Computer.

2 Figure 1 Submitting an assignment: Attach your zip file, and click the Submit button

3 2. In the file dialog browse to the zip file you wish to submit. Then click the Open button. 3. The file name should appear in the list of attachedd files. 4. The two editor windows should be left blank. Anything you type here will be ignored. 5. Click the Submit button at the bottom of thee page Figure 2 Checking a submission: download the zip file and look at its contents To check your submission 1. In Blackboard, go to the Assignments s folder in Course Content and click on the assignment. If you have already submitted it at least once, you should see the Review Submission History page as in Figure Click on the plus sign to expand the most recent attempt and make sure your zip file is listed there. 3. Click on the filename to download it into a temporary, empty directory. 4. Extract and examine the contents of the zip file and make sure it is exactly what you intended to submit.

4 To resubmit a previously submitted assignment 1. In Blackboard, go to the Assignments folder in Course Content and click on the assignment. If you have already submitted it at least once, you should see the Review Submission History page as in Figure Click the Start New Submission button and follow the submission instructions above. 2. Creating a zip file Note: These instructions only apply to regular homework assignments. For preassignments, you should just submit the zip file named SUBMIT_THIS_xxxx.zip that was created by the specchecker. The most important thing to remember is: Submit your source files, not the compiled class files! The source files are the ones you typed. These are the files that the instructors and TAs are going to read. The class files are machine instructions generated by the compiler and are executed by the Java runtime. We can t read them! The source files always have the extension.java, and the class files have the extension.class. By default, Eclipse stores the source files in a directory called src and the class files in a directory called bin within the project directory. If you can t see file extensions when you look at your files in Windows Explorer, see Section 3 of this document. You can create a zip archive of your source files in many ways, but this is the simplest. Creating a zip archive using Windows Explorer 1. Navigate to your project directory and find the source files. By default, Eclipse stores these files in a directory called src directly below the project directory. 2. Right-click on the src directory and select Send To --> Compressed/zipped file. 3. Rename the.zip file appropriately, if necessary 4. Open your zip file and check that its contents are correct (see below).

5 Checking the contents of a zip file In Windows, you can normally just double-click on a zip file to examine its contents in an Explorer window. Make sure you have a directory structure matching the package structure for the project and that you are submitting the.java files, NOT the.class files. Figure 3 Be sure you see the.java extension for files you submit If you cannot see the file extensions to distinguish between.class and.java files, you should change the view settings in Windows Explorer as described in Section Making file extension ns visible in Windows Explorer Most files have an extension (an ending consisting of a period plus several letters) that helps identify what type of file it is. By default, Windows Explorer does not show the extensions for most types of files. In programming we frequently have several files with the same name, but different extensions, and it is crucial to distinguish between them. To make sure you see file extensions you can change the view settings in Windowss Explorer: 1. In Windows Explorer Click on Organize and d from the drop-down menu select Folder and Search Options. (Note: in older versions off Windows or in the Classic view, the Folder Options are under the Tools menu.) 2. In the Folder Options dialog that comes up, click on the View tab. 3. UN-check the option Hide extensions for known file types. (See Figure 4.)

6 4. Click Apply to Folders and then OK. (If Apply to Folders button is disabled, just click OK. Figure 4 UNcheck Hide extensions and click Apply to folders

Com S 227 Assignment Submission HOWTO

Com S 227 Assignment Submission HOWTO Com S 227 Assignment Submission HOWTO This document provides detailed instructions on: 1. How to submit an assignment via Canvas and check it 3. How to examine the contents of a zip file 3. How to create

More information

Our second exam is Thursday, November 10. Note that it will not be possible to get all the homework submissions graded before the exam.

Our second exam is Thursday, November 10. Note that it will not be possible to get all the homework submissions graded before the exam. Com S 227 Fall 2016 Assignment 3 300 points Due Date: Wednesday, November 2, 11:59 pm (midnight) Late deadline (25% penalty): Thursday, November 2, 11:59 pm General information This assignment is to be

More information

Web-CAT Guidelines. 1. Logging into Web-CAT

Web-CAT Guidelines. 1. Logging into Web-CAT Contents: 1. Logging into Web-CAT 2. Submitting Projects via jgrasp a. Configuring Web-CAT b. Submitting Individual Files (Example: Activity 1) c. Submitting a Project to Web-CAT d. Submitting in Web-CAT

More information

Our second exam is Monday, April 3. Note that it will not be possible to get all the homework submissions graded before the exam.

Our second exam is Monday, April 3. Note that it will not be possible to get all the homework submissions graded before the exam. Com S 227 Spring 2017 Assignment 3 300 points Due Date:, Wednesday, March 29 11:59 pm (midnight) Late deadline (25% penalty): Thursday, March 30, 11:59 pm General information This assignment is to be done

More information

MARKING CANVAS ASSIGNMENTS OFFLINE (INCLUDING MARKING ANONYMOUSLY)

MARKING CANVAS ASSIGNMENTS OFFLINE (INCLUDING MARKING ANONYMOUSLY) LEARNING TECHNOLOGY AT LJMU MARKING CANVAS ASSIGNMENTS OFFLINE (INCLUDING MARKING ANONYMOUSLY) Information about Downloading Student Submissions If you want to download all student submissions for an assignment,

More information

Getting Started with Eclipse/Java

Getting Started with Eclipse/Java Getting Started with Eclipse/Java Overview The Java programming language is based on the Java Virtual Machine. This is a piece of software that Java source code is run through to produce executables. The

More information

Moodle 2.2 Student User Guide My Private Files

Moodle 2.2 Student User Guide My Private Files Moodle 2.2 Student User Guide My Private Files Using My Private Files My Private Files saves files in the cloud. Only the user may access it, but you can access it from any computer where you can access

More information

Submitting Assignments

Submitting Assignments Submitting Assignments Blackboard s assignments feature allows the instructor to assign coursework for you to submit electronically. First, you need to locate the assignment. Your instructor will place

More information

Note: This is a miniassignment and the grading is automated. If you do not submit it correctly, you will receive at most half credit.

Note: This is a miniassignment and the grading is automated. If you do not submit it correctly, you will receive at most half credit. Com S 227 Fall 2017 Miniassignment 1 50 points Due Date: Monday, October 16, 11:59 pm (midnight) Late deadline (25% penalty): Tuesday, October 17, 11:59 pm General information This assignment is to be

More information

Information Technology Services

Information Technology Services Information Technology Services Quick Start Guide for Cascade Server Quick Start Guide Sections: Logging into Cascade Server... 3 Dashboard... 4 Main Navigation... 4 Search Field... 4 Left hand Navigation/Asset

More information

CMPSCI 187 / Spring 2015 Sorting Kata

CMPSCI 187 / Spring 2015 Sorting Kata Due on Thursday, April 30, 8:30 a.m Marc Liberatore and John Ridgway Morrill I N375 Section 01 @ 10:00 Section 02 @ 08:30 1 Contents Overview 3 Learning Goals.................................................

More information

CMPSCI 187 / Spring 2015 Hanoi

CMPSCI 187 / Spring 2015 Hanoi Due on Thursday, March 12, 2015, 8:30 a.m. Marc Liberatore and John Ridgway Morrill I N375 Section 01 @ 10:00 Section 02 @ 08:30 1 Contents Overview 3 Learning Goals.................................................

More information

Tips from the experts: How to waste a lot of time on this assignment

Tips from the experts: How to waste a lot of time on this assignment Com S 227 Spring 2018 Assignment 1 100 points Due Date: Friday, September 14, 11:59 pm (midnight) Late deadline (25% penalty): Monday, September 17, 11:59 pm General information This assignment is to be

More information

Tips from the experts: How to waste a lot of time on this assignment

Tips from the experts: How to waste a lot of time on this assignment Com S 227 Spring 2018 Assignment 1 80 points Due Date: Friday, February 2, 11:59 pm (midnight) Late deadline (25% penalty): Monday, February 5, 11:59 pm General information This assignment is to be done

More information

Circular Linked List Assignment

Circular Linked List Assignment Page 1 of 6 Circular Linked List Assignment Overview A circular linked list is essentially a singly linked list in which the next pointer of the tail node is set to point to the head node of the linked

More information

UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared by Harald Gjermundrod

UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared by Harald Gjermundrod Page 1 of 19 UNic Eclipse Mini Tutorial (Updated 06/09/2012) Prepared By: Harald Gjermundrod Table of Contents 1 EASY INSTALLATION... 2 1.1 DOWNLOAD... 2 1.2 INSTALLING... 2 2 CUSTOMIZED INSTALLATION...

More information

How To Complete SAM Textbook Projects

How To Complete SAM Textbook Projects This is a guide for completing SAM Textbook. These are general instructions and should not be used for a specific assignment. For instructions regarding a specific assignment, please see the assignment

More information

Mail Merge. To Use Mail Merge: Selecting Step by Step Mail Merge Wizard. Step 1:

Mail Merge. To Use Mail Merge: Selecting Step by Step Mail Merge Wizard. Step 1: Mail Merge When you are performing a Mail Merge, you will need a Word document (you can start with an existing one or create a new one), and a recipient list, which is typically an Excel workbook. Watch

More information

BLACKBOARD: Course Management

BLACKBOARD: Course Management BLACKBOARD: Course Management LOGGING IN Note: you will use your Babson username and password to access Blackboard. TO LOGIN TO BLACKBOARD: 1. Open a web browser and type http://blackboard.babson.edu.

More information

Fairfield University Using Xythos for File Storage

Fairfield University Using Xythos for File Storage Fairfield University Using Xythos for File Storage Version 7.0 Table of Contents I: Accessing your Account...2 II: Uploading Files via the Web...2 III: Manage your Folders and Files via the Web...4 IV:

More information

Importing Static and Dated Announcements and Assignments

Importing Static and Dated Announcements and Assignments Importing Static and Dated Announcements and Assignments Static and dated Announcements and Assignments that are exported from UAS Online will be imported into Blackboard as HTML (web) pages. That is,

More information

BLACKBOARD PORTFOLIOS

BLACKBOARD PORTFOLIOS BLACKBOARD PORTFOLIOS Blackboard Learn Student Support elearning Instructors may create assignments in their courses that require students to build a portfolio using Blackboard s portfolio tool. A portfolio

More information

CS 209 Section 52 Lab 1-A: Getting Started with NetBeans Instructor: J.G. Neal Objectives: Lab Instructions: Log in Create folder CS209

CS 209 Section 52 Lab 1-A: Getting Started with NetBeans Instructor: J.G. Neal Objectives: Lab Instructions: Log in Create folder CS209 CS 209 Section 52 Lab 1-A: Getting Started with NetBeans Instructor: J.G. Neal Objectives: 1. To create a project in NetBeans. 2. To create, edit, compile, and run a Java program using NetBeans. 3. To

More information

Note: This is a miniassignment and the grading is automated. If you do not submit it correctly, you will receive at most half credit.

Note: This is a miniassignment and the grading is automated. If you do not submit it correctly, you will receive at most half credit. Com S 227 Fall 2018 Miniassignment 1 40 points Due Date: Friday, October 12, 11:59 pm (midnight) Late deadline (25% penalty): Monday, October 15, 11:59 pm General information This assignment is to be done

More information

Exporting a Course. This tutorial will explain how to export a course in Blackboard and the difference between exporting and archiving.

Exporting a Course. This tutorial will explain how to export a course in Blackboard and the difference between exporting and archiving. Blackboard Tutorial Exporting a Course This tutorial will explain how to export a course in Blackboard and the difference between exporting and archiving. Exporting vs. Archiving The Export/Archive course

More information

Note: This is a miniassignment and the grading is automated. If you do not submit it correctly, you will receive at most half credit.

Note: This is a miniassignment and the grading is automated. If you do not submit it correctly, you will receive at most half credit. Com S 227 Spring 2018 Miniassignment 1 40 points Due Date: Thursday, March 8, 11:59 pm (midnight) Late deadline (25% penalty): Friday, March 9, 11:59 pm General information This assignment is to be done

More information

Moving Materials from Blackboard to Moodle

Moving Materials from Blackboard to Moodle Moving Materials from Blackboard to Moodle Blackboard and Moodle organize course material somewhat differently and the conversion process can be a little messy (but worth it). Because of this, we ve gathered

More information

I. Downloading Grades from the Grade Center

I. Downloading Grades from the Grade Center I. Downloading Grades from the Grade Center If you use the Blackboard Grade Center for grading, it is recommended that you download the data from the Grade Center into Excel to keep a backup copy for yourself.

More information

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel.

Figure 1 Forms category in the Insert panel. You set up a form by inserting it and configuring options through the Properties panel. Adobe Dreamweaver CS6 Project 3 guide How to create forms You can use forms to interact with or gather information from site visitors. With forms, visitors can provide feedback, sign a guest book, take

More information

Student User Guide: Navigation. Student User Guide: Navigation Toolbar

Student User Guide: Navigation. Student User Guide: Navigation Toolbar Student User Guide: Navigation Toolbar Table of Contents Navigation Toolbar... 3 Menu Button... 3 Dashboard... 4 Courses... 6 LiveText Docs... 8 File Manager... 9 Reviews... 11 Forms... 12 Community...

More information

CS/IT 114 Introduction to Java, Part 1 FALL 2016 CLASS 2: SEP. 8TH INSTRUCTOR: JIAYIN WANG

CS/IT 114 Introduction to Java, Part 1 FALL 2016 CLASS 2: SEP. 8TH INSTRUCTOR: JIAYIN WANG CS/IT 114 Introduction to Java, Part 1 FALL 2016 CLASS 2: SEP. 8TH INSTRUCTOR: JIAYIN WANG 1 Notice Class Website http://www.cs.umb.edu/~jane/cs114/ Reading Assignment Chapter 1: Introduction to Java Programming

More information

2. Re-use questions from an existing Pool and/or Test within the same course.

2. Re-use questions from an existing Pool and/or Test within the same course. Blackboard Faculty Tutorial Using Question Pools Question Pools allow Instructors to create and store questions for repeated use in tests and exams. There are basically four methods available for getting

More information

CMPSCI 187 / Spring 2015 Hangman

CMPSCI 187 / Spring 2015 Hangman CMPSCI 187 / Spring 2015 Hangman Due on February 12, 2015, 8:30 a.m. Marc Liberatore and John Ridgway Morrill I N375 Section 01 @ 10:00 Section 02 @ 08:30 1 CMPSCI 187 / Spring 2015 Hangman Contents Overview

More information

Lab 1 Introduction to UNIX and C

Lab 1 Introduction to UNIX and C Name: Lab 1 Introduction to UNIX and C This first lab is meant to be an introduction to computer environments we will be using this term. You must have a Pitt username to complete this lab. NOTE: Text

More information

WORKING WITH YOUR PORTFOLIO

WORKING WITH YOUR PORTFOLIO WORKING WITH YOUR PORTFOLIO THE INFORMATION INCLUDED HERE COVERS HOW TO CREATE YOUR PORTFOLIO FOLDER, HOW TO LINK DOCUMENTS TO YOUR TABLE OF CONTENTS, AND HOW TO SAVE / SEND YOUR PORTFOLIO TO YOUR PROFESSOR

More information

User Account Cleanup. Blackboard Web Community Manager

User Account Cleanup. Blackboard Web Community Manager User Account Cleanup Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos

More information

Session 10 MS Word. Mail Merge

Session 10 MS Word. Mail Merge Session 10 MS Word Mail Merge Table of Contents SESSION 10 - MAIL MERGE... 3 How Mail Merge Works?... 3 Getting Started... 4 Start the Mail Merge Wizard... 4 Selecting the starting document... 5 Letters:...

More information

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Uploading to and working with WebCT's File Manager... Page - 1 uploading files... Page - 3 My-Files... Page - 4 Unzipping

More information

Getting Started with Moodle 2.0

Getting Started with Moodle 2.0 Getting Started with Moodle 2.0 Note: Please use Mozilla Firefox if you are working on a Mac 1. Login to Moodle 2. How to Access a Course 3 Edit your Profile Information 4. Add a Personal photo 5. Disable

More information

Introduction. Mail Merge. Word 2010 Using Mail Merge. Video: Using Mail Merge in Word To Use Mail Merge: Page 1

Introduction. Mail Merge. Word 2010 Using Mail Merge. Video: Using Mail Merge in Word To Use Mail Merge: Page 1 Word 2010 Using Mail Merge Introduction Page 1 Mail merge is a useful tool that will allow you to easily produce multiple letters, labels, envelopes, name tags and more using information stored in a list,

More information

CS 2110 Fall Instructions. 1 Installing the code. Homework 4 Paint Program. 0.1 Grading, Partners, Academic Integrity, Help

CS 2110 Fall Instructions. 1 Installing the code. Homework 4 Paint Program. 0.1 Grading, Partners, Academic Integrity, Help CS 2110 Fall 2012 Homework 4 Paint Program Due: Wednesday, 12 November, 11:59PM In this assignment, you will write parts of a simple paint program. Some of the functionality you will implement is: 1. Freehand

More information

File Cabinet Manager

File Cabinet Manager Tool Box File Cabinet Manager Java File Cabinet Manager Password Protection Website Statistics Image Tool Image Tool - Resize Image Tool - Crop Image Tool - Transparent Form Processor Manager Form Processor

More information

Student User Guide: edtpa Submissions

Student User Guide: edtpa Submissions Student User Guide: edtpa Submissions Student User Guide: edtpa Submissions 1 W. Harris Avenue, 2nd Floor, La Grange, IL 60525 1-866-LiveText (1-866-548-3839) www.livetext.com 2 Table of Contents Introduction...

More information

Adrian College Blackboard Quick Start Guide for Instructors

Adrian College Blackboard Quick Start Guide for Instructors Adrian College Blackboard Quick Start Guide for Instructors Table of Contents Logging into Blackboard... 1 User Management Enrolling Students... 1 Enrolling a Guest, T.A. or Grader.... 1 Course Site Overview...

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

Work with the TeacherLists School Supply Lists App

Work with the TeacherLists School Supply Lists App Work with the TeacherLists School Supply Lists App Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service

More information

2 The Stata user interface

2 The Stata user interface 2 The Stata user interface The windows This chapter introduces the core of Stata s interface: its main windows, its toolbar, its menus, and its dialogs. The five main windows are the Review, Results, Command,

More information

COURSE FILES. BLACKBOARD TUTORIAL for INSTRUCTORS

COURSE FILES. BLACKBOARD TUTORIAL for INSTRUCTORS OVERVIEW: Course Files provides file storage on the Blackboard server for a single course. Course Files within each course displays content for that specific course, not for other courses you teach. You

More information

Registration, Data Download, and Online Homework

Registration, Data Download, and Online Homework Registration, Data Download, and Online Homework Register on the Armond Dalton Resources Website... E-2 Download the Project Data Files to a USB drive... E-5 Online Homework... E-6 Lab Computer: You will

More information

Easy Windows Working with Disks, Folders, - and Files

Easy Windows Working with Disks, Folders, - and Files Easy Windows 98-3 - Working with Disks, Folders, - and Files Page 1 of 11 Easy Windows 98-3 - Working with Disks, Folders, - and Files Task 1: Opening Folders Folders contain files, programs, or other

More information

Assignment Manager. Change Edit Mode to On if it is not already by clicking on the option at the top right of the window.

Assignment Manager. Change Edit Mode to On if it is not already by clicking on the option at the top right of the window. Assignment Manager Blackboard has a tool called the Assignment Manager that facilitates file submissions from students. The Assignment Manager feature can be used in any content area (e.g. Course Information,

More information

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image Inserting Image To make your page more striking visually you can add images. There are three ways of loading images, one from your computer as you edit the page or you can preload them in an image library

More information

Cmpt 101 Lab 1 - Outline

Cmpt 101 Lab 1 - Outline Cmpt 101 Lab 1 - Outline Instructions: Work through this outline completely once directed to by your Lab Instructor and fill in the Lab 1 Worksheet as indicated. Contents PART 1: GETTING STARTED... 2 PART

More information

The following tutorial provides step-by-step instructions and best practices for using My Content and the Course Content file directories.

The following tutorial provides step-by-step instructions and best practices for using My Content and the Course Content file directories. OVERVIEW: The content system in Blackboard is the file storage and management system for the support documentation, individual courses, and CityU faculty (course instructors, course managers, builders,

More information

Using Lloyd s Direct Reporting. User Guide

Using Lloyd s Direct Reporting. User Guide Using Lloyd s Direct Reporting User Guide AUGUST 2013 2 Contents CONTENTS 2 LLOYD S DIRECT REPORTING 3 ABOUT THIS SERVICE 3 FURTHER HELP AND SUPPORT 3 USER GUIDE 4 ACCESSING LLOYD S DIRECT REPORTING 4

More information

How to Enable and Use itunes U With Your Blackboard Course

How to Enable and Use itunes U With Your Blackboard Course How to Enable and Use itunes U With Your Blackboard Course Please Note: Both instructors and students must download and install or have access to a computer with itunes. Please download and install itunes

More information

To complete this project, you will need the following folder:

To complete this project, you will need the following folder: = CHAPTER 1 Windows 7 More Skills 12 Use Libraries to Organize Files A library is a collection of files and folders stored in different locations on your computer that can be viewed as a single folder.

More information

Tab-Delimited File and Compound Objects - Documents, Postcards, and Cubes. (Not Monographs)

Tab-Delimited File and Compound Objects - Documents, Postcards, and Cubes. (Not Monographs) 1" Tab-Delimited File and Compound Objects - Documents, Postcards, and Cubes (Not Monographs) See Help Sheet: Tab-Delimited File and Compound Object - Monograph Content "2" Page 4: Why use Tab-delimited

More information

Lab 1: Silver Dollar Game 1 CSCI 2101B Fall 2018

Lab 1: Silver Dollar Game 1 CSCI 2101B Fall 2018 Lab 1: Silver Dollar Game 1 CSCI 2101B Fall 2018 Due: Tuesday, September 18, 11:59 pm Collaboration Policy: Level 1 (review full policy for details) Group Policy: Individual This lab will give you experience

More information

EXPORT AND IMPORT INSTRUCTIONS FROM CONNECT TO CANVAS

EXPORT AND IMPORT INSTRUCTIONS FROM CONNECT TO CANVAS EXPORT AND IMPORT INSTRUCTIONS FROM CONNECT TO CANVAS This document has been prepared by the Centre for Teaching & Learning, to assist in the transition from Connect to Canvas. For additional questions

More information

WINDOW 7 & 8: Detailed install instructions

WINDOW 7 & 8: Detailed install instructions Pg. 1 of 16 These instructions are written from the perspective of someone who has very minimal computer skills. It is a detailed step by step process in screenshot format using Firefox web browser. Other

More information

Adding Items to the Course Menu

Adding Items to the Course Menu Adding Items to the Course Menu The course menu, located in the upper left of the screen, contains links to materials and tools within the course. To add more items to the menu, click the plus sign at

More information

Table of contents. Zip Processor 3.0 DMXzone.com

Table of contents. Zip Processor 3.0 DMXzone.com Table of contents About Zip Processor 3.0... 2 Features In Detail... 3 Before you begin... 6 Installing the extension... 6 The Basics: Automatically Zip an Uploaded File and Download it... 7 Introduction...

More information

Creating Presentations with ispring

Creating Presentations with ispring Creating Presentations with ispring Step 1: Download ispring ispring allows you to convert PowerPoint slides with audio narration into an online presentation that will play in your browser. This presentation

More information

Blackboard QuickStart Guide for Students

Blackboard QuickStart Guide for Students Blackboard QuickStart Guide for Students This QuickStart guide will walk you through the process of logging in to Blackboard and submitting your work. If you do not know your login information for Blackboard,

More information

1. The Apache Derby database

1. The Apache Derby database 1. The Apache Derby database In these instructions the directory jdk_1.8.0_112 is named after the version 'number' of the distribution. Oracle tend to issue many new versions of the JDK/ JRE each year.

More information

How to Archive s in Outlook 2007

How to Archive  s in Outlook 2007 How to Archive Emails in Outlook 2007 Step 1: Create an archive folder. 1. Go to File and choose Archive 2. You can have it auto-archive or set the parameters to where it creates an empty archive. Due

More information

Introduction to Cascade Server (web content management system) Logging in to Cascade Server Remember me Messages Dashboard Home

Introduction to Cascade Server (web content management system) Logging in to Cascade Server Remember me Messages Dashboard Home Introduction to Cascade Server (web content management system) Last Updated on Jul 14th, 2010 The College of Charleston's web site is being produced using a Content Management System (CMS) called Cascade

More information

SecureAssist Rulepack Configurator v User Guide December 2015

SecureAssist Rulepack Configurator v User Guide December 2015 SecureAssist Rulepack Configurator v. 2.4.1 User Guide December 2015 Copyright 2015 by Codiscope, LLC. All rights reserved. No part or parts of this documentation may be reproduced, translated, stored

More information

Instructor Guide for Blackboard-Learn

Instructor Guide for Blackboard-Learn Instructor Guide for Blackboard-Learn Prepared by Vice-Dean of E-Learning Dr. Ahmed Youssef Khedr Deanship of IT and E-Learning Contents How to Log In to... 4 Explore Home Tab... 4 My Blackboard Tools...

More information

Lab #1: A Quick Introduction to the Eclipse IDE

Lab #1: A Quick Introduction to the Eclipse IDE Lab #1: A Quick Introduction to the Eclipse IDE Eclipse is an integrated development environment (IDE) for Java programming. Actually, it is capable of much more than just compiling Java programs but that

More information

Creating a new CDC policy using the Database Administration Console

Creating a new CDC policy using the Database Administration Console Creating a new CDC policy using the Database Administration Console When you start Progress Developer Studio for OpenEdge for the first time, you need to specify a workspace location. A workspace is a

More information

Introduction to Blackboard. 1. Go to 2. Click the Login button on the left side of the screen.

Introduction to Blackboard. 1. Go to  2. Click the Login button on the left side of the screen. Introduction to Blackboard Logging in: 1. Go to http://blackboard.sc.edu. 2. Click the Login button on the left side of the screen. 3. On the next screen type your Username and Password in the appropriate

More information

Tips from the experts: How to waste a lot of time on this assignment

Tips from the experts: How to waste a lot of time on this assignment Com S 227 Spring 2017 Assignment 1 80 points Due Date: Thursday, February 2, 11:59 pm (midnight) Late deadline (25% penalty): Friday, February 3, 11:59 pm General information This assignment is to be done

More information

Work with the Google Folder App

Work with the Google Folder App Work with the Google Folder App Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress

More information

Faculty Guide. Creating your Blank Shell for Blackboard Learn:

Faculty Guide. Creating your Blank Shell for Blackboard Learn: Faculty Guide In this guide, you will find directions for creating your blank shells for Blackboard, filling out the course merge form, hiding courses from previous semesters or child sections for merged

More information

CONTENT MIGRATION ANGEL TO BLACKBOARD CONTENTS

CONTENT MIGRATION ANGEL TO BLACKBOARD CONTENTS Introduction CONTENT MIGRATION ANGEL TO BLACKBOARD Content that has been migrated from ANGEL into Blackboard Learn is preserved, but there will be differences in the functionality and layout of the migrated

More information

Starting In Java With JPT in Eclipse

Starting In Java With JPT in Eclipse Starting In Java With JPT in Eclipse 1. Installing Java and Eclipse Both Java from Sun Microsystems and the Eclipse development environment are free to download. It is important that Java be installed

More information

Once file and folders are added to your Module Content area you will need to link to them using the Item tool.

Once file and folders are added to your Module Content area you will need to link to them using the Item tool. VITAL how to guides elearning Unit Last updated: 01.10.2010 Course Files tool Overview Course Files tool enables you to: Quickly copy large numbers of files into a VITAL module. Files can be dragged and

More information

Module 3: Changes and Correspondence

Module 3: Changes and Correspondence Table of Contents Module 3: Changes and Correspondence Module 3 Objective: Covers how to request application changes and communicate with study team, core staff and reviewers. Important Points: eresearch

More information

IRB Committee Member Adverse Event (AE) Single Member Review

IRB Committee Member Adverse Event (AE) Single Member Review IRB Committee Member AE Single IRB Committee Member Adverse Event (AE) Single When an Adverse Event (AE) is reported by the study team, IRB Staff will assign it to the appropriate reviewer(s). Once an

More information

Archiving s in Microsoft Outlook 2016

Archiving  s in Microsoft Outlook 2016 How to Manually Archive Emails Archiving Emails in Microsoft Outlook 2016 1. Open Microsoft Office Outlook 2016 2. At the top-left hand side of the screen, select File. 3. Click the box that says Cleanup

More information

Blackboard Basics. Please see handout for information on how to get to the CUNY Portal and log in to Blackboard.

Blackboard Basics. Please see handout for information on how to get to the CUNY Portal and log in to Blackboard. Blackboard is a course management platform that allows instructors to interact with students and put their classes on the Internet without having to be experts in HTML or web development. Using Blackboard

More information

Putting Examview Tests and Quizzes into MOODLE Courses

Putting Examview Tests and Quizzes into MOODLE Courses Putting Examview Tests and Quizzes into MOODLE Courses 1. Create your test or quiz using examview and save your test bank into the file you want to save it to on your computer. 2. Click on "File" in the

More information

Create SafeAssignment! 2. Viewing & Marking Submitted Papers! 4. Using DirectSubmit! 6. How to Submit Papers through DirectSubmit!

Create SafeAssignment! 2. Viewing & Marking Submitted Papers! 4. Using DirectSubmit! 6. How to Submit Papers through DirectSubmit! SafeAssignments Create SafeAssignment 2 Viewing & Marking Submitted Papers 4 Using DirectSubmit 6 How to Submit Papers through DirectSubmit 6 Created by Marwa Basil 1 of 8 Create SafeAssignment 1. Open

More information

Topic 2: Assignment Details > Using Functions Inside the Turnitin Paper Assignment Inbox

Topic 2: Assignment Details > Using Functions Inside the Turnitin Paper Assignment Inbox Topic 2: Assignment Details > Using Functions Inside the Turnitin Paper Assignment Inbox The Turnitin Inbox is the central location that contains student paper submissions for a Turnitin Paper Assignment.

More information

Files to Contents. User Guide March 11, 2008

Files to Contents. User Guide March 11, 2008 Files 8.3.0 to 8.4.1 User Guide March 11, 2008 Contents Managing files File properties Opening a file or folder Creating a new folder Copying a file or folder Deleting a file or folder Renaming of a file

More information

Blackboard 9.1

Blackboard 9.1 Blackboard 9.1 http://mybb.gvsu.edu Logging into Blackboard... 2 User Management... 2 Course Site Overview... 2 Edit Mode On/OFF... 3 ****Activate your class site... 4 Announcements... 4 File Names...

More information

Turnitin Bulk Download Instructions

Turnitin Bulk Download Instructions Turnitin Bulk Download Instructions Currently, there is no way for Turnitin administrators to bulk download an account s papers from the university s Institutional database. Therefore, it will be up to

More information

Test Automation Integration with Test Management QAComplete

Test Automation Integration with Test Management QAComplete Test Automation Integration with Test Management QAComplete This User's Guide walks you through configuring and using your automated tests with QAComplete's Test Management module SmartBear Software Release

More information

LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide

LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide The installation process will take less than 30 minutes The LinkedIn Sales Navigator for Microsoft Dynamics application (widget)

More information

Electronic Portfolios with Google Sites Create Your Site

Electronic Portfolios with Google Sites Create Your Site Create a Google Account- Follow steps at http://sites.google.co m (sign up, and sign in) Create Your Site Click create site 1.Keep the blank template 2.Name your site 3.Type the code 4.Click create site

More information

nts The Assignments section Creating Assignme Creating an Assignment Types them. assignment. description editing on. follow. description outline.

nts The Assignments section Creating Assignme Creating an Assignment Types them. assignment. description editing on. follow. description outline. Creating Assignme nts The Assignments section gives you an easy way to allow students to upload files for grading and for the instructor to create an item for the Moodle Gradebook Assignments, with the

More information

Slide 1 CS 170 Java Programming 1 Duration: 00:00:49 Advance mode: Auto

Slide 1 CS 170 Java Programming 1 Duration: 00:00:49 Advance mode: Auto CS 170 Java Programming 1 Eclipse@Home Downloading, Installing and Customizing Eclipse at Home Slide 1 CS 170 Java Programming 1 Eclipse@Home Duration: 00:00:49 What is Eclipse? A full-featured professional

More information

Uploading Files to WorldClass

Uploading Files to WorldClass Uploading Files to WorldClass The move from web-classrooms to WorldClass, and eventually the migration to the new Learning Management System requires a slightly different approach to adding and managing

More information

Step by Step Instructions for Using TestGenerator to Import Test Questions into Moodle

Step by Step Instructions for Using TestGenerator to Import Test Questions into Moodle Step by Step Instructions for Using TestGenerator to Import Test Questions into Moodle 1. Open Test Generator by double clicking on TestGenerator Icon. 2. Choose A Test for the Web option. Choose A Test

More information

Work with the Staff Directory App

Work with the Staff Directory App Work with the Staff Directory App Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress

More information

MS Visual Studio.Net 2008 Tutorial

MS Visual Studio.Net 2008 Tutorial 1. Start Visual Studio as follows: MS Visual Studio.Net 2008 Tutorial 2. Once you have started Visual Studio you should see a screen similar to the following image: 3. Click the menu item File New Project...

More information

Tenant Coordination Website User Guide For Tenant Coordinators

Tenant Coordination Website User Guide For Tenant Coordinators Tenant Coordination Website User Guide For Tenant Coordinators Website s Testing address: http://www.ninthdegree.com/westfield/ Contents View Specific Deal 1 Download Documents 4 Upload Documents 7 Post

More information