This presentation is intended to be a brief overview of what educational data mining is (and what it isn t), how it can be used, and what it can tell

Size: px
Start display at page:

Download "This presentation is intended to be a brief overview of what educational data mining is (and what it isn t), how it can be used, and what it can tell"

Transcription

1 This presentation is intended to be a brief overview of what educational data mining is (and what it isn t), how it can be used, and what it can tell you. A hypothetical example will be used to illustrate these points, and the presentation will end with a real-life example of how I ve been using educational data mining to examine data from an educational video game. 1

2 Educational data mining is nothing more than the process of automatically identifying patterns in educational data sets too large to analyze by hand. It is generally used for one of three purposes. The most common purpose is to identify things that co-occur. It finds that people that do A do B most of the time, or when X occurs Y also often occurs. Association rule mining is used to find these cooccurrences. Association rule mining is often called market basket research, where it is found that people who buy milk also buy eggs most of the time (in the same basket at the grocery store). There is no order information, because no one cares which items in the basket get scanned first. Sequence mining imposes a constraint on association rule mining so that B has to occur within a certain time window after A. This sort of analysis is what companies like Amazon and Netflix use to recommend other books or movies that you might like. Cluster analysis is used to identify naturally occurring groups. Given a whole bunch of people it will tell you that there is a group of people doing one set of actions and another group of people doing a different set of actions. This type of analysis isn t as popular in marketing but is becoming very popular in medical and biomedical research where it can be used in gene expression or to find groups of people that react differently to the same medication. Classification rule discovery often goes hand-in-hand with cluster analysis and is used to identify the defining characteristics of previously identified groups. It will tell you that Group A is older and smokes more than Group B and Group B exercises more than Group A. 2

3 Since educational data mining does all these great things, why don t we use it more? The answer is that educational data generally isn t large enough for educational data mining to be appropriate. Educational data mining requires a dataset that is both long (e.g., lots of participants) and wide (e.g., lots of variables). While this sort of data is rarely generated by subject matter tests or classroom observations, educational technological environments such as interactive tutors, online educational environments, and educational video games and simulations often produce such data because they can record every action taken by the students rather than just the answers they give to questions 3

4 This data is more fine-grained and more detailed than standard educational data, because it includes the specific steps taken in the course of solving each problem. It is also very context dependent because a given step can be appropriate in one problem and inappropriate in another. Additional detail is added to this data by including time and order information, so it is clear which actions occurred before which other actions as well as how long it took a student to move from one action to another. Most importantly for the purposes of analysis, this data is not prescreened for relevance. Every mouse click can be captured, not just the ones that indicate understanding of the targeted concept (or lack thereof). 4

5 Think of it as if it was qualitative data, except that it isn t data you collected yourself. Someone else made the observations. They didn t know what your research questions would be, and they didn t have any research questions of their own, so they wrote down EVERYTHING. Bob stood up. Bob looked left. Bob scratched his ear. Bob yawned. Everything Bob did, in exquisite detail. 5

6 For example, given the problem of crossing the street safely, standard educational data would record either a successful street crossing or an unsuccessful street crossing. 6

7 An educational video game about crossing the street would record: Person stops at crosswalk, person looks left, person waits, person looks left again, person looks right, person enters crosswalk, person exits crosswalk. It records everything the person did, rather than recording a judgment about that person s performance on the task. 7

8 This data also includes important timing and context information, so it records that they stopped at a crosswalk with no traffic light, two seconds later looked left and saw a car coming, etc. 8

9 If we aren t using data mining techniques, what do we do with this data? We do what quantitative people usually do with other people s qualitative data: we count things. In this example we might count how often people wait at crosswalks with no traffic light or how often people look right at a crosswalk. We might even count how often people exit crosswalks with no incident (in the simulation). These counts could then be used to predict success or failure for people crossing the street in real life or to predict their performance on a standardized test on the topic of street crossing. The first two counts could also be used to predict success or failure in the simulation (e.g., the third count). 9

10 Association rule mining finds actions or events that frequently co-occur, provided that the event pair accounts for more than a given percent of the data (say 10%). The association pictured here shows that 84% of people who look left and see a car wait at a crosswalk with no traffic light. This pattern of looking and waiting is observed in 12% of all street crossers. 10

11 Sequence mining is similar to association rule mining, except that it contains a time element. Sequence mining finds actions or events that frequently co-occur, provided that the second event occurs within a given window of time after the first event (say 60 seconds). The sequence pictured here shows that 74% of people who look left and don t see a car exit the crosswalk with no incident within 30 seconds. This pattern of looking and crossing safely is observed in 48% of all street crossers. 11

12 Cluster analysis looks for groups of associations and separates the actions or events into groups of actions or events that frequently co-occur. The groups pictured here consist of a group (on the left) that look left and don t see a car, look right and don t see a car, and exit the crosswalk with no incident, and a group (on the right) that enter the crosswalk against the light and have an incident in the crosswalk. The distance between circles indicates their co-occurrence, with circles that are close to each other frequently co-occurring and circles that are far from each other rarely if ever co-occurring. This would indicate that, for example, looking left and not seeing a car rarely co-occurs with having an incident in the crosswalk. Note that, similar to factor analysis, cluster analysis does not come up with names for the different groups. Those names must be determined by the researcher or a content expert. For example, the left group might be named looks both ways before crossing the street and the right group might be named enters crosswalk against the light. 12

13 Classification rule discovery starts with previously known groups which actions or events are indicative of membership in one group rather than the other. This is essentially a series of significance tests, similar to what you might analyze in a MANOVA. Does event 1 occur significant more often in one group than the other(s)? Does event 2 occur significantly more often in one group than the other(s)? Etc. In this example, Group 1 looks left and doesn t see a car and looks right and doesn t see a car more often than Group 2. Group 2 enters against the light more often than Group 1. 13

