From identification to executable logic of operational decisions Methodological approach with DMN. A White Paper February 2017, 2nd Edition

Size: px
Start display at page:

Download "From identification to executable logic of operational decisions Methodological approach with DMN. A White Paper February 2017, 2nd Edition"

Transcription

1 From identification to executable logic of operational decisions Methodological approach with DMN Johannes Stöhr, Signavio GmbH A White Paper February 2017, 2nd Edition

2 Table of Contents 1. Why Business Decision Management? 3 2. Short Introduction to Decision Model and Notation DMN and BPMN DMN Elements 4 3. Methodological Approach with DMN Identifying Operational Decisions Describing Decision Requirements Deconstructing and Refining Requirements Specifying Decision Logic Outsourcing Logic From BPMN to DMN What is Logic and What are Results? Gateways become Input Data Conditions become Rules Summary and Outlook Contact 16 Methodological Approach with DMN Signavio GmbH, February 2017 Page 2 of 16

3 1. Why Business Decision Management? Operational Decisions in Focus Business rules and business processes are inextricably linked. In almost every organization, decisions are made daily as part of operational processes, decisions which in turn often determine the further development of these processes. In principle, operational decisions are characterized by the fact that they appear in high numbers and usually have to be made within short timeframes. To answer questions such as Can a request be granted? or How much of a discount can I offer to a customer? in a consistent and quick manner, unambiguous and comprehensible descriptions of company regulations are essential. The challenge today for companies is found not only in the description of regulations surrounding decision making, but more so in the consideration of what foundations form the current basis of a decision. As a result of market dynamics, market conditions are continuously changing. International competition, higher customer requirements and ever shorter product life cycles necessitate constant adaptation to business regulations. Furthermore, legal requirements and guidelines have an influence on businesses, which in turn can have a direct effect on operational processes and decisions. Those who do not comply with legal requirements must expect sanctions. These dependencies demand flexible business processes and transparent decision processes as new laws can necessitate additional activities and adjustments of business regulations at any time. Agility and structural flexibility have thus become key economic factors, because the more agile a company is in its reactions to changes, the more successful it is vis-a-vis its competitors. In the face of these challenges, the management of business regulations and optimization of decisions has, over the last few years, been established as a discipline in its own right under the term Business Decision Management (BDM). 2. Short Introduction to Decision Model and Notation With the aim of decoupling and separately adapting future business regulations and business decisions, the Object Management Group (OMG) adopted the Industry Standard DMN 1.0. This standard makes it possible for professional users to describe requirements and decision rules in simple terms and at the same time offers IT experts a sufficient understanding of the implementation of executable systems, which allows for the automation of the decision logic described. 2.1 DMN and BPMN DMN comes from the same place as the widely used BPMN standard and therefore offers the benefit of developing decision models independently from business processes as well as for the seamless integration of available process models. Operational decisions can therefore be presented in a transparent and comprehensible format as part of business processes. With the help of decision models, questions such as What information do I need to reach a decision? or What legal sources will have an influence on which decisions? are answered. Through the hierarchical structure of DMN diagrams, dependencies between decisions are made visual and consequences transparent. The following diagram shows the interaction between BPMN and DMN. Methodological Approach with DMN Signavio GmbH, February 2017 Page 3 of 16

4 Figure 1: Modeling Aspects of BPMN and DMN 2.2 DMN Elements In contrast to the extensive BPMN notation, the DMN standard is made up of only three essential elements, which are shown in figure 2. The core element hereby presents the decision. While input data objects (inputs) provide the basic information for decisions, the applicable business regulations are described in the decision element on the basis of the necessary input data (input objects). > > Contains the logic needed to determine the results > > Can be broken down into further partial decisions > > The result can become an input for other decisions > > Reusable for other decisions > > Makes information for decisions available > > Has a defined data type (text, numeric value, etc.) > > Reusable for many other decisions > > Represents the legitimization of a decision > > Example, legal requirements, a person or something similar Figure 2: Overview of the Core DMN Elements Methodological Approach with DMN Signavio GmbH, February 2017 Page 4 of 16

5 As shown in figure 3, simple as well as complex DMN models can be created with the help of these few elements. Figure 3: Example DMN Diagram 3. Methodological Approach with DMN To get from the identification to the logic specification of operational decisions in a structured way, a process model like the one in figure 4 can be helpful. The extent of knowledge available about important decisions in operative processes is crucial at this point. You may already know the operative decisions within the business process for which the logic should be described, and now only need the foundational information for it. In this case you can start with the description of the demands and skip the first phase, as you are already aware of the relevant decisions. However, in case you are unclear about when important decisions must be made within your operational processes, you should start at the beginning of the process model with the step identify decision and go through the respective phases in the correct order. Ultimately, at the end of the process model, you will have decisions that can be automated by systems in their described logic. Methodological Approach with DMN Signavio GmbH, February 2017 Page 5 of 16

6 Operational decision available Identify and describe decision Describe requirements Specify logic No further deconstruction required Deconstruct and refine Figure 4: Methodological Approach Model 3.1 Identifying Operational Decisions Knowledge of an operational decision is a prerequisite for being able to describe requirements and logic. This aspect seems self-evident, however many companies are unaware of the nature and number of their operational decisions. These decisions are not always as obvious as check request or determine service. On the contrary, all of the activities within a business process can be viewed as decisions in which, following predetermined rules and on the basis of predetermined basic information, a result for the continuing progression of the process can be determined. There are various approaches to identify decisions in the operative process. Consideration of Specifications and Guidelines Important rules and decisions can be deduced from a more thorough consideration of internal or external specifications. Hereby it is important to question the specifications to find further test criteria. For example, the internal specification, the postage fee is omitted for premium customers leads directly to further decisions that, if applicable, must be determined beforehand. > > When is a customer a premium customer? To answer this question, the criteria must be checked in an upstream (i.e. earlier) decision, either manually or automatically. > > What constitutes an order? This question leads to a decision, which is usually based on available information about an order, for example, checking whether order details are complete or the validity of submitted details. Even this decision should be made beforehand, as the postage fee can ultimately only be applied to a complete and valid order. By working through in this step by step way, decisions and above all, their dependencies can be identified. In particular, if phrases such as that was established years ago are familiar to your organization, then this method is a good way to check traditional guidelines from a current standpoint. Methodological Approach with DMN Signavio GmbH, February 2017 Page 6 of 16

