1. WHAT AREAS OF LEARNING DOES THIS ASSESSMENT ADDRESS? 2. WHY IS THE COMPLETION OF THIS ASSESSMENT IMPORTANT?

Size: px
Start display at page:

Download "1. WHAT AREAS OF LEARNING DOES THIS ASSESSMENT ADDRESS? 2. WHY IS THE COMPLETION OF THIS ASSESSMENT IMPORTANT?"

Transcription

1 12 SDD Task 1: RAD Programming Group Task Due Date: 1/12/2017 Date Distributed: 31/10/2017 Task Weighting: 15% Outcomes H4.2 applies appropriate development methods to solve software problems H5.1 applies project management techniques to maximise the productivity of the software development H5.3 selects and applies appropriate software to facilitate the design and development of software solutions H6.3 uses and describes a collaborative approach during the software development cycle H6.4 develops and evaluates effective user interfaces, in consultation with appropriate people ASSESSMENT OUTLINE 1. WHAT AREAS OF LEARNING DOES THIS ASSESSMENT ADDRESS? Knowledge: Skills Software development cycle Defining and understanding a prescribed problem Planning an effective software solution Communication Preparing an initial plan and accompanying documentation 2. WHY IS THE COMPLETION OF THIS ASSESSMENT IMPORTANT? In software development, RAD (rapid application development) is a concept that was born out of frustration with the waterfall software design approach which too often resulted in products that were out of date or inefficient by the time they were actually released. During RAD, it is believed that software products can be developed faster and of higher quality through: The year 11 Preliminary Course has given you some basic training in the Python programming framework and a focus on RAD. This assessment task will provide the opportunity to further develop your previously acquired knowledge of programming to build a computer game in Python using Pygame. 1

2 3. WHAT STEPS DO I TAKE TO COMPLETE THIS TASK? Task Outline a) Game (Software Solution) CHECK THE MARKING RUBRIC Develop a game with a graphic user interface using the RAD approach. This will be a prototype game for which you will be building in groups of two. You may use PONG Pygame a Python based concept game provided in class to Re-create modified versions or make up your own. Marks will be awarded for demonstrable, documented improvements on the resources supplied on Moodle. Such improvements include, but are not limited to: Efficiency of the program Graphic User interface incorporates good design and ergonomics Graphic User interface is easy to read and understand Graphic User interface consistent across software product Easy to use Contains appropriate and relevant messages Variables are given meaningful names Variables and constants are of an appropriate data type for their purpose Program code contains comments Algorithm for your program. The game objectives must include the following: A Clear Goal or Challenge Scoring Timer Enemies or obstacles Rewards b) Project Report CHECK THE MARKING RUBRIC The project report is to be a well-formatted document containing: Brainstorming and Ideas Generation. Draw a hierarchical screen structure for your game. (read pages 141- fig in Davis Text for formats). You can also include flowcharts, concept designs, sketching or work drawing in this section. The appropriate storyboard format which illustrates your ideas, screen by screen navigation. (page 343- Fig 8.3 in Davis Text for formats) 2

3 Descriptions of modifications and developments A summary of any problems encountered and how these problems were resolved An evaluation of your software solution, particularly the effectiveness of the user interface. Documentation of resources used; this must include inspiration for game The report should have a heading containing the name of the project and the date. The report must include a comprehensive documentation of all resources used in the completion of the project. c) Individual Journal CHECK THE MARKING RUBRIC You are also required to maintain an individual daily log in which you record your activity each lesson. Each entry should be dated and include the following information: A plan for who does what in the group project Work aimed to be completed Work actually completed Any obstacles, challenges encountered Milestones that have been achieved or overcome. Countdown no. of periods until due date. d) Peer Reflection CHECK THE MARKING RUBRIC a) Peer Reflection Team Work Pie Graph At the beginning and at the end of the project, you are also required to submit a Team Work Pie Graph as part of your Online Log This aims to evaluate the performance of the other team member. Each team member must draw 3 pie graphs for this activity at the beginning of the project, then at the end. Areas of focus to be addressed include: The effort each individual team member makes as part of the team and their ability to reflect on learning which occurred Empathy The ability to understand the feelings of others in the group, and group members feel comfortable to express their feelings to one another. Cooperation The ability to cooperate with others to achieve group goals 3

4 Details for Submission You are required to submit the following as per guidelines and School Assessment Policy: a) Python Source Code of your game solution, uploaded to Moodle. b) Project report: Word document, uploaded through Moodle. You are to utilise Google docs and share a link to your folio in the online textbox in the Moodle Submission point. c) Online log, accessed through Moodle, to be updated daily. It will be checked regularly by your teacher and will determine final contribution for marking. d) Peer Reflection Team Work Pie Graph. 4

5 4. HOW WILL MARKS BE AWARDED TO MEASURE MY LEARNING? Game: 33 Marks Task 1: RAD Programming Task: 93 Marks Criteria Software Solution Outcom e H4.2 H Functional software solution Quality, functional software solution to a simple problem. Quality, functional software solution to complex problem. OR High quality, functional software solution to a simple problem Many parts of the user interface are confusing, difficult to read or difficult to understand. Some of the user interface is somewhat clear, easy to read and understand Software solution does not contain appropriate and relevant messages. Software solution contains some appropriate and relevant messages. Most of the user interface is clear, easy to read and understand. Software solution contains messages to the user that are clear, concise and nonthreatening and are used when and where appropriate High quality, functional software solution to a complex problem. All aspects of the user interface are clear, easy to read and easy to understand. Many parts of the software are difficult to use, even with the aid of the user help menu Most of the software can be used by a novice with the aid of the help menu, if necessary All of the software is easy to use by a notice with the aid of the user Help menu, if necessary. 5