14 While at first glance none of the data mining techniques seem to be much more advanced than counting, they provide a number of practical advantages. This is mostly because data mining operates over datasets that include hundreds or thousands (or millions) of unique actions. If you counted up each of these unique actions and then tested each one to see if it effected your outcome of interest, you would be fishing and your results would be suspect because running hundreds or thousands of significance tests at a five percent error rate (sig <=.05) would result in false positives for one in every twenty actions. If you limit those hundreds or thousands of actions to less than twenty, how do you know which ones to count? How do you know you haven t left out an important mediator? Finally, how do you identify slight variations in the actions? Is waiting at a crosswalk with no traffic light different than waiting at a crosswalk with a traffic light? Is waiting at a crosswalk with no traffic light during the day different than waiting at a crosswalk with no traffic light at night? 14

15 Most importantly, you can t count what you don t know to look for. If you are only counting actions or patterns of actions that you have decided a priori are important, then you won t find this type of street crosser. If you don t know that some of your street crossers are ducks, it can bias your results. Ducks (or geese) are fairly poor street crossers. They don t look both ways, they take a really long time to get to the other side, and they don t usually use crosswalks. But they usually reach the other side without incident. Most data mining results will be things you already knew about (e.g., identifying a group of street crossers that look both ways before they cross the street). In fact, if data mining doesn t identify the things you already know about, then either you were wrong and there is no such thing as a street crosser who looks both ways or something is wrong with the data mining algorithm. The gold is in the unexpected results. What are the ducks in your data? 15

16 While educational data mining is a pretty fantastic tool for data discovery, it does not do the things most statistical techniques can do. It does not do hypothesis testing. There is no way to look for a specific sequence or group and determine whether or not it occurs more often than chance. There is also no way to determine whether or not the sequences or groups that were identified will exist in your next set of data. Data mining techniques have no methods of determining the reliability of your results. Nor can they be used directly for prediction. For example, data mining techniques themselves do not provide any way to determine the likelihood of a specific group performing better than other groups either in the simulation or in real life. All of which means that data mining is unlikely to answer the question you are really interested in. However, data mining provides you with the variables that will allow you to answer that question. The real power of data mining comes when the results are used as variables in standard statistical techniques such as a regression, hierarchical linear model, IRT, or Bayesian network. 16

17 So when should you use educational data mining? As is true with every other statistical technique, you should use it when you have the right kind of data and the right kind of question. You should use it when you have a lot of very detailed data and when you want to know what people are doing in a given situation or you are interested in the different ways people are going about solving a given problem. 17

18 I have been using data mining techniques to analyze log data from an educational video game called Save Patch that is intended to teach students about fractions. In this game students break whole unit ropes (on the left had side of the screenshot, under Path Options ) into fractional pieces using the up and down arrows next to each rope. Students then place the ropes on each sign in the grid to guide the puppet safely to the cage. The level in the screenshot represents two units (indicated by gray posts at intersections) broken into thirds (indicated by the red posts). To solve this level correctly students must place 3/3 (or 1/1) on the first sign, 1/3 on the second sign, 1/3 on the third sign, and hit the Go button on the bottom of the page. The most recent dataset for this game consists of 859 students, and each student played the game for approximately two hours. 18

19 The log data from Save Patch looks like this in its original form. Each row in the data represents a specific action. Each action includes detailed information about what the action was (e.g., the Data_01 to Data_03 columns) as well as valuable context information (e.g., the ID and Game Time columns). The 859 students in this study generated 1,208,133 rows of log data. 19

20 Each of these 1.2 million rows was translated into a mnemonic that combined all detailed information about the action into a single tag. For example, the first mnemonic indicates that a student scrolled a whole unit rope (1o1) to thirds (3o3). The second mnemonic indicates that the student selected a one-third rope. 20

21 The data was then transformed into a matrix, with a row for each attempt each student makes at each level in the game and a column for each unique mnemonic in the data. A 1 under a given mnemonic indicates that that action was performed in that attempt at that level by that student. A 0 indicates that the action was not performed in that attempt. The mnemonics in this example have been renamed M1, M2, etc. so that I could show a number of them on the same slide. They are not numbered in the actual data. This process took the 1.2 million rows of log data and transformed them into a sparse binary matrix that is 55,039 rows long and 17,685 columns wide. 21

22 Cluster analysis takes this matrix and calculates each mnemonic s distance from each other mnemonic and plots them in n-dimensional space (where n is the number of mnemonics). Using the fanny algorithm in R on a given dataset (data) to find a given number of clusters (4) would take the image on the left and identify four groups of points (the image on the right). The fanny algorithm can not tell you how many clusters are in your data. You have to run the algorithm starting with two clusters and then incrementing one cluster at a time until either the algorithm will not produce the desired number of clusters or it starts breaking up mnemonics into artificially small pieces (e.g., breaking the group of three mnemonics on the left side of the screen into three separate clusters). In the Save Patch data, each cluster of mnemonics corresponded to a specific strategy that was being used to solve the problem. 22

23 One of the most common incorrect mathematical strategies that was identified by the cluster analysis was a Unitizing Error. Students who make Unitizing Errors assume that the whole representation is one unit across, regardless of the number of units represented in the image. This strategy leads students to place 3/6 on the first sign (rather than 3/3), and 1/6 on the next two signs (rather than 1/3). This cluster was identified as a Unitizing Error because the only logical reason why a student would attempt to solve the level in sixths would be if they thought the entire representation was one unit across. Had there been multiple explanations for a student solving the level in sixths, we would not have been able to name this cluster. 23

24 Another common incorrect mathematical strategies that was identified by the cluster analysis was a Partitioning Error. Students who make Partitioning Errors don t know that the denominator of a fraction is the number of pieces it is cut into. Rather, they think that the denominator of a fraction is the number of cuts (or marks) that break up the whole unit. These students count the number of dividing marks (red posts) between unit marks to determine the denominator rather than counting the number of spaces. This strategy leads students to place 3/2 on the first sign (rather than 3/3), and 1/2 on the next two signs (rather than 1/3). 24