7 Searching for Keywords In the process world, there are certain words that are characteristic of decision-making activities. With the analysis of operative activities, you can search for specific words such as check, calculate, compare, confirm, define, determine, and similar terms. If one of these key terms comes up in the description of an activity, there is most likely a decision to be made. For each of these decision-making activities, exactly what is being checked, compared or calculated can be scrutinized to ensure the necessary decision-making foundations are met, and hence to deduce some feasible rules. Analysis of Application Systems Another approach for identifying decisions represents the examination of operational applications from the IT side. Admittedly, due to technological advancements, monolithic systems such as mainframes and terminals have become extinct in the contemporary business world. However some decision-making rules remain in the source code of various applications and are being implemented there in non-transparent and uncontrolled ways. If these business rules have been buried in code, then this code must be frequently adapted. Long revision histories or frequent adaptations in the IT are therefore a good indicator for hidden operational decisions within IT applications. If the source code has grown old in conjunction with business regulations, another indicator for decisions often takes the form of countless notes and post-its. Price and offer notices or specific instructions for customers can give an indication that operational decisions are being made by employees outside of the intended applications. The operational decision has been identified - what now? As the identified decisions are an integral part of operational business processes, they should also at least be described as an activity in the BPM process model. This shows the true combined strength of BPMN and DMN. Activities, behind which business rules and checks are hidden, can be given the attribute task type and the selection business rule and can be marked as decision-making activities. Figure 5, below, demonstrates this through the example of an ordering process with the activity determine discount, in which business rules are applied to determine the size of the discount. With one click of the icon in the top left corner of the activity, a DMN model can now be linked. Methodological Approach with DMN Signavio GmbH, February 2017 Page 7 of 16

8 Figure 5: BPMN Order Process with Marked Decision Activities A DMN decision diagram can now be created for the decision-making activity that has been identified. The main decision is always at the top and the results of this are required directly for the ongoing progress of the process. This decision should, if possible, be given the same name as the corresponding BPMN activity to ensure it can be easily found and for clarity. 3.2 Describing Decision Requirements Decisions are always made on the basis of information. This may be based on existing facts or on the results of other decisions. In a business context, facts are understood to be certain pieces of information within the operational process that do not need to be firstly determined by the logic from other information. Facts can be easily retrieved, such as for example, a particular type of goods or a fixed storage capacity. If a decision requires particular pieces of information, which still have to be determined through the evaluation of other information, a secondary subordinate decision must firstly determine and supply these results. For example, in the following diagram, to successfully determine whether a discount should be applied, the status of the customer must first be confirmed through other information. However, the amount of products as well as the value of the order are directly available and do not require any further subordinate decision pathways. Methodological Approach with DMN Signavio GmbH, February 2017 Page 8 of 16

9 Figure 6: Main and Partial Decisions with Requirements Described Restriction of Decisions Knowledge Sources In practice, decisions are often limited by certain specifications within their results. Regulations can come from particular contracts or can arise from the terms and conditions. Legal requirements are often influential sources for decisions especially in strongly regulated industries, such as banks or insurance companies. In all cases, these influences on decision making can be presented graphically thanks to DMN with the help of the knowledge source object. In the figure above, the business rule all VIP customers get a 20% discount could be an internal requirement from the sales director and can therefore also be depicted as a decision. Thus it is easily recognizable which sources have a direct influence on which particular decisions. As clearly illustrated in the basic diagram above, the decisions have not yet been specified with executable rules, however interdependencies and decision-making foundations are already recognizable. For this reason, this DMN standard diagram can also be described as a decision requirements diagram, or DRD for short. 3.3 Deconstructing and Refining Requirements Up to this point, we have identified operational decisions and the business processes that belong to them. After all basic information in the previous phase has been depicted with requirements, a decision can have a multitude of inputs, as shown in Figure 7. All these inputs must be considered in line with the various company regulations within the decision, which can quickly result in an unmanageable variety of decision rules. For professional users, it is important that in practice, these rules remain comprehensible so that inconsistencies can be discovered and rules can be quickly changed if necessary. Methodological Approach with DMN Signavio GmbH, February 2017 Page 9 of 16

10 Figure 7: Negative Example of an Individual Big Decision Divide and Rule Separating Decisions To avoid such big decisions, the bulk of information must be divided into secondary or sub-decisions. The question then arises about how these decisions should be divided up. There is no specification in DMN standard, however certain factors can be helpful in practice and can serve as a guide. > > Reusability: The result of the secondary decision can be used in other DMN diagrams as well as in completely different contexts. > > Complexity: When there are more than 6 inputs, the logic of the decision becomes very complex. To simplify this, the decision can be split into two or more sub-decisions, see figure 8. > > Influential Specification: If different specifications can be applied to a decision, splitting the decision up into smaller pieces can be helpful to make clear which parts have the most influence. Through encapsulating individual sections of the decision-making process, the logic can be kept comprehensible and structured for the professional user. If we apply this principle to our discount example, a substantial and transparent representation arises. Methodological Approach with DMN Signavio GmbH, February 2017 Page 10 of 16

11 Figure 8: Positive Example of a Divided Quantity of Information 3.4 Specifying Decision Logic At the heart of every decision is the logic with which it is made. It firstly makes replication possible and feasible, whether it be for a person or system, and allows the outcome of the decision to remain consistent when based on the same evidence. The logic is mostly depicted in the form of business rules within a decision table. There are indeed other forms of logical depiction (analytical models, descriptions of terms, and many more) however our focus in this whitepaper is on decision tables, as they are the most commonly used format for professional users. A decision table always contains a collection of rules. They describe which information (inputs) must be considered as conditions to produce a particular result (output). Let s have a look at our discount example to see how this works. Figure 9: Decision Tables to Determine a Discount Methodological Approach with DMN Signavio GmbH, February 2017 Page 11 of 16