6 1 2 3 Most variables in the software solution are not given meaningful names. Most variables used in the software solution have meaningful names. All variables used in the software solution have meaningful names. GUI Graphic User Interface of software Solution features include: ease of use. consistent in colour scheme. labels and worded messages during the game make sense and are appropriate. Icons and buttons used make sense. Minimal training for users H Many variables and/or constants are not of an appropriate data type for their purpose Most variables and constants are of an appropriate data type for their purpose. All variables and constants are of an appropriate data type for their purpose Program code contains no appropriate comments Program code contains some, but not sufficient, appropriate comments. Program code contains numerous appropriate comments to explain to a programmer what sections of code do, particularly unusual processing, and also to document modifications made Poor set of screen designs that fail to incorporate good GUI design and ergonomics. Features at least 1 element. Basic set of screen designs that incorporates some good GUI design and some ergonomics. Features at least 2 elements. Moderate set of screen designs that incorporates good GUI design and ergonomics. Features at least 3 elements. Student constructs a Detailed set of screen designs that incorporates good GUI design and ergonomics. Features 4 elements. Student constructs a Comprehensive set of screen designs that incorporates good GUI design and ergonomics. Features all 5 elements. 6

7 Project Report: 45 Marks Part B: Criteria Portfolio Presentation Defining and Understanding the problem A Clear Goal or Challenge Scoring Timer Enemies or obstacles Rewards Planning and Designing Software Solutions Brainstorming and Ideas Generation Outcom e H4.2 H4.2 H No formatting requirements met. Report addresses ONE of the formatting requirements. Report some of the formatting requirements. Report addresses most of the formatting requirements. Report is well presented and meets all formatting requirements At least 1 objective proposed was evident in final program. Does not execute correctly. At least 2 objectives proposed were somewhat evident in final program with some errors. At least 3 objectives proposed were somewhat evident in final executable program. At least 4 objectives proposed were somewhat evident in final executable program. At least 5 objectives proposed were evident in final executable program Student designed a poorly structured hierarchical screen design where no navigational links are described. Sketching and idea generation, prototyping, modelling and testing and in developing production and work drawings either not present or in elementary form(as appropriate) Student designed a basic hierarchical screen structure where not all navigational links are described. Demonstrates basic skills in limited areas of sketching and idea generation, prototyping, modelling and testing and in developing production and work drawings (as appropriate) Student designed a moderately structured hierarchical screen structure where some of the navigational links are described. Demonstrates moderate skills in sketching and idea generation, prototyping, modelling and testing and in developing production and work drawings (as appropriate) Student designed a detailed hierarchical screen structure where some of the navigational links are described. Demonstrates substantial skills in sketching and idea generation, prototyping, modelling and testing and in developing production and work drawings (as appropriate) Student designed a comprehensive hierarchical screen structure where all the navigational links are described. Demonstrates very high level skills in sketching and idea generation, prototyping, modelling and testing and in developing production and work drawings (as appropriate). 7

8 Storyboard which illustrates your ideas, screen by screen. H5.3 A Poor storyboard is presented. Hard to read and one cannot tell what goes where. A Basic storyboard is hard to read with rough drawings and labels. Interaction between screens not communicated. A Moderate collection of screen designs which are easy to read and some elements are missing or not labelled or drawn properly. It somewhat documents the flow of data between screens A Detailed collection of screen designs which are easy to read and some elements are clearly written, labelled, and drawn. It documents the flow of data between screens A Comprehensive collection of screen designs together with diagrams describing the links between screens. Easy to read and all elements are clearly written, labelled, and drawn. It documents the flow of data between screens. Building Software Solutions Creates Syntax Diagrams for the intended problem. E.g. Algorithm / flowchart / IPO / DeskCheck Checking Software Solutions Demonstrate and describe the testing process in your program Include documentation user testing H5.1 H Poor set of syntax diagrams that does not define data types or control structures used. Basic set of syntax diagrams that attempts to define some data types and control structures used. Moderate set of syntax diagrams that attempts to define all data types and control structures used. Detailed set of syntax diagrams that defines data types and control structures used. Comprehensive set of syntax diagrams that defines data types and control structures used Poor evaluation using surveys. Basic evaluation by peers using interviews & surveys to extract results. Moderate evaluation with reference to the objectives by interviewing peers using interviews & surveys. Detailed evaluation with reference to the objectives by interviewing peers using interviews & surveys to extract results. Comprehensive evaluation with reference to the objectives by interviewing peers using interviews & surveys to extract results that are conveyed in a useful manner. Modifying the Software Solution Re-create modified versions or make up your own. H5.1 H5.3 Student completes a Poor documentation of one modification Student completes a Basic documentation of two modifications that have been encountered within the checking & testing phase. Student completes a Comprehensive documentation of two modifications that have been encountered within the checking & testing 8

9 phase and includes suggestions as to possible solutions Project Log Book: 10 Marks CRITERIA Define date, task aim each lesson achieved tasks and teacher feedback. A plan for who does what in the group project Work aimed to be completed Work actually completed Any obstacles, challenges encountered Milestones that have been achieved or overcome. Countdown no. of periods until due date. Pie charts completed correctly. H6.3 H6.4 Logbook is poorly maintained Logbook has some meaningful and appropriate entries. Logbook is well maintained, with each entry dated and most of them containing all of the required information. Logbook is well maintained, with each entry dated and almost all of them containing all of the required information. Logbook is well maintained and presented, with each entry dated and all tasks achieved. Evidence of up to date teacher feed-back. 9