25 Once the different strategies students were using to solve the fractions problems in the game were identified, the data was transformed into a much smaller dataset that still included all 55,039 rows but reduced the 17,685 columns into a single Strategy column. Time and order information was retained so that the data could be used in sequence mining. 25

26 Sequence mining in R using the cspade algorithm took this data (data) and found every sequence of strategies where the second strategy immediately followed the first (maxwin = 1) and at least ten percent of students performed that strategy (support = 0.01). This resulted in a list of frequent sequences and the percent of students who performed each sequence. Note that the percentages do not have to add up to 1 because some students performed more than two (or three, or four) strategies before they figured out how to solve a given level. For example, in the level represented in the slide, 23.27% of all students made a game error {G} (e.g., going the wrong direction from a sign) and then solved the level correctly{s} on their next attempt at the level. On the other hand, 4.11% of students made partitioning errors {P} four or more times in a row. 26

27 To make this data more easily read, the results were represented as graphs. These graphs show the frequent sequences ending in an {S} in level 4 (Level 4: Paths to Solutions) and the sequences that do not end in an {S} in level 4 (Level 4: Paths Between Errors). These graphs indicate, for example, that 44.54% of students made a partitioning error while trying to solve the level, but that 26.09% of students (just over half of those who make partitioning errors) solved the level immediately after making a partitioning error. We are currently working on operationalizing these sequences into variables that can be used to predict either in-game performance or performance on a paper-and - pencil fractions posttest. 27

28 Thank you for your interest. If you would like to know more about our work, we have a number of CRESST reports available online at Including: Using Cluster Analysis to Extend Usability Testing to Instructional Content edu/products/reports/r816 pdf A Primer on Data Logging to Support Extraction of Meaningful Information from Educational Games: An Example from Save Patch and The Feasibility of Using Cluster Analysis to Examine Log Data from Educational Video Games We also have an article in the Journal of Educational Data Mining titled Identifying Key Features of Student Performance in Educational Video Games and Simulations through Cluster Analysis ti t i i /JEDM/i / ti l / l4/i EtAl Vol4Issue1P111_152.pdf 28

Case study Norway case 1

Case study Norway case 1 Case study Norway case 1 School : B (primary school) Theme: Science microorganisms Dates of lessons: March 26-27 th 2015 Age of students: 10-11 (grade 5) Data sources: Pre- and post-interview with 1 teacher

More information

UNIT ONE Tools of Algebra

UNIT ONE Tools of Algebra UNIT ONE Tools of Algebra Subject: Algebra 1 Grade: 9 th 10 th Standards and Benchmarks: 1 a, b,e; 3 a, b; 4 a, b; Overview My Lessons are following the first unit from Prentice Hall Algebra 1 1. Students

More information

Millersville University Degree Works Training User Guide

Millersville University Degree Works Training User Guide Millersville University Degree Works Training User Guide Page 1 Table of Contents Introduction... 5 What is Degree Works?... 5 Degree Works Functionality Summary... 6 Access to Degree Works... 8 Login

More information

WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company

WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company WiggleWorks Software Manual PDF0049 (PDF) Houghton Mifflin Harcourt Publishing Company Table of Contents Welcome to WiggleWorks... 3 Program Materials... 3 WiggleWorks Teacher Software... 4 Logging In...

More information

Houghton Mifflin Online Assessment System Walkthrough Guide

Houghton Mifflin Online Assessment System Walkthrough Guide Houghton Mifflin Online Assessment System Walkthrough Guide Page 1 Copyright 2007 by Houghton Mifflin Company. All Rights Reserved. No part of this document may be reproduced or transmitted in any form

More information

Faculty Feedback User s Guide

Faculty Feedback User s Guide Faculty Feedback User s Guide Contents Description:... 2 Purpose:... 2 Instructions:... 2 Step 1. Logging in.... 2 Step 2. Selecting a course... 3 Step 3. Interacting with the feedback roster.... 3 Faculty

More information

NCAA Eligibility Center High School Portal Instructions. Course Module

NCAA Eligibility Center High School Portal Instructions. Course Module NCAA Eligibility Center High School Portal Instructions Course Module www.eligibilitycenter.org Click here to enter the High School Portal Before logging in, you can peruse the resource page or look at

More information

Foothill College Summer 2016

Foothill College Summer 2016 Foothill College Summer 2016 Intermediate Algebra Math 105.04W CRN# 10135 5.0 units Instructor: Yvette Butterworth Text: None; Beoga.net material used Hours: Online Except Final Thurs, 8/4 3:30pm Phone:

More information

Creating a Test in Eduphoria! Aware

Creating a Test in Eduphoria! Aware in Eduphoria! Aware Login to Eduphoria using CHROME!!! 1. LCS Intranet > Portals > Eduphoria From home: LakeCounty.SchoolObjects.com 2. Login with your full email address. First time login password default

More information

Student Handbook. This handbook was written for the students and participants of the MPI Training Site.

Student Handbook. This handbook was written for the students and participants of the MPI Training Site. Student Handbook This handbook was written for the students and participants of the MPI Training Site. Purpose To enable the active participants of this website easier operation and a thorough understanding

More information

Secret Code for Mazes

Secret Code for Mazes Secret Code for Mazes ACTIVITY TIME 30-45 minutes MATERIALS NEEDED Pencil Paper Secret Code Sample Maze worksheet A set of mazes (optional) page 1 Background Information It s a scene we see all the time

More information

The lab is designed to remind you how to work with scientific data (including dealing with uncertainty) and to review experimental design.

The lab is designed to remind you how to work with scientific data (including dealing with uncertainty) and to review experimental design. Name: Partner(s): Lab #1 The Scientific Method Due 6/25 Objective The lab is designed to remind you how to work with scientific data (including dealing with uncertainty) and to review experimental design.