12 Comprehensiveness of Decision Tables In order to determine a result for every use case, there must be a business rule for each case. Failing this, the decision table will be incomplete, which can cause issues in the process in particular with automated execution. Ultimately, computers cannot ask colleagues how certain cases are usually handled. Therefore, special attention should be given to the fact that for all input values; for example, for every possible customer status, rules are available on how results are determined. Unambiguous Decision Tables To successfully reach a decision, it is not enough to simply define a rule for every possible use case. These rules cannot be allowed to overlap or even worse, to contradict each other. In a negative case, several rules will apply to certain situations, which can also possibly lead to a variety of outcomes. This decision table is therefore not unambiguous and can lead to problems. Figure 10: Ambiguous Decision Table Unambiguous Decision Tables with Unique Hit To achieve unambiguous decision tables, it can be specified that for every use case, only one rule may apply. This specification is called unique hit and is the standard setting for DMN decision tables. In this case our decision table would look like this: Figure 11: Unambiguous Decision Table with Unique Hit Methodological Approach with DMN Signavio GmbH, February 2017 Page 12 of 16

13 Unambiguous Decision Tables with First Hit Let us imagine that we want to consciously allow for such rule overlaps. Why? Well, maybe we want to check whether or not customers comply with certain specifications and maybe we only want to apply a general rule in the case of noncompliance. For this procedure, the evaluation classification of the decision table can be converted so that the first rule that is hit is the one that is used and the rest are ignored. From this, a variety of rules can develop, namely from specific to general. Failing that, the general rule is automatically carried out and the specific rules overridden. This type of process is called first hit, which can be recognized by the small f in the decision table. Our decision table can therefore look the same as figure 12 and would be just as unambiguous. Figure 12: Unambiguous Decision Table with First Hit However, the first hit rule should be used with caution, as due to the general catch all rule in row 5, this table is always unambiguous. Therefore mistakes such as missing rules are easier to overlook. It can however strongly reduce the necessary number of rules, therefore making decision tables more manageable. 4. Outsourcing Logic From BPMN to DMN In many companies, the decision logic is depicted together with the logic of business processes in BPMN process models, as shown in figure 13. Through this embedding, considerable disadvantages can develop for the process model. > > The process model must be constantly updated with every change in company regulations. > > The process model becomes more complex and difficult to understand with every rule. > > In some circumstances, the decisions, along with their logic, are needed in other process models. However, as it is not possible to reuse them in this embedded form, they must be modeled again. If you come across problems of this kind, you will find this chapter about the transferal of decision logic to DMN very helpful. For this there are three very simple necessary steps. Methodological Approach with DMN Signavio GmbH, February 2017 Page 13 of 16

14 Figure 13: BPM Process Model for Determining Discount 4.1 What is Logic and What are Results? Firstly identify, as shown in figure 13, which elements in the process model belong to the decision logic and which represent the actual result. In most cases, the results of a decision are described with activities. ATTENTION: Upstream results are mostly results of sub-decisions which are still required for further logic. 4.2 Gateways become Input Data It is a reasonable assumption that gateways always represent decisions. Indeed, from the perspective of DMN they can be treated as pieces of information that are required to determine the result. Thus they become input data for decisions. Figure 14: Exclusive Gateways become Input Data Methodological Approach with DMN Signavio GmbH, February 2017 Page 14 of 16

15 4.3 Conditions become Rules To reach a certain result activity, a particular combination of process paths must be followed. As each of these paths presents a condition, the necessary combination of paths can be described as a rule in a decision table. Figure 15: Conditions become Business Rules With the help of these steps, it is possible to outsource decision logic from BPMN into DMN models. This not only allows for reusability with other business process models, it also simultaneously reduces their complexity. Yet what does our final DMN diagram look like after we have completed all the outsourcing steps? Simple, like this: Figure 16: DMN Diagram to Determine a Discount Methodological Approach with DMN Signavio GmbH, February 2017 Page 15 of 16

16 Summary and Outlook The creation of decision diagrams, which on the one hand describe all the necessary requirements and on the other hand offer an executable decision logic, opens up new possibilities for companies. Due to its proximity to the BPMN standard, DMN models can be easily integrated with existing BPMN process models. This not only means greater transparency for operational decisions but also simultaneously provides the opportunity for flexible adaptation to requirements and rules. Simultaneously, BPMN models can be made easier through their decision components and can be reduced in terms of their business substance, namely the actual process of operative activity. The possibilities of technical implementation of DMN diagrams are varied. Thus the logic depicted can be exported directly into decision tables as executable code and imported for automatic application in rule engines. The context in which the rules of the system are applied depends on the technical environment which the rule engine is in. If it is part of a Workflow Management System (WMS), this system could assign certain tasks to various users and demand information inputs. Only when all necessary information has been made available by the user, can an automated decision be made on the basis of imported DMN rules from the system. Through the transparent rule description with the help of DMN and its easy transferal into executable systems, the future creation, management and adaptation of rules as well as of decision requirement descriptions can be assigned to the field of responsibilities of the relevant department. This way, the IT department is relieved of excess work and can focus on its core functions, such as the management of executable systems. Contact Publisher Signavio GmbH Worldwide business transformation! Germany info@signavio.com Find all addresses & telephone numbers at: signavio.com/contact

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

University of Groningen. Systemen, planning, netwerken Bosman, Aart

University of Groningen. Systemen, planning, netwerken Bosman, Aart University of Groningen Systemen, planning, netwerken Bosman, Aart IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please check the document

More information

PROCESS USE CASES: USE CASES IDENTIFICATION

PROCESS USE CASES: USE CASES IDENTIFICATION International Conference on Enterprise Information Systems, ICEIS 2007, Volume EIS June 12-16, 2007, Funchal, Portugal. PROCESS USE CASES: USE CASES IDENTIFICATION Pedro Valente, Paulo N. M. Sampaio Distributed

More information

The Role of Architecture in a Scaled Agile Organization - A Case Study in the Insurance Industry

The Role of Architecture in a Scaled Agile Organization - A Case Study in the Insurance Industry Master s Thesis for the Attainment of the Degree Master of Science at the TUM School of Management of the Technische Universität München The Role of Architecture in a Scaled Agile Organization - A Case

More information

Firms and Markets Saturdays Summer I 2014

Firms and Markets Saturdays Summer I 2014 PRELIMINARY DRAFT VERSION. SUBJECT TO CHANGE. Firms and Markets Saturdays Summer I 2014 Professor Thomas Pugel Office: Room 11-53 KMC E-mail: tpugel@stern.nyu.edu Tel: 212-998-0918 Fax: 212-995-4212 This

More information

Major Milestones, Team Activities, and Individual Deliverables

