TURNING IN ASSIGNMENTS

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

Assignment Tutorial.

Lab Exercise 6: Abstract Classes and Interfaces CS 2334

Packaging Your Program into a Distributable JAR File

be able to read, understand, and modify a program written by someone else utilize the Java Swing classes to implement a GUI

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

COMP 401 COURSE OVERVIEW

Com S 227 Assignment Submission HOWTO

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

CMPSCI 187 / Spring 2015 Sorting Kata

ASSIGNMENT TOOL TRAINING

6 Starting in Eclipse


- 1 - Handout #33 March 14, 2014 JAR Files. CS106A Winter

feel free to poke around and change things. It's hard to break anything in a Moodle course, and even if you do it's usually easy to fix it.

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

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

CS 2223 B15 Term. Homework 1 (100 pts.)

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

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

WinZip for Sending Files. Zipping a file

Laboratory Assignment #3 Eclipse CDT

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

1.00/1.001 HowTo: Install Eclipse

CSCI 201 Lab 1 Environment Setup

Guide to Mandatory Homework for System Modeling

Note, you must have Java installed on your computer in order to use Exactly. Download Java here: Installing Exactly

Moodle 2.2 Student User Guide My Private Files

CMPSCI 187 / Spring 2015 Hanoi

CS 112 Project Basics

What is Eclipse? A free copy can be downloaded at:

Homework 3 - Dumb Notes

Submitting Assignments

Project 1. Ms Pacman vs. Ghosts Controllers


Announcements. 1. Forms to return today after class:

ASSIGNMENT 5 Objects, Files, and More Garage Management

Lab Exercise 4: Inheritance and Polymorphism CS 2334

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

Ultimate Hadoop Developer Training

CMPSCI 187 / Spring 2015 Hangman

CS243 Homework 2. Winter Due: January 31, 2018

CIS 505: Software Systems

Welcome to CompSci 201

Eclipse workspace for JSimMAST

What is a Flash Drive?

CS201 - Assignment 3, Part 2 Due: Wednesday March 5, at the beginning of class

CMPSCI 187 / Spring 2015 Implementing Sets Using Linked Lists

SIMON. Creating and Assessing Assessment Tasks. Creating an Assessment Task. Step 1

"In-Class" Assignment-"WINDOWS 7/OWA"

ECE 1778 Creative Applications for Mobile Devices January Programming Assignment P1, for Programmers

CSCI 161: Introduction to Programming I Lab 1a: Programming Environment: Linux and Eclipse

CMN192B OFFICE: An Overview of Access and PowerPoint

Mend for Eclipse quick start guide local analysis

Writeup for first project of CMSC 420: Data Structures Section 0102, Summer Theme: Threaded AVL Trees

CSE 332: Data Structures and Parallelism Winter 2019 Setting Up Your CSE 332 Environment

Code Check TM Software Requirements Specification

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

CS 4410: Operating Systems Homework 6

Computers and programming languages introduction

Programming Project 5: NYPD Motor Vehicle Collisions Analysis

Com S 227 Spring 2018 Assignment points Due Date: Thursday, September 27, 11:59 pm (midnight) "Late" deadline: Friday, September 28, 11:59 pm

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

San Jose State University College of Science Department of Computer Science CS151, Object-Oriented Design, Sections 1, 2, and 3, Spring 2018

Laboratory 1: Eclipse and Karel the Robot

Problem Set 0. General Instructions

[ 8 marks ] Demonstration of Programming Concepts

CMSC 132: Object-Oriented Programming II. Administrivia

CSE115 Lab 9 Fall 2016

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

CMPSCI 187 / Spring 2015 Postfix Expression Evaluator

Adobe Experience Manager (AEM) Translation Connector Quick Start Guide v1.0.0

Learning Microsoft Office 2016 Level 1 ecourse Quick Start Guide

Standard Edition (SE) application development Enterprise Edition (EE) enterprise development Micro Edition (ME) Internet of Things (IoT) development

CS 288: Statistical NLP Assignment 1: Language Modeling

What is Flubaroo? Step 1: Create an Assignment

Chat Channels Via Kafka (with Grading Notes)

How to Access If Rubrics does not appear on your course navbar, click Edit Course, Tools, Rubrics to activate..

Getting Started with Moodle 2.0

Assignment 3 ITCS-6010/8010: Cloud Computing for Data Analysis

Downloading & Installing the BIT115 Software & Programs JAVA JDK SE JGRASP BECKER.JAR ROBOTS TEXTBOOK PDFS