More information

Many instructors use a weighted total to calculate their grades. This lesson explains how to set up a weighted total using categories.

Many instructors use a weighted total to calculate their grades. This lesson explains how to set up a weighted total using categories. Weighted Totals Many instructors use a weighted total to calculate their grades. This lesson explains how to set up a weighted total using categories. Set up your grading scheme in your syllabus Your syllabus

More information

Curriculum Design Project with Virtual Manipulatives. Gwenanne Salkind. George Mason University EDCI 856. Dr. Patricia Moyer-Packenham

Curriculum Design Project with Virtual Manipulatives. Gwenanne Salkind. George Mason University EDCI 856. Dr. Patricia Moyer-Packenham Curriculum Design Project with Virtual Manipulatives Gwenanne Salkind George Mason University EDCI 856 Dr. Patricia Moyer-Packenham Spring 2006 Curriculum Design Project with Virtual Manipulatives Table

More information

West s Paralegal Today The Legal Team at Work Third Edition

West s Paralegal Today The Legal Team at Work Third Edition Study Guide to accompany West s Paralegal Today The Legal Team at Work Third Edition Roger LeRoy Miller Institute for University Studies Mary Meinzinger Urisko Madonna University Prepared by Bradene L.

More information

Study Guide for Right of Way Equipment Operator 1

Study Guide for Right of Way Equipment Operator 1 Study Guide for Right of Way Equipment Operator 1 Test Number: 2814 Human Resources Talent Planning & Programs Southern California Edison An Edison International Company REV082815 Introduction The 2814

More information

Using SAM Central With iread

Using SAM Central With iread Using SAM Central With iread January 1, 2016 For use with iread version 1.2 or later, SAM Central, and Student Achievement Manager version 2.4 or later PDF0868 (PDF) Houghton Mifflin Harcourt Publishing

More information

Alberta Police Cognitive Ability Test (APCAT) General Information

Alberta Police Cognitive Ability Test (APCAT) General Information Alberta Police Cognitive Ability Test (APCAT) General Information 1. What does the APCAT measure? The APCAT test measures one s potential to successfully complete police recruit training and to perform

More information

Home Access Center. Connecting Parents to Fulton County Schools

Home Access Center. Connecting Parents to Fulton County Schools Home Access Center Connecting Parents to Fulton County Schools What is Home Access Center? Website available to parents (and at site discretion, students) that is a real-time look at student data The data

More information

How to make an A in Physics 101/102. Submitted by students who earned an A in PHYS 101 and PHYS 102.

How to make an A in Physics 101/102. Submitted by students who earned an A in PHYS 101 and PHYS 102. How to make an A in Physics 101/102. Submitted by students who earned an A in PHYS 101 and PHYS 102. PHYS 102 (Spring 2015) Don t just study the material the day before the test know the material well

More information

Student Records Training Level IIB

Student Records Training Level IIB Student Records Training Level IIB Changing a Major Program/Plan... 2 Adding a Second Major Program/Plan... 6 Adding and Changing a Minor Program/Plan... 14 Adding a Subplan... 18 Marking a Program/Plan

More information

AP Statistics Summer Assignment 17-18

AP Statistics Summer Assignment 17-18 AP Statistics Summer Assignment 17-18 Welcome to AP Statistics. This course will be unlike any other math class you have ever taken before! Before taking this course you will need to be competent in basic

More information

Contents. Foreword... 5

Contents. Foreword... 5 Contents Foreword... 5 Chapter 1: Addition Within 0-10 Introduction... 6 Two Groups and a Total... 10 Learn Symbols + and =... 13 Addition Practice... 15 Which is More?... 17 Missing Items... 19 Sums with

More information

Measures of the Location of the Data

Measures of the Location of the Data OpenStax-CNX module m46930 1 Measures of the Location of the Data OpenStax College This work is produced by OpenStax-CNX and licensed under the Creative Commons Attribution License 3.0 The common measures

More information

STUDENT MOODLE ORIENTATION

STUDENT MOODLE ORIENTATION BAKER UNIVERSITY SCHOOL OF PROFESSIONAL AND GRADUATE STUDIES STUDENT MOODLE ORIENTATION TABLE OF CONTENTS Introduction to Moodle... 2 Online Aptitude Assessment... 2 Moodle Icons... 6 Logging In... 8 Page

More information

South Carolina College- and Career-Ready Standards for Mathematics. Standards Unpacking Documents Grade 5

South Carolina College- and Career-Ready Standards for Mathematics. Standards Unpacking Documents Grade 5 South Carolina College- and Career-Ready Standards for Mathematics Standards Unpacking Documents Grade 5 South Carolina College- and Career-Ready Standards for Mathematics Standards Unpacking Documents

More information

Getting Started with Deliberate Practice

Getting Started with Deliberate Practice Getting Started with Deliberate Practice Most of the implementation guides so far in Learning on Steroids have focused on conceptual skills. Things like being able to form mental images, remembering facts

More information

Reflective problem solving skills are essential for learning, but it is not my job to teach them

Reflective problem solving skills are essential for learning, but it is not my job to teach them Reflective problem solving skills are essential for learning, but it is not my job teach them Charles Henderson Western Michigan University http://homepages.wmich.edu/~chenders/ Edit Yerushalmi, Weizmann

More information

Assignment 1: Predicting Amazon Review Ratings

Assignment 1: Predicting Amazon Review Ratings Assignment 1: Predicting Amazon Review Ratings 1 Dataset Analysis Richard Park r2park@acsmail.ucsd.edu February 23, 2015 The dataset selected for this assignment comes from the set of Amazon reviews for

More information

THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS ASSESSING THE EFFECTIVENESS OF MULTIPLE CHOICE MATH TESTS

THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS ASSESSING THE EFFECTIVENESS OF MULTIPLE CHOICE MATH TESTS THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS ASSESSING THE EFFECTIVENESS OF MULTIPLE CHOICE MATH TESTS ELIZABETH ANNE SOMERS Spring 2011 A thesis submitted in partial