10 Literacy: 5 Marks LITERACY MARKING CRITERIA Vocabulary Uses technical vocabulary to explain concepts and/or range of precise and appropriate words for effect Punctuation Use of correct and appropriate punctuation for effect and to aid in reading of the text Sentences Intentionally constructs a variety of sentences to match purpose and audience Paragraphs Paragraphs are used to effectively structure information and partition events and ideas Text Structure Uses features of the appropriate text type Descriptors Symbols or drawings - No or minimal evidence of correct sentence punctuation (less than 25%) - No evidence of sentences - Drawings, symbols, a list of words OR text fragments - No correct use of paragraphing - may be a block of text or random breaks - No evidence of structural components of the appropriate text type - Only simple and nontechnical words are used. - Limited evidence of correct sentence punctuation (at least 25%) - At least one sentence is used correctly. - Ideas are separated, provides at least ONE correct break between ideas - Paragraphs may contain some unrelated ideas - Minimal evidence of the structural components of the appropriate text type. - Some precise and technical words are used. - Some correct sentence level punctuation (at least 50%). - Some correct formation of sentences. (at least 50%) - At least ONE paragraph is well structured and develops an idea - Some evidence of the structural components of the appropriate text type. - Sustained use of precise and technical words. - Mostly correct sentence level punctuation (80%) and at least two examples of other punctuation. - Most sentences (80%) are correct but are largely unsophisticated. - All paragraphs are focused on one idea or a set of like ideas but may not be linked effectively. - Substantial evidence of the structural components of the appropriate text type. -Sustained, consistent and fluent use of precise and technical words. -Writing contains accurate use of all applicable punctuation. - All sentences are correct including sophisticated sentences. - Paragraphing creates flow, connectivity and supports argument. - Coherent and controlled use of the appropriate structural components of the text type. 10

Edexcel GCSE ICT. Controlled Assessment. Teacher Support Book 2012

Edexcel GCSE ICT. Controlled Assessment. Teacher Support Book 2012 Edexcel GCSE ICT Controlled Assessment Teacher Support Book 2012 Edexcel GCSE ICT Controlled Assessment Teacher Support Book Unit 2: Using Digital Tools Unit 4: Creating Digital Products Welcome to the

More information

MULTIMEDIA. Support advice for assessors: contextualising scoring criteria 61

MULTIMEDIA. Support advice for assessors: contextualising scoring criteria 61 MULTIMEDIA Support advice for assessors: contextualising scoring criteria 61 MULTIMEDIA: SAMPLE ASSESSMENT PROCESS Listed below are the units of competence in VCE VET Units 3 4: CUFMEM07A Apply principles

More information

University of Wisconsin - Stout

University of Wisconsin - Stout University of Wisconsin - Stout http://www.uwstout.edu/soe/profdev/pptrubric.html This rubric may be used for self-assessment and peer feedback. project grade will be based upon the following evaluation

More information

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

How to Access If Rubrics does not appear on your course navbar, click Edit Course, Tools, Rubrics to activate.. KODIAK QUICK GUIDE Rubrics Overview Rubrics allow you to establish set criteria for grading assignments; you can attach Rubrics to Dropbox folders or Discussion topics so that the criteria are available

More information

Organizing Course Content and Information

Organizing Course Content and Information Organizing Course Content and Information This document includes general overviews for using course organization tools in Canvas. Each tool includes information on reasons to use the tool, instructions

More information

Design Proposal: Outline

Design Proposal: Outline Design Proposal: Outline This outline should be used as a checklist to help each member of the team make sure that every section of the document meets the requirements for a design proposal. Writing Style

More information

ASSIGNMENT COVER SHEET

ASSIGNMENT COVER SHEET ASSIGNMENT COVER SHEET Module: Mobile Computing (CSY3029) Tutor: Espen Svennevik Title: Mobile Application Development Comparison Student ID: Student signature*: Grade Extension date Course leader agreement:

More information

Business Analysis for Practitioners - Requirements Elicitation and Analysis (Domain 3)

Business Analysis for Practitioners - Requirements Elicitation and Analysis (Domain 3) Business Analysis for Practitioners - Requirements Elicitation and Analysis (Domain 3) COURSE STRUCTURE Introduction to Business Analysis Module 1 Needs Assessment Module 2 Business Analysis Planning Module

More information

Assignment front sheet

Assignment front sheet Criteria reference To achieve the criteria the evidence must show that the student is able to: Task no. Page numbers P4 Using appropriate design tools, design an interactive website to meet a client need

More information

CPSC 444 Project Milestone III: Prototyping & Experiment Design Feb 6, 2018

CPSC 444 Project Milestone III: Prototyping & Experiment Design Feb 6, 2018 CPSC 444 Project Milestone III: Prototyping & Experiment Design Feb 6, 2018 OVERVIEW... 2 SUMMARY OF MILESTONE III DELIVERABLES... 2 1. Blog Update #3 - Low-fidelity Prototyping & Cognitive Walkthrough,

More information

Using PBWiki. Jim Niedermeier

Using PBWiki. Jim Niedermeier Using PBWiki Jim Niedermeier Security Settings Basic Tools Editing Text Blog Feature Linking Possibilities Uploading Files Plug-Ins Adding Users RSS Feed RSS Feed

More information

EPORTFOLIOS: PURPOSE & COMPOSITION

EPORTFOLIOS: PURPOSE & COMPOSITION EPORTFOLIOS: PURPOSE & COMPOSITION An eportfolio is a digital space that holds evidence of educational and/or professional achievements, as well as reflective writing about your experiences. A well-designed

More information

Support notes (Issue 1) September 2018

Support notes (Issue 1) September 2018 Support notes (Issue 1) September 2018 Pearson Edexcel Level 2 Certificate/Diploma in Digital Applications (DA202) Unit 2: Creative Multimedia ONCE UPON A TIME Key points for this Summative Project Brief

More information

13: MOODLE WIKIS. Oklahoma Department of CareerTech WELCOME TO THE MOODLE WIKIS TUTORIAL! In this tutorial, you will learn:

13: MOODLE WIKIS. Oklahoma Department of CareerTech  WELCOME TO THE MOODLE WIKIS TUTORIAL! In this tutorial, you will learn: Oklahoma Department of CareerTech www.okcareertech.org 13: MOODLE WIKIS WELCOME TO THE MOODLE WIKIS TUTORIAL! In this tutorial, you will learn: What a wiki is Some ways to use a wiki with students How

More information

SDD PRELIMINARY CHANGES SUMMARY

SDD PRELIMINARY CHANGES SUMMARY SDD PRELIMINARY CHANGES SUMMARY This document aims to highlight recent changes made to the NSW Software Design and Development Preliminary syllabus. The original syllabus will be examined for the last

More information

Trainer Certification Overview