Major Milestones, Team Activities, and Individual Deliverables Major Milestones, Team Activities, and Individual Deliverables Milestone #1: Team Semester Proposal Your team should write a proposal that describes project objectives, existing relevant technology, engineering

More information

Welcome to the Purdue OWL. Where do I begin? General Strategies. Personalizing Proofreading

Welcome to the Purdue OWL. Where do I begin? General Strategies. Personalizing Proofreading Welcome to the Purdue OWL This page is brought to you by the OWL at Purdue (http://owl.english.purdue.edu/). When printing this page, you must include the entire legal notice at bottom. Where do I begin?

More information

A Context-Driven Use Case Creation Process for Specifying Automotive Driver Assistance Systems

A Context-Driven Use Case Creation Process for Specifying Automotive Driver Assistance Systems A Context-Driven Use Case Creation Process for Specifying Automotive Driver Assistance Systems Hannes Omasreiter, Eduard Metzker DaimlerChrysler AG Research Information and Communication Postfach 23 60

More information

Ontologies vs. classification systems

Ontologies vs. classification systems Ontologies vs. classification systems Bodil Nistrup Madsen Copenhagen Business School Copenhagen, Denmark bnm.isv@cbs.dk Hanne Erdman Thomsen Copenhagen Business School Copenhagen, Denmark het.isv@cbs.dk

More information

Increasing the Learning Potential from Events: Case studies

Increasing the Learning Potential from Events: Case studies 433 A publication of VOL. 31, 2013 CHEMICAL ENGINEERING TRANSACTIONS Guest Editors: Eddy De Rademaeker, Bruno Fabiano, Simberto Senni Buratti Copyright 2013, AIDIC Servizi S.r.l., ISBN 978-88-95608-22-8;

More information

UML MODELLING OF DIGITAL FORENSIC PROCESS MODELS (DFPMs)

UML MODELLING OF DIGITAL FORENSIC PROCESS MODELS (DFPMs) UML MODELLING OF DIGITAL FORENSIC PROCESS MODELS (DFPMs) Michael Köhn 1, J.H.P. Eloff 2, MS Olivier 3 1,2,3 Information and Computer Security Architectures (ICSA) Research Group Department of Computer

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

The open source development model has unique characteristics that make it in some

The open source development model has unique characteristics that make it in some Is the Development Model Right for Your Organization? A roadmap to open source adoption by Ibrahim Haddad The open source development model has unique characteristics that make it in some instances a superior

More information

MOODLE 2.0 GLOSSARY TUTORIALS

MOODLE 2.0 GLOSSARY TUTORIALS BEGINNING TUTORIALS SECTION 1 TUTORIAL OVERVIEW MOODLE 2.0 GLOSSARY TUTORIALS The glossary activity module enables participants to create and maintain a list of definitions, like a dictionary, or to collect

More information

Online Marking of Essay-type Assignments

Online Marking of Essay-type Assignments Online Marking of Essay-type Assignments Eva Heinrich, Yuanzhi Wang Institute of Information Sciences and Technology Massey University Palmerston North, New Zealand E.Heinrich@massey.ac.nz, yuanzhi_wang@yahoo.com

More information

1 3-5 = Subtraction - a binary operation

1 3-5 = Subtraction - a binary operation High School StuDEnts ConcEPtions of the Minus Sign Lisa L. Lamb, Jessica Pierson Bishop, and Randolph A. Philipp, Bonnie P Schappelle, Ian Whitacre, and Mindy Lewis - describe their research with students

More information

Changing User Attitudes to Reduce Spreadsheet Risk

Changing User Attitudes to Reduce Spreadsheet Risk Changing User Attitudes to Reduce Spreadsheet Risk Dermot Balson Perth, Australia Dermot.Balson@Gmail.com ABSTRACT A business case study on how three simple guidelines: 1. make it easy to check (and maintain)

More information

AUTHORITATIVE SOURCES ADULT AND COMMUNITY LEARNING LEARNING PROGRAMMES

AUTHORITATIVE SOURCES ADULT AND COMMUNITY LEARNING LEARNING PROGRAMMES AUTHORITATIVE SOURCES ADULT AND COMMUNITY LEARNING LEARNING PROGRAMMES AUGUST 2001 Contents Sources 2 The White Paper Learning to Succeed 3 The Learning and Skills Council Prospectus 5 Post-16 Funding

More information

The Enterprise Knowledge Portal: The Concept

The Enterprise Knowledge Portal: The Concept The Enterprise Knowledge Portal: The Concept Executive Information Systems, Inc. www.dkms.com eisai@home.com (703) 461-8823 (o) 1 A Beginning Where is the life we have lost in living! Where is the wisdom

More information

Massachusetts Department of Elementary and Secondary Education. Title I Comparability

Massachusetts Department of Elementary and Secondary Education. Title I Comparability Massachusetts Department of Elementary and Secondary Education Title I Comparability 2009-2010 Title I provides federal financial assistance to school districts to provide supplemental educational services

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

Using Virtual Manipulatives to Support Teaching and Learning Mathematics

Using Virtual Manipulatives to Support Teaching and Learning Mathematics Using Virtual Manipulatives to Support Teaching and Learning Mathematics Joel Duffin Abstract The National Library of Virtual Manipulatives (NLVM) is a free website containing over 110 interactive online

More information

An Introduction to Simio for Beginners

An Introduction to Simio for Beginners An Introduction to Simio for Beginners C. Dennis Pegden, Ph.D. This white paper is intended to introduce Simio to a user new to simulation. It is intended for the manufacturing engineer, hospital quality

More information

1. Professional learning communities Prelude. 4.2 Introduction

1. Professional learning communities Prelude. 4.2 Introduction 1. Professional learning communities 1.1. Prelude The teachers from the first prelude, come together for their first meeting Cristina: Willem: Cristina: Tomaž: Rik: Marleen: Barbara: Rik: Tomaž: Marleen:

More information

M55205-Mastering Microsoft Project 2016

M55205-Mastering Microsoft Project 2016 M55205-Mastering Microsoft Project 2016 Course Number: M55205 Category: Desktop Applications Duration: 3 days Certification: Exam 70-343 Overview This three-day, instructor-led course is intended for individuals

More information

Success Factors for Creativity Workshops in RE

Success Factors for Creativity Workshops in RE Success Factors for Creativity s in RE Sebastian Adam, Marcus Trapp Fraunhofer IESE Fraunhofer-Platz 1, 67663 Kaiserslautern, Germany {sebastian.adam, marcus.trapp}@iese.fraunhofer.de Abstract. In today

More information

Pragmatic Use Case Writing

Pragmatic Use Case Writing Pragmatic Use Case Writing Presented by: reducing risk. eliminating uncertainty. 13 Stonebriar Road Columbia, SC 29212 (803) 781-7628 www.evanetics.com Copyright 2006-2008 2000-2009 Evanetics, Inc. All

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

Modeling user preferences and norms in context-aware systems

Modeling user preferences and norms in context-aware systems Modeling user preferences and norms in context-aware systems Jonas Nilsson, Cecilia Lindmark Jonas Nilsson, Cecilia Lindmark VT 2016 Bachelor's thesis for Computer Science, 15 hp Supervisor: Juan Carlos

More information

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS

OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS OPTIMIZATINON OF TRAINING SETS FOR HEBBIAN-LEARNING- BASED CLASSIFIERS Václav Kocian, Eva Volná, Michal Janošek, Martin Kotyrba University of Ostrava Department of Informatics and Computers Dvořákova 7,

More information

Khairul Hisyam Kamarudin, PhD 22 Feb 2017 / UTM Kuala Lumpur

Khairul Hisyam Kamarudin, PhD 22 Feb 2017 / UTM Kuala Lumpur Khairul Hisyam Kamarudin, PhD 22 Feb 2017 / UTM Kuala Lumpur DISCLAIMER: What is literature review? Why literature review? Common misconception on literature review Producing a good literature review Scholarly

More information

MASTER S COURSES FASHION START-UP

MASTER S COURSES FASHION START-UP MASTER S COURSES FASHION START-UP Postgraduate Programmes Master s Course Fashion Start-Up 02 Brief Descriptive Summary Over the past 80 years Istituto Marangoni has grown and developed alongside the thriving

More information

Scoring Guide for Candidates For retake candidates who began the Certification process in and earlier.

Scoring Guide for Candidates For retake candidates who began the Certification process in and earlier. Adolescence and Young Adulthood SOCIAL STUDIES HISTORY For retake candidates who began the Certification process in 2013-14 and earlier. Part 1 provides you with the tools to understand and interpret your

More information

SOFTWARE EVALUATION TOOL

SOFTWARE EVALUATION TOOL SOFTWARE EVALUATION TOOL Kyle Higgins Randall Boone University of Nevada Las Vegas rboone@unlv.nevada.edu Higgins@unlv.nevada.edu N.B. This form has not been fully validated and is still in development.

More information

A Case Study: News Classification Based on Term Frequency

A Case Study: News Classification Based on Term Frequency A Case Study: News Classification Based on Term Frequency Petr Kroha Faculty of Computer Science University of Technology 09107 Chemnitz Germany kroha@informatik.tu-chemnitz.de Ricardo Baeza-Yates Center

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

MGMT3403 Leadership Second Semester

MGMT3403 Leadership Second Semester MGMT3403 Leadership 2017-2018 Second Semester I. Information on Instructor Position Name Email Phone Office Instructor Dr. So-Hyeon SHIM ZHANG sshim19@hku.hk 3917-1613 KKL 701 (Office Hour: By appointment)

More information

Introduction to Causal Inference. Problem Set 1. Required Problems

Introduction to Causal Inference. Problem Set 1. Required Problems Introduction to Causal Inference Problem Set 1 Professor: Teppei Yamamoto Due Friday, July 15 (at beginning of class) Only the required problems are due on the above date. The optional problems will not

More information

12-WEEK GRE STUDY PLAN

12-WEEK GRE STUDY PLAN 12-WEEK GRE STUDY PLAN Copyright 2017 by PowerScore Incorporated. All Rights Reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any

More information

Foundations of Knowledge Representation in Cyc

Foundations of Knowledge Representation in Cyc Foundations of Knowledge Representation in Cyc Why use logic? CycL Syntax Collections and Individuals (#$isa and #$genls) Microtheories This is an introduction to the foundations of knowledge representation

More information

Create Quiz Questions

Create Quiz Questions You can create quiz questions within Moodle. Questions are created from the Question bank screen. You will also be able to categorize questions and add them to the quiz body. You can crate multiple-choice,

More information

Deploying Agile Practices in Organizations: A Case Study

Deploying Agile Practices in Organizations: A Case Study Copyright: EuroSPI 2005, Will be presented at 9-11 November, Budapest, Hungary Deploying Agile Practices in Organizations: A Case Study Minna Pikkarainen 1, Outi Salo 1, and Jari Still 2 1 VTT Technical

More information

Hands-on Books-closed: Creating Interactive Foldables in Islamic Studies. Presented By Tatiana Coloso

Hands-on Books-closed: Creating Interactive Foldables in Islamic Studies. Presented By Tatiana Coloso Hands-on Books-closed: Creating Interactive Foldables in Islamic Studies Presented By Tatiana Coloso Tatiana Coloso has been in education for 9 years. She is currently teaching Islamic Studies, Kindergarten

More information

Diagnostic Test. Middle School Mathematics

Diagnostic Test. Middle School Mathematics Diagnostic Test Middle School Mathematics Copyright 2010 XAMonline, Inc. All rights reserved. No part of the material protected by this copyright notice may be reproduced or utilized in any form or by

More information

Laboratory Notebook Title: Date: Partner: Objective: Data: Observations:

Laboratory Notebook Title: Date: Partner: Objective: Data: Observations: Laboratory Notebook A laboratory notebook is a scientist s most important tool. The notebook serves as a legal record and often in patent disputes a scientist s notebook is crucial to the case. While you

More information

Implementing a tool to Support KAOS-Beta Process Model Using EPF

Implementing a tool to Support KAOS-Beta Process Model Using EPF Implementing a tool to Support KAOS-Beta Process Model Using EPF Malihe Tabatabaie Malihe.Tabatabaie@cs.york.ac.uk Department of Computer Science The University of York United Kingdom Eclipse Process Framework

More information

Rule Learning With Negation: Issues Regarding Effectiveness

Rule Learning With Negation: Issues Regarding Effectiveness Rule Learning With Negation: Issues Regarding Effectiveness S. Chua, F. Coenen, G. Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX Liverpool, United

More information

Within the design domain, Seels and Richey (1994) identify four sub domains of theory and practice (p. 29). These sub domains are:

Within the design domain, Seels and Richey (1994) identify four sub domains of theory and practice (p. 29). These sub domains are: Domain of Design Seels and Richey (1994) define design as the process of specifying specific conditions for learning (p. 30). I have concluded that design is the primary concern of any instructional technology

More information

Unpacking a Standard: Making Dinner with Student Differences in Mind

Unpacking a Standard: Making Dinner with Student Differences in Mind Unpacking a Standard: Making Dinner with Student Differences in Mind Analyze how particular elements of a story or drama interact (e.g., how setting shapes the characters or plot). Grade 7 Reading Standards

More information

A Survey of Authentic Assessment in the Teaching of Social Sciences

A Survey of Authentic Assessment in the Teaching of Social Sciences International Journal of Education and nce www.ijessnet.com Vol. 2 No. 6; June 2015 A Survey of Authentic Assessment in the Teaching of nces Ruby Ann L. Ayo, Ph.D. Associate Professor III Bicol University

More information

Schoology Getting Started Guide for Teachers

Schoology Getting Started Guide for Teachers Schoology Getting Started Guide for Teachers (Latest Revision: December 2014) Before you start, please go over the Beginner s Guide to Using Schoology. The guide will show you in detail how to accomplish

More information

Politics and Society Curriculum Specification

Politics and Society Curriculum Specification Leaving Certificate Politics and Society Curriculum Specification Ordinary and Higher Level 1 September 2015 2 Contents Senior cycle 5 The experience of senior cycle 6 Politics and Society 9 Introduction

More information

Constructing a support system for self-learning playing the piano at the beginning stage

Constructing a support system for self-learning playing the piano at the beginning stage Alma Mater Studiorum University of Bologna, August 22-26 2006 Constructing a support system for self-learning playing the piano at the beginning stage Tamaki Kitamura Dept. of Media Informatics, Ryukoku

More information

Practice Examination IREB

Practice Examination IREB IREB Examination Requirements Engineering Advanced Level Elicitation and Consolidation Practice Examination Questionnaire: Set_EN_2013_Public_1.2 Syllabus: Version 1.0 Passed Failed Total number of points

More information

Cal s Dinner Card Deals

Cal s Dinner Card Deals Cal s Dinner Card Deals Overview: In this lesson students compare three linear functions in the context of Dinner Card Deals. Students are required to interpret a graph for each Dinner Card Deal to help

More information

LIBRARY AND RECORDS AND ARCHIVES SERVICES STRATEGIC PLAN 2016 to 2020

LIBRARY AND RECORDS AND ARCHIVES SERVICES STRATEGIC PLAN 2016 to 2020 LIBRARY AND RECORDS AND ARCHIVES SERVICES STRATEGIC PLAN 2016 to 2020 THE UNIVERSITY CONTEXT In 2016 there are three key drivers that are influencing the University s strategic planning: 1. The strategy

More information

Writing a composition

Writing a composition A good composition has three elements: Writing a composition an introduction: A topic sentence which contains the main idea of the paragraph. a body : Supporting sentences that develop the main idea. a

More information

CREATING SHARABLE LEARNING OBJECTS FROM EXISTING DIGITAL COURSE CONTENT

CREATING SHARABLE LEARNING OBJECTS FROM EXISTING DIGITAL COURSE CONTENT CREATING SHARABLE LEARNING OBJECTS FROM EXISTING DIGITAL COURSE CONTENT Rajendra G. Singh Margaret Bernard Ross Gardler rajsingh@tstt.net.tt mbernard@fsa.uwi.tt rgardler@saafe.org Department of Mathematics

More information

HOW DO YOU IMPROVE YOUR CORPORATE LEARNING?

HOW DO YOU IMPROVE YOUR CORPORATE LEARNING? HOW DO YOU IMPROVE YOUR CORPORATE LEARNING? GAMIFIED CORPORATE LEARNING THROUGH BUSINESS SIMULATIONS MAX MONAUNI MARIE GUILLET ANGELA FEIGL DOMINIK MAIER 1 Using gamification elements in corporate learning

More information

RL17501 Inventing Modern Literature: Dante, Petrarch, Boccaccio and XIV Century Florence 3 credits Spring 2014

RL17501 Inventing Modern Literature: Dante, Petrarch, Boccaccio and XIV Century Florence 3 credits Spring 2014 RL17501 Inventing Modern Literature: Dante, Petrarch, Boccaccio and XIV Century Florence 3 credits Spring 2014 Instructor: Brian O Connor email: oconnobc@bc.edu Office: Lyons 204a Office Hours: MWF 12:00-1:00;

More information

Section 3.4. Logframe Module. This module will help you understand and use the logical framework in project design and proposal writing.

Section 3.4. Logframe Module. This module will help you understand and use the logical framework in project design and proposal writing. Section 3.4 Logframe Module This module will help you understand and use the logical framework in project design and proposal writing. THIS MODULE INCLUDES: Contents (Direct links clickable belo[abstract]w)

More information

1 Use complex features of a word processing application to a given brief. 2 Create a complex document. 3 Collaborate on a complex document.

1 Use complex features of a word processing application to a given brief. 2 Create a complex document. 3 Collaborate on a complex document. National Unit specification General information Unit code: HA6M 46 Superclass: CD Publication date: May 2016 Source: Scottish Qualifications Authority Version: 02 Unit purpose This Unit is designed to

More information

New Project Learning Environment Integrates Company Based R&D-work and Studying

New Project Learning Environment Integrates Company Based R&D-work and Studying New Project Learning Environment Integrates Company Based R&D-work and Studying Matti Väänänen 1, Jussi Horelli 2, Mikko Ylitalo 3 1~3 Education and Research Centre for Industrial Service Business, HAMK

More information

Individual Component Checklist L I S T E N I N G. for use with ONE task ENGLISH VERSION

Individual Component Checklist L I S T E N I N G. for use with ONE task ENGLISH VERSION L I S T E N I N G Individual Component Checklist for use with ONE task ENGLISH VERSION INTRODUCTION This checklist has been designed for use as a practical tool for describing ONE TASK in a test of listening.

More information

Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany

Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany Entrepreneurial Discovery and the Demmert/Klein Experiment: Additional Evidence from Germany Jana Kitzmann and Dirk Schiereck, Endowed Chair for Banking and Finance, EUROPEAN BUSINESS SCHOOL, International

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

With guidance, use images of a relevant/suggested. Research a

With guidance, use images of a relevant/suggested. Research a Learning Focus/Criteria Emerging Developing Evolving AO1 DEVELOP AND INVESTIGATE Develop ideas through investigations inforstudentd by contextual and other sources, demonstrating analytical and cultural

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

On the implementation and follow-up of decisions

On the implementation and follow-up of decisions Borges, M.R.S., Pino, J.A., Valle, C.: "On the Implementation and Follow-up of Decisions", In Proc.of the DSIAge -International Conference on Decision Making and Decision Support in the Internet Age, Cork,

More information

Geo Risk Scan Getting grips on geotechnical risks

Geo Risk Scan Getting grips on geotechnical risks Geo Risk Scan Getting grips on geotechnical risks T.J. Bles & M.Th. van Staveren Deltares, Delft, the Netherlands P.P.T. Litjens & P.M.C.B.M. Cools Rijkswaterstaat Competence Center for Infrastructure,

More information

Summary results (year 1-3)

Summary results (year 1-3) Summary results (year 1-3) Evaluation and accountability are key issues in ensuring quality provision for all (Eurydice, 2004). In Europe, the dominant arrangement for educational accountability is school

More information

Efficient Use of Space Over Time Deployment of the MoreSpace Tool

Efficient Use of Space Over Time Deployment of the MoreSpace Tool Efficient Use of Space Over Time Deployment of the MoreSpace Tool Štefan Emrich Dietmar Wiegand Felix Breitenecker Marijana Srećković Alexandra Kovacs Shabnam Tauböck Martin Bruckner Benjamin Rozsenich

More information

LOS ANGELES CITY COLLEGE (LACC) ALTERNATE MEDIA PRODUCTION POLICY EQUAL ACCESS TO INSTRUCTIONAL AND COLLEGE WIDE INFORMATION

LOS ANGELES CITY COLLEGE (LACC) ALTERNATE MEDIA PRODUCTION POLICY EQUAL ACCESS TO INSTRUCTIONAL AND COLLEGE WIDE INFORMATION LOS ANGELES CITY COLLEGE (LACC) ALTERNATE MEDIA PRODUCTION POLICY EQUAL ACCESS TO INSTRUCTIONAL AND COLLEGE WIDE INFORMATION Federal and state regulations (see footer) require the provision of equal access

More information

White Paper. The Art of Learning

White Paper. The Art of Learning The Art of Learning Based upon years of observation of adult learners in both our face-to-face classroom courses and using our Mentored Email 1 distance learning methodology, it is fascinating to see how

More information

HDR Presentation of Thesis Procedures pro-030 Version: 2.01

HDR Presentation of Thesis Procedures pro-030 Version: 2.01 HDR Presentation of Thesis Procedures pro-030 To be read in conjunction with: Research Practice Policy Version: 2.01 Last amendment: 02 April 2014 Next Review: Apr 2016 Approved By: Academic Board Date:

More information

Designing a Rubric to Assess the Modelling Phase of Student Design Projects in Upper Year Engineering Courses

Designing a Rubric to Assess the Modelling Phase of Student Design Projects in Upper Year Engineering Courses Designing a Rubric to Assess the Modelling Phase of Student Design Projects in Upper Year Engineering Courses Thomas F.C. Woodhall Masters Candidate in Civil Engineering Queen s University at Kingston,

More information

CUSTOMER EXPERIENCE ASSESSMENT SALES (CEA-S) TEST GUIDE

CUSTOMER EXPERIENCE ASSESSMENT SALES (CEA-S) TEST GUIDE WHY DO AT&T AND ITS AFFILIATES TEST? At AT&T, we pride ourselves on matching the best jobs with the best people. To do this, we need to better understand your skills and abilities to make sure that you

More information

Virtual Teams: The Design of Architecture and Coordination for Realistic Performance and Shared Awareness

Virtual Teams: The Design of Architecture and Coordination for Realistic Performance and Shared Awareness Virtual Teams: The Design of Architecture and Coordination for Realistic Performance and Shared Awareness Bryan Moser, Global Project Design John Halpin, Champlain College St. Lawrence Introduction Global

More information

CONCEPT MAPS AS A DEVICE FOR LEARNING DATABASE CONCEPTS

CONCEPT MAPS AS A DEVICE FOR LEARNING DATABASE CONCEPTS CONCEPT MAPS AS A DEVICE FOR LEARNING DATABASE CONCEPTS Pirjo Moen Department of Computer Science P.O. Box 68 FI-00014 University of Helsinki pirjo.moen@cs.helsinki.fi http://www.cs.helsinki.fi/pirjo.moen

More information

A BEGINNERS GUIDE TO SUCCESSFUL ONLINE SURVEYS

A BEGINNERS GUIDE TO SUCCESSFUL ONLINE SURVEYS A BEGINNERS GUIDE TO SUCCESSFUL ONLINE SURVEYS EVERYTHING YOU NEED TO KNOW TO CONDUCT CUSTOMER AND EMPLOYEE SURVEYS THAT GROW YOUR BUSINESS 1 CONTENTS PLANNING 3 Planning 3 Respondents 4 THE SURVEY 6 Visual

More information

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING

A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING A GENERIC SPLIT PROCESS MODEL FOR ASSET MANAGEMENT DECISION-MAKING Yong Sun, a * Colin Fidge b and Lin Ma a a CRC for Integrated Engineering Asset Management, School of Engineering Systems, Queensland

More information

Guidelines for Writing an Internship Report

Guidelines for Writing an Internship Report Guidelines for Writing an Internship Report Master of Commerce (MCOM) Program Bahauddin Zakariya University, Multan Table of Contents Table of Contents... 2 1. Introduction.... 3 2. The Required Components

More information

Audit Documentation. This redrafted SSA 230 supersedes the SSA of the same title in April 2008.

Audit Documentation. This redrafted SSA 230 supersedes the SSA of the same title in April 2008. SINGAPORE STANDARD ON AUDITING SSA 230 Audit Documentation This redrafted SSA 230 supersedes the SSA of the same title in April 2008. This SSA has been updated in January 2010 following a clarity consistency

More information

BUS Computer Concepts and Applications for Business Fall 2012

BUS Computer Concepts and Applications for Business Fall 2012 BUS 1950-001 Computer Concepts and Applications for Business Fall 2012 Instructor: Contact Information: Paul D. Brown Office: 4503 Lumpkin Hall Phone: 217-581-6058 Email: PDBrown@eiu.edu Course Website:

More information

Cognitive Thinking Style Sample Report

Cognitive Thinking Style Sample Report Cognitive Thinking Style Sample Report Goldisc Limited Authorised Agent for IML, PeopleKeys & StudentKeys DISC Profiles Online Reports Training Courses Consultations sales@goldisc.co.uk Telephone: +44

More information

On Human Computer Interaction, HCI. Dr. Saif al Zahir Electrical and Computer Engineering Department UBC

On Human Computer Interaction, HCI. Dr. Saif al Zahir Electrical and Computer Engineering Department UBC On Human Computer Interaction, HCI Dr. Saif al Zahir Electrical and Computer Engineering Department UBC Human Computer Interaction HCI HCI is the study of people, computer technology, and the ways these

More information

Automating the E-learning Personalization

Automating the E-learning Personalization Automating the E-learning Personalization Fathi Essalmi 1, Leila Jemni Ben Ayed 1, Mohamed Jemni 1, Kinshuk 2, and Sabine Graf 2 1 The Research Laboratory of Technologies of Information and Communication

More information

MODERNISATION OF HIGHER EDUCATION PROGRAMMES IN THE FRAMEWORK OF BOLOGNA: ECTS AND THE TUNING APPROACH

MODERNISATION OF HIGHER EDUCATION PROGRAMMES IN THE FRAMEWORK OF BOLOGNA: ECTS AND THE TUNING APPROACH EUROPEAN CREDIT TRANSFER AND ACCUMULATION SYSTEM (ECTS): Priorities and challenges for Lithuanian Higher Education Vilnius 27 April 2011 MODERNISATION OF HIGHER EDUCATION PROGRAMMES IN THE FRAMEWORK OF

More information

WHAT ARE VIRTUAL MANIPULATIVES?

WHAT ARE VIRTUAL MANIPULATIVES? by SCOTT PIERSON AA, Community College of the Air Force, 1992 BS, Eastern Connecticut State University, 2010 A VIRTUAL MANIPULATIVES PROJECT SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR TECHNOLOGY

More information

Rule Learning with Negation: Issues Regarding Effectiveness

Rule Learning with Negation: Issues Regarding Effectiveness Rule Learning with Negation: Issues Regarding Effectiveness Stephanie Chua, Frans Coenen, and Grant Malcolm University of Liverpool Department of Computer Science, Ashton Building, Ashton Street, L69 3BX

More information

RULES AND GUIDELINES BOARD OF EXAMINERS (under Article 7.12b, section 3 of the Higher Education Act (WHW))

RULES AND GUIDELINES BOARD OF EXAMINERS (under Article 7.12b, section 3 of the Higher Education Act (WHW)) RULES AND GUIDELINES BOARD OF EXAMINERS (under Article 7.12b, section 3 of the Higher Education Act (WHW)) 2011-2012 MASTER OF SCIENCE CIVIL ENGINEERING DELFT UNIVERSITY OF TECHNOLOGY Rules and Guidelines

More information

Book Review: Build Lean: Transforming construction using Lean Thinking by Adrian Terry & Stuart Smith

Book Review: Build Lean: Transforming construction using Lean Thinking by Adrian Terry & Stuart Smith Howell, Greg (2011) Book Review: Build Lean: Transforming construction using Lean Thinking by Adrian Terry & Stuart Smith. Lean Construction Journal 2011 pp 3-8 Book Review: Build Lean: Transforming construction

More information

WORK OF LEADERS GROUP REPORT

WORK OF LEADERS GROUP REPORT WORK OF LEADERS GROUP REPORT ASSESSMENT TO ACTION. Sample Report (9 People) Thursday, February 0, 016 This report is provided by: Your Company 13 Main Street Smithtown, MN 531 www.yourcompany.com INTRODUCTION

More information

Stacks Teacher notes. Activity description. Suitability. Time. AMP resources. Equipment. Key mathematical language. Key processes

Stacks Teacher notes. Activity description. Suitability. Time. AMP resources. Equipment. Key mathematical language. Key processes Stacks Teacher notes Activity description (Interactive not shown on this sheet.) Pupils start by exploring the patterns generated by moving counters between two stacks according to a fixed rule, doubling

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

Critical Thinking in Everyday Life: 9 Strategies

Critical Thinking in Everyday Life: 9 Strategies Critical Thinking in Everyday Life: 9 Strategies Most of us are not what we could be. We are less. We have great capacity. But most of it is dormant; most is undeveloped. Improvement in thinking is like

More information

A Metacognitive Approach to Support Heuristic Solution of Mathematical Problems

A Metacognitive Approach to Support Heuristic Solution of Mathematical Problems A Metacognitive Approach to Support Heuristic Solution of Mathematical Problems John TIONG Yeun Siew Centre for Research in Pedagogy and Practice, National Institute of Education, Nanyang Technological

More information

Focus of the Unit: Much of this unit focuses on extending previous skills of multiplication and division to multi-digit whole numbers.

Focus of the Unit: Much of this unit focuses on extending previous skills of multiplication and division to multi-digit whole numbers. Approximate Time Frame: 3-4 weeks Connections to Previous Learning: In fourth grade, students fluently multiply (4-digit by 1-digit, 2-digit by 2-digit) and divide (4-digit by 1-digit) using strategies

More information

Introduction to Questionnaire Design

Introduction to Questionnaire Design Introduction to Questionnaire Design Why this seminar is necessary! Bad questions are everywhere! Don t let them happen to you! Fall 2012 Seminar Series University of Illinois www.srl.uic.edu The first

More information

Marketing Management MBA 706 Mondays 2:00-4:50

Marketing Management MBA 706 Mondays 2:00-4:50 Marketing Management MBA 706 Mondays 2:00-4:50 INSTRUCTOR OFFICE: OFFICE HOURS: DR. JAMES BOLES 441B BRYAN BUILDING BY APPOINTMENT OFFICE PHONE: 336-334-4413; CELL 336-580-8763 E-MAIL ADDRESS: jsboles@uncg.edu

More information