More information

Creating Your Term Schedule

Creating Your Term Schedule Creating Your Term Schedule MAY 2017 Agenda - Academic Scheduling Cycle - What is course roll? How does course roll work? - Running a Class Schedule Report - Pulling a Schedule query - How do I make changes

More information

Outreach Connect User Manual

Outreach Connect User Manual Outreach Connect A Product of CAA Software, Inc. Outreach Connect User Manual Church Growth Strategies Through Sunday School, Care Groups, & Outreach Involving Members, Guests, & Prospects PREPARED FOR:

More information

Pre-Algebra A. Syllabus. Course Overview. Course Goals. General Skills. Credit Value

Pre-Algebra A. Syllabus. Course Overview. Course Goals. General Skills. Credit Value Syllabus Pre-Algebra A Course Overview Pre-Algebra is a course designed to prepare you for future work in algebra. In Pre-Algebra, you will strengthen your knowledge of numbers as you look to transition

More information

Parent s Guide to the Student/Parent Portal

Parent s Guide to the Student/Parent Portal Nova Scotia Public Education System Parent s Guide to the Student/Parent Portal Revision Date: The Student/Parent Portal is your gateway into the classroom of the children associated to your account. The

More information

Naviance Family Connection

Naviance Family Connection What is it? Naviance Family Connection Junior Year Naviance Family Connection is a web-based program that allows you and your parents to organize and manage your college search process. It also allows

More information

Hentai High School A Game Guide

Hentai High School A Game Guide Hentai High School A Game Guide Hentai High School is a sex game where you are the Principal of a high school with the goal of turning the students into sex crazed people within 15 years. The game is difficult

More information

Chapter 4 - Fractions

Chapter 4 - Fractions . Fractions Chapter - Fractions 0 Michelle Manes, University of Hawaii Department of Mathematics These materials are intended for use with the University of Hawaii Department of Mathematics Math course

More information

Page 1 of 11. Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General. Grade(s): None specified

Page 1 of 11. Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General. Grade(s): None specified Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General Grade(s): None specified Unit: Creating a Community of Mathematical Thinkers Timeline: Week 1 The purpose of the Establishing a Community

More information

School Year 2017/18. DDS MySped Application SPECIAL EDUCATION. Training Guide

School Year 2017/18. DDS MySped Application SPECIAL EDUCATION. Training Guide SPECIAL EDUCATION School Year 2017/18 DDS MySped Application SPECIAL EDUCATION Training Guide Revision: July, 2017 Table of Contents DDS Student Application Key Concepts and Understanding... 3 Access to

More information

How long did... Who did... Where was... When did... How did... Which did...

How long did... Who did... Where was... When did... How did... Which did... (Past Tense) Who did... Where was... How long did... When did... How did... 1 2 How were... What did... Which did... What time did... Where did... What were... Where were... Why did... Who was... How many

More information

Storytelling Made Simple

Storytelling Made Simple Storytelling Made Simple Storybird is a Web tool that allows adults and children to create stories online (independently or collaboratively) then share them with the world or select individuals. Teacher

More information

Welcome to ACT Brain Boot Camp

Welcome to ACT Brain Boot Camp Welcome to ACT Brain Boot Camp 9:30 am - 9:45 am Basics (in every room) 9:45 am - 10:15 am Breakout Session #1 ACT Math: Adame ACT Science: Moreno ACT Reading: Campbell ACT English: Lee 10:20 am - 10:50

More information

Mathematics Success Level E

Mathematics Success Level E T403 [OBJECTIVE] The student will generate two patterns given two rules and identify the relationship between corresponding terms, generate ordered pairs, and graph the ordered pairs on a coordinate plane.

More information

Software Maintenance

Software Maintenance 1 What is Software Maintenance? Software Maintenance is a very broad activity that includes error corrections, enhancements of capabilities, deletion of obsolete capabilities, and optimization. 2 Categories

More information

Algebra 1, Quarter 3, Unit 3.1. Line of Best Fit. Overview

Algebra 1, Quarter 3, Unit 3.1. Line of Best Fit. Overview Algebra 1, Quarter 3, Unit 3.1 Line of Best Fit Overview Number of instructional days 6 (1 day assessment) (1 day = 45 minutes) Content to be learned Analyze scatter plots and construct the line of best

More information

Mathematics Success Grade 7

Mathematics Success Grade 7 T894 Mathematics Success Grade 7 [OBJECTIVE] The student will find probabilities of compound events using organized lists, tables, tree diagrams, and simulations. [PREREQUISITE SKILLS] Simple probability,

More information

Appendix L: Online Testing Highlights and Script

Appendix L: Online Testing Highlights and Script Online Testing Highlights and Script for Fall 2017 Ohio s State Tests Administrations Test administrators must use this document when administering Ohio s State Tests online. It includes step-by-step directions,

More information

TotalLMS. Getting Started with SumTotal: Learner Mode

TotalLMS. Getting Started with SumTotal: Learner Mode TotalLMS Getting Started with SumTotal: Learner Mode Contents Learner Mode... 1 TotalLMS... 1 Introduction... 3 Objectives of this Guide... 3 TotalLMS Overview... 3 Logging on to SumTotal... 3 Exploring

More information

Edexcel GCSE. Statistics 1389 Paper 1H. June Mark Scheme. Statistics Edexcel GCSE

Edexcel GCSE. Statistics 1389 Paper 1H. June Mark Scheme. Statistics Edexcel GCSE Edexcel GCSE Statistics 1389 Paper 1H June 2007 Mark Scheme Edexcel GCSE Statistics 1389 NOTES ON MARKING PRINCIPLES 1 Types of mark M marks: method marks A marks: accuracy marks B marks: unconditional

More information

Netsmart Sandbox Tour Guide Script