Trainer Certification Overview The purpose of STAR trainer certification is to support the long term sustainability of STAR implementation. Trainer certification will give partner states the opportunity to develop trainers to help sustain,

More information

Content-Based Assessments. Project 12H Grand Opening

Content-Based Assessments. Project 12H Grand Opening Content-Based Assessments GO! Fix It Project 12H Grand Opening For Project 12H, you will need the following files: w12h_grand_opening w12h_safety w12h_science w12h_opening_bullet You will save your file

More information

LearnMate 7 Student s Quick Start Guide November 2015 Catalog # Rev B

LearnMate 7 Student s Quick Start Guide November 2015 Catalog # Rev B Student s Quick Start Guide November 2015 Catalog # 200068 Rev B Contents 1. ENTERING LEARNMATE... 3 2. JOINING A COURSE... 5 3. THE LEARNMATE INTERFACE... 6 4. NAVIGATING IN LEARNMATE... 7 5. LEARNMATE

More information

Assignment front sheet

Assignment front sheet Assignment front sheet Learning Outcome LO 2 Learning Outcome Be able to design interactive websites Assessment Criteria In this assessment you will have the opportunity to present evidence that shows

More information

Not Achieved Achieved

Not Achieved Achieved Internal Assessment Resource Digital Technologies Level 2 This resource supports assessment against: Unit Standard 12885v6 Create and enhance electronic documents combining text and images for generic

More information

ReadyGEN Grade 2, 2016

ReadyGEN Grade 2, 2016 A Correlation of ReadyGEN Grade 2, 2016 To the Introduction This document demonstrates how meets the College and Career Ready. Correlation page references are to the Unit Module Teacher s Guides and are

More information

EPORTFOLIO FOR YOUR COURSE. Summer 2018 Cohort Training

EPORTFOLIO FOR YOUR COURSE. Summer 2018 Cohort Training EPORTFOLIO FOR YOUR COURSE Summer 2018 Cohort Training Outcomes: By the end of today, you will be able to Explain and utilize eportfolio pedagogy Explain the difference between a course level and program

More information

Exemplar Candidate Work Part 1 of 2 GCE in Applied ICT. OCR Advanced GCE in Applied ICT: H715 Unit G057: Database design

Exemplar Candidate Work Part 1 of 2 GCE in Applied ICT. OCR Advanced GCE in Applied ICT: H715 Unit G057: Database design Exemplar Candidate Work Part 1 of 2 GCE in Applied ICT OCR Advanced GCE in Applied ICT: H715 Unit G057: Database design OCR 2011 Contents Contents 2 Introduction 3 Moderator s Commentary: G057 Database

More information

Web Site Project (Final Project / 30% of grade)