ACORN.COM CS 1110 SPRING 2012: ASSIGNMENT A1

CS / Cloud Computing. Recitation 11 November 5 th and Nov 8 th, 2013

CSCI544, Fall 2016: Assignment 2

MATLAB Demo. Preliminaries and Getting Started with Matlab

Mobile Programming Lecture 4. Debugging

BLACKBOARD PORTFOLIOS

COMP251: Algorithms and Data Structures. Jérôme Waldispühl School of Computer Science McGill University

CSCI 1301: Introduction to Computing and Programming Spring 2019 Lab 10 Classes and Methods

CS 315 Software Design Homework 1 First Sip of Java Due: Sept. 10, 11:30 PM

ECE2049 Embedded Computing in Engineering Design. Lab #0 Introduction to the MSP430F5529 Launchpad-based Lab Board and Code Composer Studio

CS 170 Java Tools. Step 1: Got Java?

CS4120/4121/5120/5121 Spring /6 Programming Assignment 4

Assignment 3: Distance COP3330 Fall 2017

Lab 1 Implementing a Simon Says Game

What s NetBeans? Like Eclipse:

San José State University Department of Computer Science CS151, Object Oriented Design, Section 04, Fall, 2016 (42968)

1. Go to the URL Click on JDK download option

TurnItIn How Do I Set Up My Turnitin Assignment? How Do I Give Feedback to My Students in Turnitin?...109

Eclipse Setup. Opening Eclipse. Setting Up Eclipse for CS15

Transcription:

TURNING IN ASSIGNMENTS

JAVA VERSION IF YOU USE JAVA 9 YOUR CODE WILL FAIL Our grader and tester use and rely on Java 8, if you use Java 9 or a different version of java you will fail all tests resulting in a 0 DO NOT USE JAVA 9

MAKING YOUR ASSIGNMENT JAVA 8 When creating a new project make sure the execution environment is set to Java 1.8

CHANGING JAVA VERSIONS Make sure you see Java SE1.8 or something similar in your package explorer If not: Right click on PROJECT Select BUILD PATH CONFIGURE BUILD PATH

CHANGING JAVA VERSIONS Java build path Libraries (if using java 9) Class path Select current java version Edit

CHANGING JAVA VERSIONS Execution environment -> JavaSE-1.8 Finish Apply and Close

NAMING CONVENTIONS Project name: youronyen_assignment Example: Torell_assignment0 Package name: Provided with each assignment Class name: also provided Failure to follow these conventions will result in the autograder failing to find your work and assigning a 0

TESTING YOUR CODE We have provided some testing code Passing our checks DOES NOT guarantee a high grade Write your own code to test edge cases Passing our checks DOES NOT guarantee a high grade Testing code is not always accurate, bugs are a thing Passing our checks DOES NOT guarantee a high grade TLDR: Passing our checks DOES NOT guarantee a high grade

ADDING THE TESTER Download the LocalChecks.jar from Sakai and put it somewhere safe (Desktop, special folder, wherever it wont get deleted or moved by accident) ***Do not put it in your eclipse workspace*** When downloading on a windows machine it will say the file might be dangerous, this is normal, it isn t dangerous

ADDING THE TESTER Right click on eclipse project, select properties Java Build Path Libraries Add External JAR Find the 410LocalChecks.jar and hit open This should add it to the libraries list Apply and close

RUNNING THE TESTER Copy the code we provide for the RunTests code and execute If added correctly you should see the LocalChecks window appear, load, and run the tests Red is fail Green is pass Yellow is partial fail, partial pass IF YOU SEE A BUS: You correctly added the LocalChecks correctly but need to run the correct file, make sure you right click on the RunTests file and run as java application The first time you run the tester you will see a popup about a consent form for Prasun Dewan, please accept it for research reasons Close your local checks window after each use or you will be wasting resources and your computer might slow down

TURNING IN YOUR ASSIGNMENT Remove LocalChecks from the build path Zip the folder into a folder named youronyen_assignmentx.zip Submit the zipped folder To zip: Right click the Project and select Export General Archive File Next

TURNING IN YOUR ASSIGNMENT

SAKAI Turn in your assignment to Sakai Our grader automatically checks the submission date so if you submit 1 minute late you will receive a late penalty When in doubt submit early!

REGRADE QUESTIONS All homework regrade requests or homework grade scores MUST be asked on Piazza, in a private message, in the grading_questions folder, with the zip file attached Failure to do so may result in your question being lost to the abyss I will regrade at most one time per person per assignment (Half points returned)