Netsmart Sandbox Tour Guide Script Netsmart Sandbox Tour Guide Script October 2012 This document is to be used in conjunction with the Netsmart Sandbox environment as a guide. Following the steps included in this guide will allow you to

More information

CS Machine Learning

CS Machine Learning CS 478 - Machine Learning Projects Data Representation Basic testing and evaluation schemes CS 478 Data and Testing 1 Programming Issues l Program in any platform you want l Realize that you will be doing

More information

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur Module 12 Machine Learning 12.1 Instructional Objective The students should understand the concept of learning systems Students should learn about different aspects of a learning system Students should

More information

Part I. Figuring out how English works

Part I. Figuring out how English works 9 Part I Figuring out how English works 10 Chapter One Interaction and grammar Grammar focus. Tag questions Introduction. How closely do you pay attention to how English is used around you? For example,

More information

Introduction to Moodle

Introduction to Moodle Center for Excellence in Teaching and Learning Mr. Philip Daoud Introduction to Moodle Beginner s guide Center for Excellence in Teaching and Learning / Teaching Resource This manual is part of a serious

More information

OCR for Arabic using SIFT Descriptors With Online Failure Prediction

OCR for Arabic using SIFT Descriptors With Online Failure Prediction OCR for Arabic using SIFT Descriptors With Online Failure Prediction Andrey Stolyarenko, Nachum Dershowitz The Blavatnik School of Computer Science Tel Aviv University Tel Aviv, Israel Email: stloyare@tau.ac.il,

More information

Generating Test Cases From Use Cases

Generating Test Cases From Use Cases 1 of 13 1/10/2007 10:41 AM Generating Test Cases From Use Cases by Jim Heumann Requirements Management Evangelist Rational Software pdf (155 K) In many organizations, software testing accounts for 30 to

More information

Foothill College Fall 2014 Math My Way Math 230/235 MTWThF 10:00-11:50 (click on Math My Way tab) Math My Way Instructors:

Foothill College Fall 2014 Math My Way Math 230/235 MTWThF 10:00-11:50  (click on Math My Way tab) Math My Way Instructors: This is a team taught directed study course. Foothill College Fall 2014 Math My Way Math 230/235 MTWThF 10:00-11:50 www.psme.foothill.edu (click on Math My Way tab) Math My Way Instructors: Instructor:

More information

CHANCERY SMS 5.0 STUDENT SCHEDULING

CHANCERY SMS 5.0 STUDENT SCHEDULING CHANCERY SMS 5.0 STUDENT SCHEDULING PARTICIPANT WORKBOOK VERSION: 06/04 CSL - 12148 Student Scheduling Chancery SMS 5.0 : Student Scheduling... 1 Course Objectives... 1 Course Agenda... 1 Topic 1: Overview

More information

An ICT environment to assess and support students mathematical problem-solving performance in non-routine puzzle-like word problems

An ICT environment to assess and support students mathematical problem-solving performance in non-routine puzzle-like word problems An ICT environment to assess and support students mathematical problem-solving performance in non-routine puzzle-like word problems Angeliki Kolovou* Marja van den Heuvel-Panhuizen*# Arthur Bakker* Iliada

More information

Quantitative analysis with statistics (and ponies) (Some slides, pony-based examples from Blase Ur)

Quantitative analysis with statistics (and ponies) (Some slides, pony-based examples from Blase Ur) Quantitative analysis with statistics (and ponies) (Some slides, pony-based examples from Blase Ur) 1 Interviews, diary studies Start stats Thursday: Ethics/IRB Tuesday: More stats New homework is available

More information

Paper Reference. Edexcel GCSE Mathematics (Linear) 1380 Paper 1 (Non-Calculator) Foundation Tier. Monday 6 June 2011 Afternoon Time: 1 hour 30 minutes

Paper Reference. Edexcel GCSE Mathematics (Linear) 1380 Paper 1 (Non-Calculator) Foundation Tier. Monday 6 June 2011 Afternoon Time: 1 hour 30 minutes Centre No. Candidate No. Paper Reference 1 3 8 0 1 F Paper Reference(s) 1380/1F Edexcel GCSE Mathematics (Linear) 1380 Paper 1 (Non-Calculator) Foundation Tier Monday 6 June 2011 Afternoon Time: 1 hour

More information

Dublin City Schools Mathematics Graded Course of Study GRADE 4

Dublin City Schools Mathematics Graded Course of Study GRADE 4 I. Content Standard: Number, Number Sense and Operations Standard Students demonstrate number sense, including an understanding of number systems and reasonable estimates using paper and pencil, technology-supported

More information

Extending Place Value with Whole Numbers to 1,000,000

Extending Place Value with Whole Numbers to 1,000,000 Grade 4 Mathematics, Quarter 1, Unit 1.1 Extending Place Value with Whole Numbers to 1,000,000 Overview Number of Instructional Days: 10 (1 day = 45 minutes) Content to Be Learned Recognize that a digit

More information

Sapphire Elementary - Gradebook Setup

Sapphire Elementary - Gradebook Setup Sapphire Elementary - Gradebook Setup Technology Tip Sheets - Sapphire Elementary - Gradebook Setup To start setting up your Gradebook, log in to Sapphire and select the Teacher Gradebook. At the Class

More information

DegreeWorks Advisor Reference Guide

DegreeWorks Advisor Reference Guide DegreeWorks Advisor Reference Guide Table of Contents 1. DegreeWorks Basics... 2 Overview... 2 Application Features... 3 Getting Started... 4 DegreeWorks Basics FAQs... 10 2. What-If Audits... 12 Overview...

More information

Tour. English Discoveries Online

Tour. English Discoveries Online Techno-Ware Tour Of English Discoveries Online Online www.englishdiscoveries.com http://ed242us.engdis.com/technotms Guided Tour of English Discoveries Online Background: English Discoveries Online is

More information

Pedagogical Content Knowledge for Teaching Primary Mathematics: A Case Study of Two Teachers