Web Site Project (Final Project / 30% of grade) Web Site Project (Final Project / 30% of grade) Purpose: To design, develop, and publish a web site using recommended design practices. Your web site will contain a home page and at least six (but no more

More information

Process of Interaction Design and Design Languages

Process of Interaction Design and Design Languages Process of Interaction Design and Design Languages Process of Interaction Design This week, we will explore how we can design and build interactive products What is different in interaction design compared

More information

Higher National Unit specification: general information. Graded Unit 2

Higher National Unit specification: general information. Graded Unit 2 Higher National Unit specification: general information This Graded Unit has been validated as part of the HND Computing: Software Development. Centres are required to develop the assessment instrument

More information

Support Notes (Issue 1) September Snap it! Certificate in Digital Applications (DA105) Coding for the Web

Support Notes (Issue 1) September Snap it! Certificate in Digital Applications (DA105) Coding for the Web Support Notes (Issue 1) September 2014 Certificate in Digital Applications (DA105) Coding for the Web Snap it! Introduction Before tackling the Summative Project Brief (SPB), students should have acquired

More information

Students: Getting Started

Students: Getting Started Students: Getting Started Introduction This guide gives an overview of the SuccessNet Plus student home page. It also explains the content and practice materials and assignments. Lastly, this guide covers

More information

Honors & Scholars eportfolio Overview and Assessment Dr. Lindsey Chamberlain Dr. Leo Hoar

Honors & Scholars eportfolio Overview and Assessment Dr. Lindsey Chamberlain Dr. Leo Hoar Honors & Scholars eportfolio Overview and Assessment Dr. Lindsey Chamberlain Dr. Leo Hoar Overview What is an eportfolio? Why did we implement it in Honors & Scholars? How did we implement it at OSU? What

More information

WIREFRAMING 101. Essential Question: Can We Possibly Build an App? Learning Targets: Lesson Overview

WIREFRAMING 101. Essential Question: Can We Possibly Build an App? Learning Targets: Lesson Overview WIREFRAMING 101 Essential Question: Can We Possibly Build an App? Learning Targets: Students will: Use wireframing to create a design for an app for mobile devices. Collaborate to make decisions about

More information

Big Picture Curriculum Planning -

Big Picture Curriculum Planning - Big Picture Curriculum Planning - Year 7 Project Title / Unit HTML Term 2 The Big Picture Previous Learning Students will be aware of webpages and how to create a webpage using WYSIWYG software. This is

More information

Exemplar for Internal Achievement Standard. Technology Level 1

Exemplar for Internal Achievement Standard. Technology Level 1 Exemplar for Internal Achievement Standard Technology Level 1 This exemplar supports assessment against: Achievement Standard 91046 (B) Use design ideas to produce a conceptual design for an outcome to

More information

Digital Media II. EXAM INFORMATION Items. Points. Prerequisites. Grade Level. Course Length. Career Cluster. Performance Standards

Digital Media II. EXAM INFORMATION Items. Points. Prerequisites. Grade Level. Course Length. Career Cluster. Performance Standards EXAM INFORMATION Items 42 Points 57 Prerequisites DIGITAL MEDIA I Grade Level 10-12 Course Length ONE YEAR Career Cluster ARTS, A/V TECHNOLOGY, AND COMMUNICATION INFORMATION TECHNOLOGY Performance Standards

More information

Unit title: Computing: Authoring a Website (SCQF level 6)

Unit title: Computing: Authoring a Website (SCQF level 6) National Unit specification General information Unit code: F3T2 12 Superclass: CB Publication date: December 2013 Source: Scottish Qualifications Authority Version: 02 Unit purpose This Unit is designed

More information

Google FORMS Handout. Carol LaRow

Google FORMS Handout. Carol LaRow Google FORMS Handout Google Docs - Forms Carol LaRow Create online surveys, quizzes, questionnaires, webquests, assignment checklists, requests for books, peer editing steps, and much more. Users fill

More information

Design Document. Introduction to the Digital Portfolio. Marie Dennany Lara. University of Texas at Brownsville

Design Document. Introduction to the Digital Portfolio. Marie Dennany Lara. University of Texas at Brownsville Design Document Introduction to the Digital Portfolio Marie Dennany Lara University of Texas at Brownsville EDTC 6323-01 Summer 2014 Table of Contents Instructional Goal... 3 Performance Objectives...

More information

Creating an Online Course

Creating an Online Course Definitions Online Course: a course that is completed entirely online and may be comprised of all or some of the following components: PowerPoint, PDF, Word Doc, Video, SCORM modules, Surveys, and Assessment.

More information

2015 HSC Software Design and Development Marking Guidelines

2015 HSC Software Design and Development Marking Guidelines 2015 HSC Software Design and Development Marking Guidelines Section I Multiple-choice Answer Key Question Answer 1 C 2 A 3 B 4 D 5 B 6 C 7 B 8 C 9 C 10 A 11 B 12 D 13 A 14 A 15 C 16 D 17 B 18 D 19 B 20

More information

This exam is open book / open notes. No electronic devices are permitted.

This exam is open book / open notes. No electronic devices are permitted. SENG 310 Midterm February 2011 Total Marks: / 40 Name Solutions Student # This exam is open book / open notes. No electronic devices are permitted. Part I: Short Answer Questions ( / 12 points) 1. Explain

More information

IT 204 Final Project Guidelines and Rubric Database Proposal and Implementation Plan Report

IT 204 Final Project Guidelines and Rubric Database Proposal and Implementation Plan Report IT 204 Final Project Guidelines and Rubric Database Proposal and Implementation Plan Report Overview The final project for this course is the creation of a database proposal and implementation plan report

More information

The Learner can: 1 Follow recommended safe practices

The Learner can: 1 Follow recommended safe practices Unit Title: Communicating Information Using ICT OCR unit number: 3 Level: Entry 3 Credit value: 3 Guided learning hours: 15 Unit reference number: H/502/1197 Learning Outcomes Assessment Criteria The Learner

More information

Unit title: Animation: Atmospheric Effects (SCQF level 6)

Unit title: Animation: Atmospheric Effects (SCQF level 6) National Unit specification: general information Unit code: FV2W 12 Superclass: CE Publication date: September 2011 Source: Scottish Qualifications Authority Version: 01 Summary This Unit provides candidates

More information

Computer Aided Draughting and Design: Graded Unit 1

Computer Aided Draughting and Design: Graded Unit 1 Higher National Graded Unit Specification General Information for Centres This Graded Unit has been validated as part of the HNC Computer Aided Draughting and Design (CADD) award. Centres are required

More information

1 of 7 8/27/2014 2:26 PM Units: Teacher: WebPageDesignI, CORE Course: WebPageDesignI Year: 2012-13 Designing & Planning Web Pages This unit will give students a basic understanding of core design principles

More information

AMERICAN LIBRARY ASSOCIATION/AMERICAN ASSOCIATION OF SCHOOL LIBRARIANS (ALA/AASL)

AMERICAN LIBRARY ASSOCIATION/AMERICAN ASSOCIATION OF SCHOOL LIBRARIANS (ALA/AASL) AMERICAN LIBRARY ASSOCIATION/AMERICAN ASSOCIATION OF SCHOOL LIBRARIANS (ALA/AASL) Instructions on Completing SPA Program Review Template/Form: Option B For use with: Program-level plans to meet Specialized

More information

Support Notes (Issue 1) September Certificate in Digital Applications (DA101) Developing Web Products

Support Notes (Issue 1) September Certificate in Digital Applications (DA101) Developing Web Products Support Notes (Issue 1) September 2016 Certificate in Digital Applications (DA101) Developing Web Products Freewheeling Key points for this SPB The DA101 SPB 0916 is valid for moderation in June 2017,

More information

6. How many employees will you need? You must have at least 3. What specific positions will these employees hold?

6. How many employees will you need? You must have at least 3. What specific positions will these employees hold? Assignment 1: Business Proposal (24 pts.) Write a business proposal in unbound report format. It must be a minimum of one page. It must contain all of the information listed below. Every item needs a detailed

More information

Chesterfield High School. OCR Nationals Level 3 Unit 7: Desktop Publishing. Unit 7

Chesterfield High School. OCR Nationals Level 3 Unit 7: Desktop Publishing. Unit 7 Chesterfield High School OCR Nationals Level 3 Unit 7: Desktop Publishing Unit 7 Learning Outcomes By completing this unit candidates will develop a thorough knowledge and understanding of planning, drafting,

More information

Google Docs. Making Collaboration Easier. Lynsey Duncan TESL Durham Spring Workshop, 2016

Google Docs. Making Collaboration Easier. Lynsey Duncan TESL Durham Spring Workshop, 2016 Google Docs Making Collaboration Easier Lynsey Duncan TESL Durham Spring Workshop, 2016 Why use Google Docs 1 document - everyone has access Accessible from where with internet access (computer, smartphone,

More information

Marking Guidelines for MVK Projects. MVK11. Version 6.2 (PPD, URD, ADD, revised URD+ADD, and software demo)

Marking Guidelines for MVK Projects. MVK11. Version 6.2 (PPD, URD, ADD, revised URD+ADD, and software demo) Marking Guidelines for MVK Projects. MVK11 Version 6.2 (PPD, URD, ADD, revised URD+ADD, and software demo) 2012-05- 03 Final Grade formulas: MVK DD1365 Grade = PPD + URD. Bachelor s Thesis DD143X Grade

More information

James Woods Regional High School Information Technology Systems

James Woods Regional High School Information Technology Systems Unit Outline Web Development I James Woods Regional High School Information Technology Systems Unit Outline: Web Development I Context: Web Design Time: 6 wks Dimensions & Objectives Knowledge & Communication

More information

Graded Project. Excel 2016

Graded Project. Excel 2016 Excel 2016 PENN FOSTER, INC. 2016 INTRODUCTION CONTENTS INTRODUCTION 2 INSTRUCTIONS 2 SCORING GUIDELINES 6 SUBMITTING YOUR PROJECT 8 PAGE 1 GRADED PROJECT EXCEL 2016 INTRODUCTION This project requires

More information

Lesson Plan. Course Title: Principles of Information Technology Session Title: Intro to Databases Lesson Duration: Varies dependent upon instructor

Lesson Plan. Course Title: Principles of Information Technology Session Title: Intro to Databases Lesson Duration: Varies dependent upon instructor Lesson Plan Course Title: Principles of Information Technology Session Title: Intro to Databases Lesson Duration: Varies dependent upon instructor Performance Objective: Upon completion of this lesson,

More information

Marking Guidelines for MVK Projects. MVK12. Version 6.2 (PPD, URD, RURD, ADD and software demo)

Marking Guidelines for MVK Projects. MVK12. Version 6.2 (PPD, URD, RURD, ADD and software demo) Marking Guidelines for MVK Projects. MVK12 Version 6.2 (PPD, URD, RURD, ADD and software demo) 2013-02- 13 Final Grade formulas: MVK DD1365 Grade = 33% PPD + 66% URD. Bachelor s Thesis DD143X Grade = ADD

More information

STONELAW HIGH GRAPHIC

STONELAW HIGH GRAPHIC GRAPHIC COMMUNICATION Technical Education THE A to Z of DTP Your knowledge of desktop publishing terminology will be expanded as you progress within the subject THE A to Z of DTP ALIGNMENT positions of

More information

The task or context will be familiar and involve few variable aspects. The techniques used will be familiar or commonly undertaken.

The task or context will be familiar and involve few variable aspects. The techniques used will be familiar or commonly undertaken. Relevant LINKS BACK TO ITQ UNITS [1] Handbook home page [2] Overview Digital Editing and Publishing at Silver Level requires the candidate to plan and choose the correct designs and layouts for publications

More information

Loyola Marymount University School of Education

Loyola Marymount University School of Education Loyola Marymount University School of Education The California Teaching Performance Assessment (CalTPA) Frequently Asked Questions The information presented in this guide is meant to serve as introductory

More information

BMIT Capstone Course Business Plan Rubric. Name of Social Enterprise: Type of Business: Owners Name: Evaluator(s):

BMIT Capstone Course Business Plan Rubric. Name of Social Enterprise: Type of Business: Owners Name: Evaluator(s): BMIT Capstone Course Business Plan Rubric Name of Social Enterprise: Type of Business: Owners Name: Evaluator(s): Business Plan Rubric 0 = no evidence 1 = little evidence or major flaws 2 = adequate minimum

More information

UNIT Art and Design: Web Content (SCQF level 5)

UNIT Art and Design: Web Content (SCQF level 5) National Unit Specification: general information CODE F5BP 11 SUMMARY This Unit is designed to enable the candidate to gain knowledge and understanding of the use and application of art and design within

More information

Higher National Unit specification: general information. Graded Unit title: Computer Science: Graded Unit 2

Higher National Unit specification: general information. Graded Unit title: Computer Science: Graded Unit 2 Higher National Unit specification: general information This Graded Unit has been validated as part of the HND Computer Science. Centres are required to develop the assessment instrument in accordance

More information

Knowledge Organiser Digital Information Technology. Year 10: Unit 1, User Interface, Learning Aim A, B & C

Knowledge Organiser Digital Information Technology. Year 10: Unit 1, User Interface, Learning Aim A, B & C Knowledge Organiser Digital Information Technology Year 10: Unit 1, User Interface, Learning Aim A, B & C Enquiry Questions A1 What is a user interface? What is a user interface and how do they vary across

More information

Create a website for a stakeholder using a dedicated web-authoring tool

Create a website for a stakeholder using a dedicated web-authoring tool Page 1 of 5 Create a website for a stakeholder using a dedicated web-authoring tool Level 3 Credits 5 Purpose People credited with this unit standard are able to: plan design a website for a stakeholder;

More information

ITT Technical Institute. GC2630 Graphic Design for the Web Onsite Course SYLLABUS

ITT Technical Institute. GC2630 Graphic Design for the Web Onsite Course SYLLABUS ITT Technical Institute GC2630 Graphic Design for the Web Onsite Course SYLLABUS Credit hours: 4.5 Contact/Instructional hours: 56 (34 Theory Hours, 22 Lab Hours) Prerequisite(s) and/or Corequisite(s):

More information

James Woods Regional High School

James Woods Regional High School aut disce aut discede James Woods Regional High School Year 11 IPT Product (Minor Project) Student name: Jane O Smith Teacher: Mr Jones Start Date: 27/07/15 Draft Due: 14/08/15 Due Date: 31/08/15 Task

More information

General Certificate of Secondary Education Digital Technology. Unit 5 Digital Development Practice MARK SCHEME

General Certificate of Secondary Education Digital Technology. Unit 5 Digital Development Practice MARK SCHEME General Certificate of Secondary Education 2019 Digital Technology Unit 5 Digital Development Practice MARK SCHEME 1 Design a solution using appropriate tools Marks The candidate has successfully designed

More information

Tk20 TUTORIALS: Common Core Teacher Standards (CCTS) eportfolio TABLE OF CONTENTS

Tk20 TUTORIALS: Common Core Teacher Standards (CCTS) eportfolio TABLE OF CONTENTS Tk20 TUTORIALS: Common Core Teacher Standards (CCTS) eportfolio TABLE OF CONTENTS Topic Page Introduction 2 Getting Started: Accessing Your Tk20 Portfolio 3 Submitting Work into Portfolio 5 Uploading a

More information

contextual. Also include information about the artist, if known.

contextual. Also include information about the artist, if known. AP HISTORY OF ART/Dr. Schiller PowerPoint Project; Winter Break 2015-2016: 200 DUE FIRST CLASS AFTER WINTER BREAK 1. You must create a PowerPoint presentation meeting all the criteria below: i. Make a

More information

Assignment 1: Needfinding

Assignment 1: Needfinding Assignment 1: Needfinding Category Unsatisfactory Bare minimum Satisfactory effort & Above & Beyond Observations or. student observed only one person and/or the student observed an activity unrelated to

More information

Support Notes (Issue 1) September Diploma in Digital Applications (DA105) Coding for the web

Support Notes (Issue 1) September Diploma in Digital Applications (DA105) Coding for the web Support Notes (Issue 1) September 2016 Diploma in Digital Applications (DA105) Coding for the web Careers Fair Key points for this SPB The DA105 SPB 0916 is valid for moderation in June 2017, December

More information

Electronic portfolios: balancing learning and assessment

Electronic portfolios: balancing learning and assessment Electronic portfolios: balancing learning and assessment Gail Ring Clemson University, USA Abstract In 2006, our university instituted a requirement that all undergraduates create and submit a digital

More information

User Interface Design

User Interface Design Objective User Interface Design MIT, Walailak University by Dr.Wichian Chutimaskul Understand the principles of user interface (UI) design Understand the process of user interface design To design the

More information

INTERNATIONAL LITERACY ASSOCIATION (ILA)

INTERNATIONAL LITERACY ASSOCIATION (ILA) INTERNATIONAL LITERACY ASSOCIATION (ILA) Instructions on Completing SPA Program Review Template/Form: Option B For use with: Program-level plans to meet Specialized Professional Associations (SPAs) ILA

More information

This handbook contains directions on using tools and resources in WebAccess at CSM.

This handbook contains directions on using tools and resources in WebAccess at CSM. WebAccess Handbook This handbook contains directions on using tools and resources in WebAccess at CSM. Contents Logging in to WebAccess... 2 Setting up your Shell... 3 Docking Blocks or Menus... 3 Course

More information

Information Systems Interfaces (Advanced Higher) Information Systems (Advanced Higher)

Information Systems Interfaces (Advanced Higher) Information Systems (Advanced Higher) National Unit Specification: general information NUMBER DV51 13 COURSE Information Systems (Advanced Higher) SUMMARY This Unit is designed to develop knowledge and understanding of the principles of information

More information

Creating an Online Course

Creating an Online Course Definitions Online Course: a course that is completed entirely online and may be comprised of all or some of the following components: PowerPoint, PDF, Word Doc, SCORM module, Video, Surveys, and Assessment.

More information

English Language Arts Table of Contents

English Language Arts Table of Contents Table of Contents Teaching Knowledge and Employability Reading Genres Reading Strategies Narrative and Nonnarrative Texts Understanding Genres My Reading Habits Tool: Expanding My Reading Horizons Tool:

More information

Blackboard course design

Blackboard course design DEO team, Academic Registry www.bristol.ac.uk/digital-education Blackboard course design Updated: 8 th Jan 2018 Contents 1. About this guide... 2 2. Essential information... 2 3. Requesting a Blackboard

More information

CHAPTER 18: CLIENT COMMUNICATION

CHAPTER 18: CLIENT COMMUNICATION CHAPTER 18: CLIENT COMMUNICATION Chapter outline When to communicate with clients What modes of communication to use How much to communicate How to benefit from client communication Understanding your

More information

Goucher College Online Course Sites: Basic Navigation in Canvas

Goucher College Online Course Sites: Basic Navigation in Canvas Goucher College Online Course Sites: Basic Navigation in Canvas Find Your Course Material Edit a Topic Section Upload a File Drag and Drop Method to Upload a File Create a Content Page Create a Wiki Page

More information

Official Rules & Regulations User Experience Challenge 2015 Season

Official Rules & Regulations User Experience Challenge 2015 Season Official Rules & Regulations User Experience Challenge 2015 Season Version 1.0 September 10 2014 OVERVIEW Between the user and your code lies your user experience. What s the first thing that happens the

More information

POSTGRADUATE CERTIFICATE IN LEARNING & TEACHING - REGULATIONS

POSTGRADUATE CERTIFICATE IN LEARNING & TEACHING - REGULATIONS POSTGRADUATE CERTIFICATE IN LEARNING & TEACHING - REGULATIONS 1. The Postgraduate Certificate in Learning and Teaching (CILT) henceforth the Course - comprises two modules: an Introductory Certificate

More information

EPORTFOLIO CHECK-IN & FINAL ASSIGNMENTS

EPORTFOLIO CHECK-IN & FINAL ASSIGNMENTS EPORTFOLIO CHECK-IN & FINAL ASSIGNMENTS The following are the different pages/assignments included in the Modules. For an 8 week semester these assignments are released every 2 weeks. For a 16 week semester

More information

STEAM Clown Productions. Python lab. Binary Register. STEAM Clown & Productions Copyright 2017 STEAM Clown. Page 1

STEAM Clown Productions. Python lab. Binary Register. STEAM Clown & Productions Copyright 2017 STEAM Clown. Page 1 Python lab Binary Register Page 1 Copyright 2017 Overview Introduction Task: Get an input string from the user in the form of 1 s and 0 s and convert it to a list of Integers, and then an actual binary

More information

LEVEL 1/2/3 CREATIVE imedia FAQS FEBRUARY Can the moderator review some work before it is completed?

LEVEL 1/2/3 CREATIVE imedia FAQS FEBRUARY Can the moderator review some work before it is completed? LEVEL 1/2/3 CREATIVE imedia FAQS FEBRUARY 2013 1. Can the moderator review some work before it is completed? The moderator is unable to see the candidate work in MAPS until it has been submitted to OCR

More information

UNIT 13 Web Management GCE Applied ICT 1

UNIT 13 Web Management GCE Applied ICT 1 6963 Web Management Commentary on Assessment of Student 6963 Edexcel Inset Training September 2007-08 Assessment criteria Unit 13: strand a) outlining the need for a web hosting service giving a brief

More information

CSc 238 Human Computer Interface Design Chapter 5 Designing the Product: Framework and Refinement. ABOUT FACE The Essentials of Interaction Design

CSc 238 Human Computer Interface Design Chapter 5 Designing the Product: Framework and Refinement. ABOUT FACE The Essentials of Interaction Design BBuckley - 1 CSc 238 Human Computer Interface Design Chapter 5 Designing the Product: Framework and Refinement ABOUT FACE The Essentials of Interaction Design Cooper, Reimann, Cronin, and Noessel Requirements

More information

User Testing Study: Collaborizm.com. Jessica Espejel, Megan Koontz, Lauren Restivo. LIS 644: Usability Theory and Practice

User Testing Study: Collaborizm.com. Jessica Espejel, Megan Koontz, Lauren Restivo. LIS 644: Usability Theory and Practice User Testing Study: Collaborizm.com Jessica Espejel, Megan Koontz, Lauren Restivo LIS 644: Usability Theory and Practice TABLE OF CONTENTS EXECUTIVE SUMMARY... 3 INTRODUCTION... 4 METHODOLOGY... 5 FINDINGS

More information

Tip: Users can access and update their content on the go as MyFolio is mobile device compatible.

Tip: Users can access and update their content on the go as MyFolio is mobile device compatible. MyFolio Essentials Using this guide This guide has been produced to help you to support students using MyFolio for assessment or other pedagogic purposes. We aim to provide general information on how you

More information

Design Proposal. Cover and binding o Binding can be spiral, comb, velo or a loose-leaf binder o Stapled document is unacceptable

Design Proposal. Cover and binding o Binding can be spiral, comb, velo or a loose-leaf binder o Stapled document is unacceptable Design Proposal Cover and binding o Binding can be spiral, comb, velo or a loose-leaf binder o Stapled document is unacceptable Organization o Recommend these sections and/or major headings o Title page

More information

Cambrian College Online Course Review Checklist

Cambrian College Online Course Review Checklist Course Code: Instructor: Reviewed By: Cambrian College Online Course Review Checklist Course Name: Date Reviewed: Instructions: The criteria in the Checklist reflect design principles required for all

More information

GCSE Computer Science

GCSE Computer Science GCSE Computer Science 4512/1 Practical Programming Report on the Examination 4512 Summer 2015 Version: 1.0 Further copies of this Report are available from aqa.org.uk Copyright 2015 AQA and its licensors.

More information

FUNCTIONAL SKILLS English Writing Level 2

FUNCTIONAL SKILLS English Writing Level 2 FUNCTIONAL SKILLS English 47252 Writing Level 2 Mark Scheme June 2015 Version V1: Final Mark Scheme Mark schemes are prepared by the Lead Assessment Writer and considered, together with the relevant questions,

More information

Key learning outcome: To write a story about overcoming a monster. Medium-term plan

Key learning outcome: To write a story about overcoming a monster. Medium-term plan Key Stage: Upper KS2 Y5/6 Genre: Fiction Text: Beowulf by Kevin Crossley-Holland Length of sequence: 3 weeks Key learning outcome: To write a story about overcoming a monster Elicitation task: Share with

More information

Year 7 Autumn A Autumn B Spring C Spring D Summer E and Summer F

Year 7 Autumn A Autumn B Spring C Spring D Summer E and Summer F Year 7 Autumn A Autumn B Spring C Spring D Summer E and Summer F Introduction to Computing E-Safety Hardware and Software Introduction to programming and coding Visual coding tools and programming languages

More information

CS 4317: Human-Computer Interaction

CS 4317: Human-Computer Interaction September 8, 2017 Tentative Syllabus CS 4317: Human-Computer Interaction Spring 2017 Tuesday & Thursday, 9:00-10:20, Psychology Building, room 308 Instructor: Nigel Ward Office: CCS 3.0408 Phone: 747-6827

More information

M150 -B / Unit 12. By Wawi. A good user interface design enables the user to effectively interact with the system and perform his tasks.

M150 -B / Unit 12. By Wawi. A good user interface design enables the user to effectively interact with the system and perform his tasks. A good user interface design enables the user to effectively interact with the system and perform his tasks. (True) HCI: (Human-Computer Interaction) is the study of how humans interact with computers

More information

European Commission - ISA Unit

European Commission - ISA Unit DG DIGIT Unit.D.2 (ISA Unit) European Commission - ISA Unit INTEROPERABILITY QUICK ASSESSMENT TOOLKIT Release Date: 12/06/2018 Doc. Version: 1.1 Document History The following table shows the development

More information

Grade 8 Unit 1 Congruence and Similarity (4 Weeks)

Grade 8 Unit 1 Congruence and Similarity (4 Weeks) Grade 8 Unit Congruence and Similarity (4 Weeks) Stage Desired Results Established Goals Unit Description In this unit, students will explore and describe the effects of translations, rotations, reflections

More information

Medium-Fi Prototype. clicked

Medium-Fi Prototype. clicked Medium-Fi Prototype clicked Gordon D. Michael K. Jake M. Krister J. Mission Statement: Mission Statement: Never Leave Class Confused. Problem/Solution Overview: Problem: Solution: Problem/Solution Overview:

More information

Criterion 4 Exemplary 3 Very Good 2 Good 1 Substandard Comprehensive/ Web 2.0 tool cannot be used any content area and has

Criterion 4 Exemplary 3 Very Good 2 Good 1 Substandard Comprehensive/ Web 2.0 tool cannot be used any content area and has Criterion 4 Exemplary 3 Very Good 2 Good 1 Substandard Comprehensive/ Web 2.0 tool can be used in Web 2.0 tool can be used in Web 2.0 tool can be used in Web 2.0 tool cannot be used any content area and

More information