Pedagogical Content Knowledge for Teaching Primary Mathematics: A Case Study of Two Teachers Pedagogical Content Knowledge for Teaching Primary Mathematics: A Case Study of Two Teachers Monica Baker University of Melbourne mbaker@huntingtower.vic.edu.au Helen Chick University of Melbourne h.chick@unimelb.edu.au

More information

Maximizing Learning Through Course Alignment and Experience with Different Types of Knowledge

Maximizing Learning Through Course Alignment and Experience with Different Types of Knowledge Innov High Educ (2009) 34:93 103 DOI 10.1007/s10755-009-9095-2 Maximizing Learning Through Course Alignment and Experience with Different Types of Knowledge Phyllis Blumberg Published online: 3 February

More information

POWERTEACHER GRADEBOOK

POWERTEACHER GRADEBOOK POWERTEACHER GRADEBOOK FOR THE SECONDARY CLASSROOM TEACHER In Prince William County Public Schools (PWCS), student information is stored electronically in the PowerSchool SMS program. Enrolling students

More information

Sight Word Assessment

Sight Word Assessment Make, Take & Teach Sight Word Assessment Assessment and Progress Monitoring for the Dolch 220 Sight Words What are sight words? Sight words are words that are used frequently in reading and writing. Because

More information

Naviance / Family Connection

Naviance / Family Connection Naviance / Family Connection Welcome to Naviance/Family Connection, the program Lake Central utilizes for students applying to college. This guide will teach you how to use Naviance as a tool in the college

More information

DIBELS Next BENCHMARK ASSESSMENTS

DIBELS Next BENCHMARK ASSESSMENTS DIBELS Next BENCHMARK ASSESSMENTS Click to edit Master title style Benchmark Screening Benchmark testing is the systematic process of screening all students on essential skills predictive of later reading

More information

Emporia State University Degree Works Training User Guide Advisor

Emporia State University Degree Works Training User Guide Advisor Emporia State University Degree Works Training User Guide Advisor For use beginning with Catalog Year 2014. Not applicable for students with a Catalog Year prior. Table of Contents Table of Contents Introduction...

More information

Go fishing! Responsibility judgments when cooperation breaks down

Go fishing! Responsibility judgments when cooperation breaks down Go fishing! Responsibility judgments when cooperation breaks down Kelsey Allen (krallen@mit.edu), Julian Jara-Ettinger (jjara@mit.edu), Tobias Gerstenberg (tger@mit.edu), Max Kleiman-Weiner (maxkw@mit.edu)

More information

Creating an Online Test. **This document was revised for the use of Plano ISD teachers and staff.

Creating an Online Test. **This document was revised for the use of Plano ISD teachers and staff. Creating an Online Test **This document was revised for the use of Plano ISD teachers and staff. OVERVIEW Step 1: Step 2: Step 3: Use ExamView Test Manager to set up a class Create class Add students to

More information

Your School and You. Guide for Administrators

Your School and You. Guide for Administrators Your School and You Guide for Administrators Table of Content SCHOOLSPEAK CONCEPTS AND BUILDING BLOCKS... 1 SchoolSpeak Building Blocks... 3 ACCOUNT... 4 ADMIN... 5 MANAGING SCHOOLSPEAK ACCOUNT ADMINISTRATORS...

More information

Once your credentials are accepted, you should get a pop-window (make sure that your browser is set to allow popups) that looks like this:

Once your credentials are accepted, you should get a pop-window (make sure that your browser is set to allow popups) that looks like this: SCAIT IN ARIES GUIDE Accessing SCAIT The link to SCAIT is found on the Administrative Applications and Resources page, which you can find via the CSU homepage under Resources or click here: https://aar.is.colostate.edu/

More information

PowerTeacher Gradebook User Guide PowerSchool Student Information System

PowerTeacher Gradebook User Guide PowerSchool Student Information System PowerSchool Student Information System Document Properties Copyright Owner Copyright 2007 Pearson Education, Inc. or its affiliates. All rights reserved. This document is the property of Pearson Education,

More information

Moodle Student User Guide

Moodle Student User Guide Moodle Student User Guide Moodle Student User Guide... 1 Aims and Objectives... 2 Aim... 2 Student Guide Introduction... 2 Entering the Moodle from the website... 2 Entering the course... 3 In the course...

More information

Dyslexia and Dyscalculia Screeners Digital. Guidance and Information for Teachers

Dyslexia and Dyscalculia Screeners Digital. Guidance and Information for Teachers Dyslexia and Dyscalculia Screeners Digital Guidance and Information for Teachers Digital Tests from GL Assessment For fully comprehensive information about using digital tests from GL Assessment, please

More information

Liking and Loving Now and When I m Older

Liking and Loving Now and When I m Older Liking and Loving Now and When I m Older A Lesson Plan from Rights, Respect, Responsibility: A K-12 Curriculum Fostering responsibility by respecting young people s rights to honest sexuality education.

More information

Justin Raisner December 2010 EdTech 503

Justin Raisner December 2010 EdTech 503 Justin Raisner December 2010 EdTech 503 INSTRUCTIONAL DESIGN PROJECT: ADOBE INDESIGN LAYOUT SKILLS For teaching basic indesign skills to student journalists who will edit the school newspaper. TABLE OF

More information

TA Script of Student Test Directions

TA Script of Student Test Directions TA Script of Student Test Directions SMARTER BALANCED PAPER-PENCIL Spring 2017 ELA Grade 6 Paper Summative Assessment School Test Coordinator Contact Information Name: Email: Phone: ( ) Cell: ( ) Visit

More information

Instructor. Darlene Diaz. Office SCC-SC-124. Phone (714) Course Information

Instructor. Darlene Diaz. Office SCC-SC-124. Phone (714) Course Information Division of Math and Sciences Spring 2016 Section Number #19635 Mathematics 105: Math for Liberal Arts Students ONLINE 3 Units 7:30-9:30 p.m. Selected Days (2/8, 3/28, 6/3) in SCC-SC-111 February 8, 2015

More information

Evidence-based Practice: A Workshop for Training Adult Basic Education, TANF and One Stop Practitioners and Program Administrators

Evidence-based Practice: A Workshop for Training Adult Basic Education, TANF and One Stop Practitioners and Program Administrators Evidence-based Practice: A Workshop for Training Adult Basic Education, TANF and One Stop Practitioners and Program Administrators May 2007 Developed by Cristine Smith, Beth Bingman, Lennox McLendon and

More information

THE REFLECTIVE SUPERVISION TOOLKIT

THE REFLECTIVE SUPERVISION TOOLKIT Sample of THE REFLECTIVE SUPERVISION TOOLKIT Daphne Hewson and Michael Carroll 2016 Companion volume to Reflective Practice in Supervision D. Hewson and M. Carroll The Reflective Supervision Toolkit 1

More information

File # for photo

File # for photo File #6883458 for photo -------- I got interested in Neuroscience and its applications to learning when I read Norman Doidge s book The Brain that Changes itself. I was reading the book on our family vacation

More information

INTERNAL MEDICINE IN-TRAINING EXAMINATION (IM-ITE SM )

INTERNAL MEDICINE IN-TRAINING EXAMINATION (IM-ITE SM ) INTERNAL MEDICINE IN-TRAINING EXAMINATION (IM-ITE SM ) GENERAL INFORMATION The Internal Medicine In-Training Examination, produced by the American College of Physicians and co-sponsored by the Alliance

More information

Probability and Statistics Curriculum Pacing Guide

Probability and Statistics Curriculum Pacing Guide Unit 1 Terms PS.SPMJ.3 PS.SPMJ.5 Plan and conduct a survey to answer a statistical question. Recognize how the plan addresses sampling technique, randomization, measurement of experimental error and methods

More information

MINUTE TO WIN IT: NAMING THE PRESIDENTS OF THE UNITED STATES

MINUTE TO WIN IT: NAMING THE PRESIDENTS OF THE UNITED STATES MINUTE TO WIN IT: NAMING THE PRESIDENTS OF THE UNITED STATES THE PRESIDENTS OF THE UNITED STATES Project: Focus on the Presidents of the United States Objective: See how many Presidents of the United States

More information

Are You Ready? Simplify Fractions

Are You Ready? Simplify Fractions SKILL 10 Simplify Fractions Teaching Skill 10 Objective Write a fraction in simplest form. Review the definition of simplest form with students. Ask: Is 3 written in simplest form? Why 7 or why not? (Yes,

More information

IS FINANCIAL LITERACY IMPROVED BY PARTICIPATING IN A STOCK MARKET GAME?

IS FINANCIAL LITERACY IMPROVED BY PARTICIPATING IN A STOCK MARKET GAME? 21 JOURNAL FOR ECONOMIC EDUCATORS, 10(1), SUMMER 2010 IS FINANCIAL LITERACY IMPROVED BY PARTICIPATING IN A STOCK MARKET GAME? Cynthia Harter and John F.R. Harter 1 Abstract This study investigates the

More information

Introduction to WeBWorK for Students

Introduction to WeBWorK for Students Introduction to WeBWorK 1 Introduction to WeBWorK for Students I. What is WeBWorK? WeBWorK is a system developed at the University of Rochester that allows professors to put homework problems on the web

More information

InCAS. Interactive Computerised Assessment. System

InCAS. Interactive Computerised Assessment. System Interactive Computerised Assessment Administered by: System 015 Carefully follow the instructions in this manual to make sure your assessment process runs smoothly! InCAS Page 1 2015 InCAS Manual If there

More information

PREP S SPEAKER LISTENER TECHNIQUE COACHING MANUAL

PREP S SPEAKER LISTENER TECHNIQUE COACHING MANUAL 1 PREP S SPEAKER LISTENER TECHNIQUE COACHING MANUAL IMPORTANCE OF THE SPEAKER LISTENER TECHNIQUE The Speaker Listener Technique (SLT) is a structured communication strategy that promotes clarity, understanding,

More information

Montana Content Standards for Mathematics Grade 3. Montana Content Standards for Mathematical Practices and Mathematics Content Adopted November 2011

Montana Content Standards for Mathematics Grade 3. Montana Content Standards for Mathematical Practices and Mathematics Content Adopted November 2011 Montana Content Standards for Mathematics Grade 3 Montana Content Standards for Mathematical Practices and Mathematics Content Adopted November 2011 Contents Standards for Mathematical Practice: Grade

More information

Online ICT Training Courseware

Online ICT Training Courseware Computing Guide THE LIBRARY www.salford.ac.uk/library Online ICT Training Courseware What materials are covered? Office 2003 to 2007 Quick Conversion Course Microsoft 2010, 2007 and 2003 for Word, PowerPoint,

More information

Student User s Guide to the Project Integration Management Simulation. Based on the PMBOK Guide - 5 th edition

Student User s Guide to the Project Integration Management Simulation. Based on the PMBOK Guide - 5 th edition Student User s Guide to the Project Integration Management Simulation Based on the PMBOK Guide - 5 th edition TABLE OF CONTENTS Goal... 2 Accessing the Simulation... 2 Creating Your Double Masters User

More information

Python Machine Learning

Python Machine Learning Python Machine Learning Unlock deeper insights into machine learning with this vital guide to cuttingedge predictive analytics Sebastian Raschka [ PUBLISHING 1 open source I community experience distilled

More information

Grade 6: Correlated to AGS Basic Math Skills

Grade 6: Correlated to AGS Basic Math Skills Grade 6: Correlated to AGS Basic Math Skills Grade 6: Standard 1 Number Sense Students compare and order positive and negative integers, decimals, fractions, and mixed numbers. They find multiples and

More information