Course Development Using OCW Resources: Applying the Inverted Classroom Model in an Electrical Engineering Course

Size: px
Start display at page:

Download "Course Development Using OCW Resources: Applying the Inverted Classroom Model in an Electrical Engineering Course"

Transcription

1 Course Development Using OCW Resources: Applying the Inverted Classroom Model in an Electrical Engineering Course Authors: Kent Chamberlin - Professor of Electrical and Computer Engineering, University of New Hampshire Daniel Carchidi - Manager, Instructional Development Center, University of New Hampshire Abstract Linear Algebra for Electrical Engineers was developed in response to a need identified by Electrical Engineering students at the University of New Hampshire for who were seeking a discipline-specific course in linear algebra. Using MIT Prof. Gil Strang s OCW Linear Algebra course, Prof. Kent Chamberlin was able to adapt Prof. Strang s online courseware so that he could make it available to his students to take as an independent study course. The pedagogical approach selected for the course, the inverted classroom (Lage, et al. 2000; Gannod, et al., 2008), is an instructional method in which pre-recorded lectures are viewed prior to the class session, permitting the students and instructor to focus on clarifying concepts, problem solving, and discussion during the class period rather than the three-times-per-week lecture that is typical for this type of course. The availability of OCW video lectures enabled the inverted classroom method to be used effectively for this course. This paper provides an overview of how a Linear Algebra course for electrical engineers was developed; the identification of student need for linear algebra; the customization of content for the specific needs of electric engineering students and associated course structure; and lessons learned from using OCW content to create an inverted classroom experience that included targeted problem solving and discussion opportunities for the students. Keywords OCW, OpenCourseWare, OER, Open Educational Resources, faculty, linear algebra, electrical engineering, University of New Hampshire, inverted classroom, rapid course development, Gilbert Strang. Introduction The objective of this course was to cover the fundamentals of linear algebra with a focus on topics that are of particular relevance to electrical engineering students. Because this course is not part of the core of electrical engineering curriculum, it was offered as an independent study that satisfied a senior elective requirement. And, because the course was not an existing course within the ECE department, it had to be developed from the ground up. What is noteworthy is that what was perceived to be a tailored, high-quality course was developed with a surprisingly small amount of effort and in a relatively short period of time, particularly considering the time and effort it takes to develop a new, traditional course. As is described in greater detail below, this was accomplished by assembling available content from the internet and combining it with custom made content, assignments and assessments.

2 The linear algebra, independent-study course addressed here was taught as an overload by the instructor, and it was offered because of a perceived need on the part of students. Had OCW courseware not been available, this course could not have been taught because the participating faculty member would not have had the time to deliver three extra hours of lecture per week in addition to the other duties associated with the course. However, because that workload was reduced through the use of external content, the course was able to be offered. All of the video lectures used for the course are available through MIT's Open Courseware Linear Algebra site: All of the online material relating to the Linear Algebra course was reachable through a single webpage. That page contained a calendar, partitioned by week, which had links to the video lectures, notes, associated homework assignments and solutions to past assignments. Those links were updated generally one week in advance. The textbook for the course was text used for the original course (Introduction to Linear Algebra by Gilbert Strang), and this book was relied upon heavily throughout the course. The class met in person on a weekly basis to discuss the video lectures and the assignments. It was understood by the students that they were to have watched all of the hyperlink videos on the course website prior to coming to these weekly sessions, and it was clear from their degree of preparedness that they had indeed done so. It was straightforward to determine if the students had watched the videos in this small class of five, although a simple quiz could be used to make this determination for a larger class. The in person meetings lasted about two hours and they were highly interactive, with far more interactions between students than is typical in a traditional classroom. That interaction to a large degree centered around problem solving, where the students and the instructor worked more as team members than as instructor to student. To better align the course for electrical engineering students, homework assignments and projects were assigned that focused on electrical engineering topics. For example, students were asked to use the circuit analysis techniques that Strang describes in section 8.2 of his book to solve for currents and voltages in a specified circuit. Other discipline specific topics that were highlighted in the course were the Fourier transform, polynomial regressions on noisy data and data compression using matrices. Many of these assignments were carried out using Matlab. Recognizing the need Linear Algebra for Electrical Engineers was an independent-study course targeted to the needs of five upper-level undergraduates who had expressed a desire for a customized version of the course that addressed discipline-specific applications. In the past, engineering students wishing to study linear algebra in greater depth would take a course from the mathematics department, which provided a treatment of the subject that was often so abstract as to be unattractive to engineering students.

3 Desiring a more applied version of a Linear Algebra course, the students approached a faculty member with experience in linear algebra and requested that it be offered as a regular independent study course, where the students would learn about the topic on their own and then meet with the instructor on a regular basis to discuss the material. That initial request was denied, because the faculty member felt that it would be inappropriate to teach an independent study in a subject area where there was an existing course. However, after it was realized that a structured, discipline-specific course could be generated with a reasonable amount of effort, the course was approved for delivery. Although the Linear Algebra course described here has been offered only once, the manner in which it was offered, and the response that it received, indicates that at least some future courses will be developed using a similar approach. This type of course customization may be particularly important in small departments and at the graduate level, where available courses tend to be limited. It is not difficult to envision having one faculty member be able to manage multiple courses of this type, and be able to do so at a higher level of quality and a lower level of effort than to teach a single course in the traditional classroom. Customization and Course Structure The course was structured to fit into a standard, one-semester timeframe of 15 weeks, the same as the original MIT course. And, in the beginning of the course where the foundational material is covered, the UNH course moved at roughly the same pace and entailed the same homework problems as the MIT course. In the first five weeks of the UNH course, there was one homework set per week, with the problems coming from Strang s textbook. After that point in the semester, most of the problems were created by the instructor and were targeted towards electrical engineering applications. The UNH course did not cover all of the 34 video lectures comprising the MIT course, as some of the lectures did not appear to be a relevant as the other 25 that were assigned. Also, during several of the in-person meetings, the instructor gave regular lectures targeting electrical engineering specific topics, such as the Fourier Transform, circuit analysis and data compression. The mix of video lectures and in-class lectures will likely vary in future offerings of the UNH course, and that mix will be based on the interests of the students and the range of topics identified by the participating faculty member. The final grade for students was based on 13 homework assignments, a mid-term, a final project and a final exam. Because of the small size of the class, the instructor performed all of the grading. The in-class exam was given mid-semester, and used to ensure that all of the students were proficient in the basic concepts covered in the video lectures. All of the students in the course were assigned the same final project, and that project was to develop code that would perform compression on an audio file. Strang discusses data compression in lecture #31, and the UNH students were asked to write Matlab code to apply the compression techniques to an actual audio file. This project turned out to be challenging for some of the students, but all were able to produce working Matlab code that met assignment requirements.

4 Images may help for poster itself? Course Development Lessons Learned Actively assess student needs: By understanding the limitations expressed by engineering students with existing mathematics courses in linear algebra, the instructor was able to identify specific content and instructional methods to address gaps in the curriculum. The UNH Mathematics department offers a general introduction to linear algebra that many engineering students and electrical engineering students in particular, found too abstract to apply to other aspects of their studies. They expressed this as a need for an applied version of the course that linked to other parts of the engineering curriculum and which could be made available prior to the completion of their studies. Adapt existing materials for the context of your course add the details and applications: OERs offered under a CC BY-NC-SA license offer numerous opportunities for adaptation and customization. Gil Strang s MIT OpenCourseWare Linear Algebra course provided a comprehensive set of video lectures that address the foundations of linear algebra. It freed the instructor from having to create lectures for the course, which would have been time consuming and of lower quality than Professor Strang s videos. The instructor could then focus on his subject matter expertise and pedagogical creativity. He was able to develop problems sets that build on the video lectures and textbook using examples within electrical engineering. Vary traditional pedagogy by using video to replace the face-to-face lecture and enhance student review of content: As a result of the OCW video content, students were not constrained to a specific time to attend a face-to-face lecture. Students were assigned to read the textbook and view the video lectures prior to class each week. Unlike a typical face-to-face lecture, students were able to pause and replay the video as often as they liked until they were able to understand the concept being taught. The instructor asked the students to identify particular points of clarification in the video lectures that he could address using electrical engineering applications of the concepts that would tie into examples the students might be familiar with, thus improving understanding.

5 More rapid course development within existing teaching load: Because of the timing of the student request and restrictions on teaching load, this course was developed and taught in-load. There wasn t enough time for the development of linear algebra course materials that would focus exclusively on electrical engineering applications, which had plagued the instructor in previous attempts to run the course. By mixing available video content with newly developed problem sets and assessment materials, the problem was overcome. Do what you do best coaching, problem solving, application of concepts: The inverted classroom model of teaching using OCW s Linear Algebra course immediately focused the course development process on the value added steps of one-to-one and small group interaction. This freed the instructor to spend in class time reviewing problems, clarifying concepts, and interacting more closely with students in the class, often providing the type of instruction that the students found most effective. OERs provide numerous customization possibilities OERs offered under a CC BY-NC- SA license offer numerous opportunities for adaptation and customization: Gil Strang s MIT OpenCourseWare Linear Algebra course provided a comprehensive set of video lectures that address the foundations of linear algebra. It freed the instructor from having to create lectures for the course, which would have been time-consuming and potentially of lower quality than Professor Strang s videos. The instructor could then focus on area of the course that highlighted his subject matter expertise and pedagogical creativity. He was able to develop problems sets that build on the video lectures and textbook content by using examples within electrical engineering. For example, while Prof. Strang provided an overview of the mathematics describing Fourier Transforms, the tailored UNH course provided students with the opportunity to explore the topic in greater depth using practical applications. Conclusion OER/OCW materials provided a foundation for rapidly developing a customized linear algebra course for University of New Hampshire engineering students. The instructor incorporated openly available MIT OCW linear algebra video content, proprietary textbook material, and customized problem sets and examinations to address a gap in the curriculum. This approach allowed him to utilize an inverted classroom model to focus on areas of his own expertise and provide greater problem solving and discussion opportunities for his students. References Gilbert Strang, Introduction to Linear Algebra, Wellesley-Cambridge press, third edition Lage, M.J., Platt, G.J, & Treglia, M. (2000). Inverting the Classroom: A Gateway to Creating an Inclusive Learning Environment. Journal of Economic Education. 31(1), Gannod, G.C, Burge, J.E., & Helmick, M.T. (2008). International Conference on Software Engineering. Leipzig, Germany: May

Open Sharing, Global Benefits The OpenCourseWare Consortium

Open Sharing, Global Benefits The OpenCourseWare Consortium Open Sharing, Global Benefits The OpenCourseWare Consortium www.ocwconsortium.org Opening education: What, Who, Why? (and how libraries can lead) What? What is the open education movement? Basically, it

More information

Control Tutorials for MATLAB and Simulink

Control Tutorials for MATLAB and Simulink Control Tutorials for MATLAB and Simulink Last updated: 07/24/2014 Author Information Prof. Bill Messner Carnegie Mellon University Prof. Dawn Tilbury University of Michigan Asst. Prof. Rick Hill, PhD

More information

Just in Time to Flip Your Classroom Nathaniel Lasry, Michael Dugdale & Elizabeth Charles

Just in Time to Flip Your Classroom Nathaniel Lasry, Michael Dugdale & Elizabeth Charles Just in Time to Flip Your Classroom Nathaniel Lasry, Michael Dugdale & Elizabeth Charles With advocates like Sal Khan and Bill Gates 1, flipped classrooms are attracting an increasing amount of media and

More information

Instructor: Matthew Wickes Kilgore Office: ES 310

Instructor: Matthew Wickes Kilgore Office: ES 310 MATH 1314 College Algebra Syllabus Instructor: Matthew Wickes Kilgore Office: ES 310 Longview Office: LN 205C Email: mwickes@kilgore.edu Phone: 903 988-7455 Prerequistes: Placement test score on TSI or

More information

Mathematics Program Assessment Plan

Mathematics Program Assessment Plan Mathematics Program Assessment Plan Introduction This assessment plan is tentative and will continue to be refined as needed to best fit the requirements of the Board of Regent s and UAS Program Review

More information

Professional Learning Suite Framework Edition Domain 3 Course Index

Professional Learning Suite Framework Edition Domain 3 Course Index Domain 3: Instruction Professional Learning Suite Framework Edition Domain 3 Course Index Courses included in the Professional Learning Suite Framework Edition related to Domain 3 of the Framework for

More information

A Hands-on First-year Electrical Engineering Introduction Course

A Hands-on First-year Electrical Engineering Introduction Course Paper ID #19997 A Hands-on First-year Electrical Engineering Introduction Course Dr. Ying Lin, Western Washington University Ying Lin has been with the faculty of Engineering and Design Department at Western

More information

ASSESSMENT OVERVIEW Student Packets and Teacher Guide. Grades 6, 7, 8

ASSESSMENT OVERVIEW Student Packets and Teacher Guide. Grades 6, 7, 8 ASSESSMENT OVERVIEW Student Packets and Teacher Guide Grades 6, 7, 8 2015 To help you more fully understand the assessments, extra commentary for each slide is located at the bottom of it. Some Terms Formative

More information

Alpha provides an overall measure of the internal reliability of the test. The Coefficient Alphas for the STEP are:

Alpha provides an overall measure of the internal reliability of the test. The Coefficient Alphas for the STEP are: Every individual is unique. From the way we look to how we behave, speak, and act, we all do it differently. We also have our own unique methods of learning. Once those methods are identified, it can make

More information

Delaware Performance Appraisal System Building greater skills and knowledge for educators

Delaware Performance Appraisal System Building greater skills and knowledge for educators Delaware Performance Appraisal System Building greater skills and knowledge for educators DPAS-II Guide (Revised) for Teachers Updated August 2017 Table of Contents I. Introduction to DPAS II Purpose of

More information

Lecture Videos to Supplement Electromagnetic Classes at Cal Poly San Luis Obispo

Lecture Videos to Supplement Electromagnetic Classes at Cal Poly San Luis Obispo 2017 Pacifc Southwest Section Meeting: Tempe, Arizona Apr 20 Paper ID #20713 Lecture Videos to Supplement Electromagnetic Classes at Cal Poly San Luis Obispo Dr. Dean Arakaki, Cal Poly State University

More information

MTH 215: Introduction to Linear Algebra

MTH 215: Introduction to Linear Algebra MTH 215: Introduction to Linear Algebra Fall 2017 University of Rhode Island, Department of Mathematics INSTRUCTOR: Jonathan A. Chávez Casillas E-MAIL: jchavezc@uri.edu LECTURE TIMES: Tuesday and Thursday,

More information

Process to Identify Minimum Passing Criteria and Objective Evidence in Support of ABET EC2000 Criteria Fulfillment

Process to Identify Minimum Passing Criteria and Objective Evidence in Support of ABET EC2000 Criteria Fulfillment Session 2532 Process to Identify Minimum Passing Criteria and Objective Evidence in Support of ABET EC2000 Criteria Fulfillment Dr. Fong Mak, Dr. Stephen Frezza Department of Electrical and Computer Engineering

More information

Honors Mathematics. Introduction and Definition of Honors Mathematics

Honors Mathematics. Introduction and Definition of Honors Mathematics Honors Mathematics Introduction and Definition of Honors Mathematics Honors Mathematics courses are intended to be more challenging than standard courses and provide multiple opportunities for students

More information

Math Placement at Paci c Lutheran University

Math Placement at Paci c Lutheran University Math Placement at Paci c Lutheran University The Art of Matching Students to Math Courses Professor Je Stuart Math Placement Director Paci c Lutheran University Tacoma, WA 98447 USA je rey.stuart@plu.edu

More information

MATH 108 Intermediate Algebra (online) 4 Credits Fall 2008

MATH 108 Intermediate Algebra (online) 4 Credits Fall 2008 MATH 108 Intermediate Algebra (online) 4 Credits Fall 2008 Instructor: Nolan Rice Math Lab: T 2:00 2:50 Office: SHL 206-F Office Hours: M/F 2:00 2:50 Phone/Voice Mail: 732.6819 W 4:30 5:20 E-mail: nrice@csi.edu

More information

ESTABLISHING A TRAINING ACADEMY. Betsy Redfern MWH Americas, Inc. 380 Interlocken Crescent, Suite 200 Broomfield, CO

ESTABLISHING A TRAINING ACADEMY. Betsy Redfern MWH Americas, Inc. 380 Interlocken Crescent, Suite 200 Broomfield, CO ESTABLISHING A TRAINING ACADEMY ABSTRACT Betsy Redfern MWH Americas, Inc. 380 Interlocken Crescent, Suite 200 Broomfield, CO. 80021 In the current economic climate, the demands put upon a utility require

More information

Developing a Distance Learning Curriculum for Marine Engineering Education

Developing a Distance Learning Curriculum for Marine Engineering Education Paper ID #17453 Developing a Distance Learning Curriculum for Marine Engineering Education Dr. Jennifer Grimsley Michaeli P.E., Old Dominion University Dr. Jennifer G. Michaeli, PE is the Director of the

More information

EEAS 101 BASIC WIRING AND CIRCUIT DESIGN. Electrical Principles and Practices Text 3 nd Edition, Glen Mazur & Peter Zurlis

EEAS 101 BASIC WIRING AND CIRCUIT DESIGN. Electrical Principles and Practices Text 3 nd Edition, Glen Mazur & Peter Zurlis EEAS 101 REQUIRED MATERIALS: TEXTBOOK: WORKBOOK: Electrical Principles and Practices Text 3 nd Edition, Glen Mazur & Peter Zurlis Electrical Principles and Practices Workbook 3 nd Edition, Glen Mazur &

More information

ACADEMIC AFFAIRS GUIDELINES

ACADEMIC AFFAIRS GUIDELINES ACADEMIC AFFAIRS GUIDELINES Section 5: Course Instruction and Delivery Title: Instructional Methods: Schematic and Definitions Number (Current Format) Number (Prior Format) Date Last Revised 5.4 VI 08/2017

More information

OCW Global Conference 2009 MONTERREY, MEXICO BY GARY W. MATKIN DEAN, CONTINUING EDUCATION LARRY COOPERMAN DIRECTOR, UC IRVINE OCW

OCW Global Conference 2009 MONTERREY, MEXICO BY GARY W. MATKIN DEAN, CONTINUING EDUCATION LARRY COOPERMAN DIRECTOR, UC IRVINE OCW OCW Global Conference 2009 MONTERREY, MEXICO BY GARY W. MATKIN DEAN, CONTINUING EDUCATION LARRY COOPERMAN DIRECTOR, UC IRVINE OCW 200 institutional members in the OCWC Over 8,200 courses posted Over 130

More information

Lecturing Module

Lecturing Module Lecturing: What, why and when www.facultydevelopment.ca Lecturing Module What is lecturing? Lecturing is the most common and established method of teaching at universities around the world. The traditional

More information

California State University, Chico College of Business Graduate Business Program Program Alignment Matrix Academic Year

California State University, Chico College of Business Graduate Business Program Program Alignment Matrix Academic Year California State University, Chico College of Business Graduate Business Program Academic Year 2006-2007 The program alignment matrix illustrates how well individual courses are contributing to the program

More information

HIGHLAND HIGH SCHOOL CREDIT FLEXIBILITY PLAN

HIGHLAND HIGH SCHOOL CREDIT FLEXIBILITY PLAN HIGHLAND HIGH SCHOOL CREDIT FLEXIBILITY PLAN TABLE OF CONTENTS Overview 1 Eligible Credit Flexibility Plans 2 Earned Credit from Credit Flexibility Plans 2 Student Athletes 3 Application Process 3 Final

More information

PUBLIC CASE REPORT Use of the GeoGebra software at upper secondary school

PUBLIC CASE REPORT Use of the GeoGebra software at upper secondary school PUBLIC CASE REPORT Use of the GeoGebra software at upper secondary school Linked to the pedagogical activity: Use of the GeoGebra software at upper secondary school Written by: Philippe Leclère, Cyrille

More information

MTH 141 Calculus 1 Syllabus Spring 2017

MTH 141 Calculus 1 Syllabus Spring 2017 Instructor: Section/Meets Office Hrs: Textbook: Calculus: Single Variable, by Hughes-Hallet et al, 6th ed., Wiley. Also needed: access code to WileyPlus (included in new books) Calculator: Not required,

More information

Copyright Corwin 2015

Copyright Corwin 2015 2 Defining Essential Learnings How do I find clarity in a sea of standards? For students truly to be able to take responsibility for their learning, both teacher and students need to be very clear about

More information

Workload Policy Department of Art and Art History Revised 5/2/2007

Workload Policy Department of Art and Art History Revised 5/2/2007 Workload Policy Department of Art and Art History Revised 5/2/2007 Workload expectations for faculty in the Department of Art and Art History, in the areas of teaching, research, and service, must be consistent

More information

Procedia - Social and Behavioral Sciences 146 ( 2014 )

Procedia - Social and Behavioral Sciences 146 ( 2014 ) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 146 ( 2014 ) 456 460 Third Annual International Conference «Early Childhood Care and Education» Different

More information

New Patterns of Digital Content Use in Higher Education

New Patterns of Digital Content Use in Higher Education New Patterns of Digital Content Use in Higher Education Glenda Morgan University of Illinois at Urbana-Champaign WCET Leadership Summit Co-Conspirators Chuck Dziuban Patsy Moskal Flora McMartin Alan Wolf

More information

A Study on professors and learners perceptions of real-time Online Korean Studies Courses

A Study on professors and learners perceptions of real-time Online Korean Studies Courses A Study on professors and learners perceptions of real-time Online Korean Studies Courses Haiyoung Lee 1*, Sun Hee Park 2** and Jeehye Ha 3 1,2,3 Department of Korean Studies, Ewha Womans University, 52

More information

Successful Implementation of a 1-to-1 Initiative

Successful Implementation of a 1-to-1 Initiative Successful Implementation of a 1-to-1 Initiative Introduction One of the major trends in education today is the integration of technology into our schools. As we prepare our students to be productive citizens,

More information

Three Strategies for Open Source Deployment: Substitution, Innovation, and Knowledge Reuse

Three Strategies for Open Source Deployment: Substitution, Innovation, and Knowledge Reuse Three Strategies for Open Source Deployment: Substitution, Innovation, and Knowledge Reuse Jonathan P. Allen 1 1 University of San Francisco, 2130 Fulton St., CA 94117, USA, jpallen@usfca.edu Abstract.

More information

INTERMEDIATE ALGEBRA PRODUCT GUIDE

INTERMEDIATE ALGEBRA PRODUCT GUIDE Welcome Thank you for choosing Intermediate Algebra. This adaptive digital curriculum provides students with instruction and practice in advanced algebraic concepts, including rational, radical, and logarithmic

More information

Course Content Concepts

Course Content Concepts CS 1371 SYLLABUS, Fall, 2017 Revised 8/6/17 Computing for Engineers Course Content Concepts The students will be expected to be familiar with the following concepts, either by writing code to solve problems,

More information

Capturing and Organizing Prior Student Learning with the OCW Backpack

Capturing and Organizing Prior Student Learning with the OCW Backpack Capturing and Organizing Prior Student Learning with the OCW Backpack Brian Ouellette,* Elena Gitin,** Justin Prost,*** Peter Smith**** * Vice President, KNEXT, Kaplan University Group ** Senior Research

More information

Sociology 521: Social Statistics and Quantitative Methods I Spring 2013 Mondays 2 5pm Kap 305 Computer Lab. Course Website

Sociology 521: Social Statistics and Quantitative Methods I Spring 2013 Mondays 2 5pm Kap 305 Computer Lab. Course Website Sociology 521: Social Statistics and Quantitative Methods I Spring 2013 Mondays 2 5pm Kap 305 Computer Lab Instructor: Tim Biblarz Office: Hazel Stanley Hall (HSH) Room 210 Office hours: Mon, 5 6pm, F,

More information

Freshman On-Track Toolkit

Freshman On-Track Toolkit The Network for College Success Freshman On-Track Toolkit 2nd Edition: July 2017 I Table of Contents About the Network for College Success NCS Core Values and Beliefs About the Toolkit Toolkit Organization

More information

ADDENDUM 2016 Template - Turnaround Option Plan (TOP) - Phases 1 and 2 St. Lucie Public Schools

ADDENDUM 2016 Template - Turnaround Option Plan (TOP) - Phases 1 and 2 St. Lucie Public Schools ADDENDUM 2016 Template - Turnaround Option Plan (TOP) - Phases 1 and 2 St. Lucie Public Schools The district requests an additional year to implement the previously approved turnaround option. Evidence

More information

MAINTAINING CURRICULUM CONSISTENCY OF TECHNICAL AND VOCATIONAL EDUCATIONAL PROGRAMS THROUGH TEACHER DESIGN TEAMS

MAINTAINING CURRICULUM CONSISTENCY OF TECHNICAL AND VOCATIONAL EDUCATIONAL PROGRAMS THROUGH TEACHER DESIGN TEAMS Man In India, 95(2015) (Special Issue: Researches in Education and Social Sciences) Serials Publications MAINTAINING CURRICULUM CONSISTENCY OF TECHNICAL AND VOCATIONAL EDUCATIONAL PROGRAMS THROUGH TEACHER

More information

Evaluating NTU s OpenCourseWare Project with Google Analytics: User Characteristics, Course Preferences, and Usage Patterns

Evaluating NTU s OpenCourseWare Project with Google Analytics: User Characteristics, Course Preferences, and Usage Patterns International Review of Research in Open and Distributed Learning Volume 18, Number 4 June 2017 Evaluating NTU s OpenCourseWare Project with Google Analytics: User Characteristics, Course Preferences,

More information

ENEE 302h: Digital Electronics, Fall 2005 Prof. Bruce Jacob

ENEE 302h: Digital Electronics, Fall 2005 Prof. Bruce Jacob Course Syllabus ENEE 302h: Digital Electronics, Fall 2005 Prof. Bruce Jacob 1. Basic Information Time & Place Lecture: TuTh 2:00 3:15 pm, CSIC-3118 Discussion Section: Mon 12:00 12:50pm, EGR-1104 Professor

More information

PEDAGOGY AND PROFESSIONAL RESPONSIBILITIES STANDARDS (EC-GRADE 12)

PEDAGOGY AND PROFESSIONAL RESPONSIBILITIES STANDARDS (EC-GRADE 12) PEDAGOGY AND PROFESSIONAL RESPONSIBILITIES STANDARDS (EC-GRADE 12) Standard I.* Standard II.* Standard III.* Standard IV. The teacher designs instruction appropriate for all students that reflects an understanding

More information

ICDE SCOP Lillehammer, Norway June Open Educational Resources: Deliberations of a Community of Interest

ICDE SCOP Lillehammer, Norway June Open Educational Resources: Deliberations of a Community of Interest ICDE SCOP 2006 Lillehammer, Norway 11-13 June 2006 Open Educational Resources: Deliberations of a Community of Interest Susan D Antoni, Programme Specialist UNESCO, International Institute for Educational

More information

UNIVERSIDAD DEL ESTE Vicerrectoría Académica Vicerrectoría Asociada de Assessment Escuela de Ciencias y Tecnología

UNIVERSIDAD DEL ESTE Vicerrectoría Académica Vicerrectoría Asociada de Assessment Escuela de Ciencias y Tecnología UNIVERSIDAD DEL ESTE Vicerrectoría Académica Vicerrectoría Asociada de Escuela de Ciencias y Tecnología ASSESSMENT PLAN OF THE ASSOCIATE DEGREES IN ENGINEERING TECHNOLOGY Rev: Dec-2015 CHARACTERISTICS

More information

Electric Power Systems Education for Multidisciplinary Engineering Students

Electric Power Systems Education for Multidisciplinary Engineering Students Paper ID #967 Electric Power Systems Education for Multidisciplinary Engineering Students Prof. Aaron M. Cramer, University of Kentucky Aaron M. Cramer received the B.S. degree (summa cum laude) in electrical

More information

CWSEI Teaching Practices Inventory

CWSEI Teaching Practices Inventory CWSEI Teaching Practices Inventory To create the inventory we devised a list of the various types of teaching practices that are commonly mentioned in the literature. We recognize that these practices

More information

Charity Cayton 3921A Granada Dr, Winterville, NC Phone: (336) ,

Charity Cayton 3921A Granada Dr, Winterville, NC Phone: (336) , Charity Cayton 3921A Granada Dr, Winterville, NC 28590 Phone: (336) 210-5767, Email: caytonc@ecu.edu Education PhD in Mathematics Education, North Carolina State University, December 2012 Dissertation

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

TREATMENT OF SMC COURSEWORK FOR STUDENTS WITHOUT AN ASSOCIATE OF ARTS

TREATMENT OF SMC COURSEWORK FOR STUDENTS WITHOUT AN ASSOCIATE OF ARTS Articulation Agreement REGIS UNIVERSITY Associate s to Bachelor s Program PURPOSE The purpose of the agreement is to enable SMC students who transfer to Regis with an Associate of Arts to be recognized

More information

Race to the Top (RttT) Monthly Report for US Department of Education (USED) NC RttT February 2014

Race to the Top (RttT) Monthly Report for US Department of Education (USED) NC RttT February 2014 Race to the Top (RttT) Monthly Report for US Department of Education (USED) NC RttT February 2014 Please provide information in the following areas: Activities completed this month Activities projected

More information

University of Toronto Mississauga Degree Level Expectations. Preamble

University of Toronto Mississauga Degree Level Expectations. Preamble University of Toronto Mississauga Degree Level Expectations Preamble In December, 2005, the Council of Ontario Universities issued a set of degree level expectations (drafted by the Ontario Council of

More information

School of Innovative Technologies and Engineering

School of Innovative Technologies and Engineering School of Innovative Technologies and Engineering Department of Applied Mathematical Sciences Proficiency Course in MATLAB COURSE DOCUMENT VERSION 1.0 PCMv1.0 July 2012 University of Technology, Mauritius

More information

EDIT 576 DL1 (2 credits) Mobile Learning and Applications Fall Semester 2014 August 25 October 12, 2014 Fully Online Course

EDIT 576 DL1 (2 credits) Mobile Learning and Applications Fall Semester 2014 August 25 October 12, 2014 Fully Online Course GEORGE MASON UNIVERSITY COLLEGE OF EDUCATION AND HUMAN DEVELOPMENT GRADUATE SCHOOL OF EDUCATION INSTRUCTIONAL DESIGN AND TECHNOLOGY PROGRAM EDIT 576 DL1 (2 credits) Mobile Learning and Applications Fall

More information

University of Toronto

University of Toronto University of Toronto OFFICE OF THE VICE PRESIDENT AND PROVOST Governance and Administration of Extra-Departmental Units Interdisciplinarity Committee Working Group Report Following approval by Governing

More information

Educational system gaps in Romania. Roberta Mihaela Stanef *, Alina Magdalena Manole

Educational system gaps in Romania. Roberta Mihaela Stanef *, Alina Magdalena Manole Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 93 ( 2013 ) 794 798 3rd World Conference on Learning, Teaching and Educational Leadership (WCLTA-2012)

More information

Math Techniques of Calculus I Penn State University Summer Session 2017

Math Techniques of Calculus I Penn State University Summer Session 2017 Math 110 - Techniques of Calculus I Penn State University Summer Session 2017 Instructor: Sergio Zamora Barrera Office: 018 McAllister Bldg E-mail: sxz38@psu.edu Office phone: 814-865-4291 Office Hours:

More information

Kendra Kilmer Texas A&M University - Department of Mathematics, Mailstop 3368 College Station, TX

Kendra Kilmer Texas A&M University - Department of Mathematics, Mailstop 3368 College Station, TX Kendra Kilmer Texas A&M University - Department of Mathematics, Mailstop 3368 College Station, TX 77843-3368 kilmer@math.tamu.edu Professional Work Experience Texas A&M University, Department of Mathematics

More information

Planet estream Supporting your Digital Learning Strategy

Planet estream Supporting your Digital Learning Strategy Planet estream Supporting your Digital Learning Strategy Why a Secure Video Platform is a Priority for Your Organisation Video everywhere... Advancements in connectivity, online video, social media and

More information

lourdes gazca, American University in Puebla, Mexico

lourdes gazca, American University in Puebla, Mexico AC 2011-1541: ANALYSIS OF THE IMPLEMENTATION OF THE HOW PEOPLE LEARN FRAMEWORK THROUGH DIRECT CLASSROOM OB- SERVATION IN SELECTED FOOD ENGINEERING COURSES lourdes gazca, American University in Puebla,

More information

INSTRUCTIONAL TECHNIQUES. Teaching by Lecture

INSTRUCTIONAL TECHNIQUES. Teaching by Lecture Teaching by Lecture You must excuse the occasional unstifled yawn among students. You see, by the time they complete four years of college they will have endured almost 2000 hours of classroom instruction.

More information

School Leadership Rubrics

School Leadership Rubrics School Leadership Rubrics The School Leadership Rubrics define a range of observable leadership and instructional practices that characterize more and less effective schools. These rubrics provide a metric

More information

STRATEGIC LEADERSHIP PROCESSES

STRATEGIC LEADERSHIP PROCESSES STRATEGIC LEADERSHIP PROCESSES COURSE: MANA 5345.060, Fall 2016 (Online Class) DURATION: Start Date: 08/29/2016 End Date: 12/17/2016 FACULTY: TEXTBOOK: Dr. Marina Astakhova, PhD Office: BUS 123 Phone:

More information

Ruggiero, V. R. (2015). The art of thinking: A guide to critical and creative thought (11th ed.). New York, NY: Longman.

Ruggiero, V. R. (2015). The art of thinking: A guide to critical and creative thought (11th ed.). New York, NY: Longman. BSL 4080, Creative Thinking and Problem Solving Course Syllabus Course Description An in-depth study of creative thinking and problem solving techniques that are essential for organizational leaders. Causal,

More information

Linking the Common European Framework of Reference and the Michigan English Language Assessment Battery Technical Report

Linking the Common European Framework of Reference and the Michigan English Language Assessment Battery Technical Report Linking the Common European Framework of Reference and the Michigan English Language Assessment Battery Technical Report Contact Information All correspondence and mailings should be addressed to: CaMLA

More information

Circuit Simulators: A Revolutionary E-Learning Platform

Circuit Simulators: A Revolutionary E-Learning Platform Circuit Simulators: A Revolutionary E-Learning Platform Mahi Itagi Padre Conceicao College of Engineering, Verna, Goa, India. itagimahi@gmail.com Akhil Deshpande Gogte Institute of Technology, Udyambag,

More information

WSU Five-Year Program Review Self-Study Cover Page

WSU Five-Year Program Review Self-Study Cover Page WSU Five-Year Program Review Self-Study Cover Page Department: Program: Computer Science Computer Science AS/BS Semester Submitted: Spring 2012 Self-Study Team Chair: External to the University but within

More information

Procedia - Social and Behavioral Sciences 98 ( 2014 ) International Conference on Current Trends in ELT

Procedia - Social and Behavioral Sciences 98 ( 2014 ) International Conference on Current Trends in ELT Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 98 ( 2014 ) 852 858 International Conference on Current Trends in ELT Analyzing English Language Learning

More information

Indiana Collaborative for Project Based Learning. PBL Certification Process

Indiana Collaborative for Project Based Learning. PBL Certification Process Indiana Collaborative for Project Based Learning ICPBL Certification mission is to PBL Certification Process ICPBL Processing Center c/o CELL 1400 East Hanna Avenue Indianapolis, IN 46227 (317) 791-5702

More information

BEFORE THE ARBITRATOR. In the matter of the arbitration of a dispute between ADMINISTRATORS' AND SUPERVISORS' COUNCIL. And

BEFORE THE ARBITRATOR. In the matter of the arbitration of a dispute between ADMINISTRATORS' AND SUPERVISORS' COUNCIL. And BEFORE THE ARBITRATOR In the matter of the arbitration of a dispute between ADMINISTRATORS' AND SUPERVISORS' COUNCIL And MILWAUKEE BOARD OF SCHOOL DIRECTORS Case 428 No. 64078 Rosana Mateo-Benishek Demotion

More information

Ready Common Core Ccls Answer Key

Ready Common Core Ccls Answer Key Ready Ccls Answer Key Free PDF ebook Download: Ready Ccls Answer Key Download or Read Online ebook ready common core ccls answer key in PDF Format From The Best User Guide Database Learning Standards Coverage

More information

DICE - Final Report. Project Information Project Acronym DICE Project Title

DICE - Final Report. Project Information Project Acronym DICE Project Title DICE - Final Report Project Information Project Acronym DICE Project Title Digital Communication Enhancement Start Date November 2011 End Date July 2012 Lead Institution London School of Economics and

More information

Carolina Course Evaluation Item Bank Last Revised Fall 2009

Carolina Course Evaluation Item Bank Last Revised Fall 2009 Carolina Course Evaluation Item Bank Last Revised Fall 2009 Items Appearing on the Standard Carolina Course Evaluation Instrument Core Items Instructor and Course Characteristics Results are intended for

More information

Basic lesson time includes activity only. Introductory and Wrap-Up suggestions can be used

Basic lesson time includes activity only. Introductory and Wrap-Up suggestions can be used U UNPLUGGED Your Digital Footprint Lesson time: 30 Minutes to delve deeper when time allows. Basic lesson time includes activity only. Introductory and Wrap-Up suggestions can be used LESSON OVERVIEW In

More information

NORTH CAROLINA VIRTUAL PUBLIC SCHOOL IN WCPSS UPDATE FOR FALL 2007, SPRING 2008, AND SUMMER 2008

NORTH CAROLINA VIRTUAL PUBLIC SCHOOL IN WCPSS UPDATE FOR FALL 2007, SPRING 2008, AND SUMMER 2008 E&R Report No. 08.29 February 2009 NORTH CAROLINA VIRTUAL PUBLIC SCHOOL IN WCPSS UPDATE FOR FALL 2007, SPRING 2008, AND SUMMER 2008 Authors: Dina Bulgakov-Cooke, Ph.D., and Nancy Baenen ABSTRACT North

More information

The Revised Math TEKS (Grades 9-12) with Supporting Documents

The Revised Math TEKS (Grades 9-12) with Supporting Documents The Revised Math TEKS (Grades 9-12) with Supporting Documents This is the first of four modules to introduce the revised TEKS for high school mathematics. The goals for participation are to become familiar

More information

CLASSROOM MANAGEMENT INTRODUCTION

CLASSROOM MANAGEMENT INTRODUCTION CLASSROOM MANAGEMENT Dr. Jasmina Delceva Dizdarevik, Institute of Pedagogy, Faculty of Philosophy Ss. Cyril and Methodius University-Skopje, Macedonia E-mail : jdelceva@yahoo.com Received: February, 20.2014.

More information

Holt Mcdougal Pre Algebra Teachers Edition

Holt Mcdougal Pre Algebra Teachers Edition Pre Algebra Teachers Edition Free PDF ebook Download: Pre Algebra Teachers Edition Download or Read Online ebook holt mcdougal pre algebra teachers edition in PDF Format From The Best User Guide Database

More information

Intermediate Algebra

Intermediate Algebra Intermediate Algebra An Individualized Approach Robert D. Hackworth Robert H. Alwin Parent s Manual 1 2005 H&H Publishing Company, Inc. 1231 Kapp Drive Clearwater, FL 33765 (727) 442-7760 (800) 366-4079

More information

MinE 382 Mine Power Systems Fall Semester, 2014

MinE 382 Mine Power Systems Fall Semester, 2014 MinE 382 Mine Power Systems Fall Semester, 2014 Tuesday & Thursday, 9:30 a.m. 10:45 a.m., Room 109 MRB Instructor: Dr. Mark F. Sindelar, P.E. Room 233 MRB (center office in the Mine Design Lab) Mining

More information

Multimedia Courseware of Road Safety Education for Secondary School Students

Multimedia Courseware of Road Safety Education for Secondary School Students Multimedia Courseware of Road Safety Education for Secondary School Students Hanis Salwani, O 1 and Sobihatun ur, A.S 2 1 Universiti Utara Malaysia, Malaysia, hanisalwani89@hotmail.com 2 Universiti Utara

More information

Using Moodle in ESOL Writing Classes

Using Moodle in ESOL Writing Classes The Electronic Journal for English as a Second Language September 2010 Volume 13, Number 2 Title Moodle version 1.9.7 Using Moodle in ESOL Writing Classes Publisher Author Contact Information Type of product

More information

Math Pathways Task Force Recommendations February Background

Math Pathways Task Force Recommendations February Background Math Pathways Task Force Recommendations February 2017 Background In October 2011, Oklahoma joined Complete College America (CCA) to increase the number of degrees and certificates earned in Oklahoma.

More information

E C C. American Heart Association. Basic Life Support Instructor Course. Updated Written Exams. February 2016

E C C. American Heart Association. Basic Life Support Instructor Course. Updated Written Exams. February 2016 E C C American Heart Association Basic Life Support Instructor Course Updated Written Exams Contents: Exam Memo Student Answer Sheet Version A Exam Version A Answer Key Version B Exam Version B Answer

More information

STA2023 Introduction to Statistics (Hybrid) Spring 2013

STA2023 Introduction to Statistics (Hybrid) Spring 2013 STA2023 Introduction to Statistics (Hybrid) Spring 2013 Course Description This course introduces the student to the concepts of a statistical design and data analysis with emphasis on introductory descriptive

More information

West Georgia RESA 99 Brown School Drive Grantville, GA

West Georgia RESA 99 Brown School Drive Grantville, GA Georgia Teacher Academy for Preparation and Pedagogy Pathways to Certification West Georgia RESA 99 Brown School Drive Grantville, GA 20220 770-583-2528 www.westgaresa.org 1 Georgia s Teacher Academy Preparation

More information

ENVR 205 Engineering Tools for Environmental Problem Solving Spring 2017

ENVR 205 Engineering Tools for Environmental Problem Solving Spring 2017 ENVR 205 Engineering Tools for Environmental Problem Solving Spring 2017 Instructor: Dr. Barbara rpin, Professor Environmental Science and Engineering Gillings School of Global Public Health University

More information

U : Survey of Astronomy

U : Survey of Astronomy U188-100: Survey of Astronomy Course Format: Online Course Facilitator: Mark Quigley, Ph.D. Course Author/s: Mark Quigley, Ph.D. Course credits: 4 Pre/Corequisites: Math skills equivalent to first-year

More information

PTK 90-DAY CRASH COURSE CALENDAR

PTK 90-DAY CRASH COURSE CALENDAR PTK 90-DAY CRASH COURSE CALENDAR Dear Candidates, The Professional Teaching Knowledge (PTK) 90-Day Crash Course Calendar was originally created in our T&I Scholarship group to accelerate the completion

More information

Effective practices of peer mentors in an undergraduate writing intensive course

Effective practices of peer mentors in an undergraduate writing intensive course Effective practices of peer mentors in an undergraduate writing intensive course April G. Douglass and Dennie L. Smith * Department of Teaching, Learning, and Culture, Texas A&M University This article

More information

Principles Of Macroeconomics Case Fair Oster 10e

Principles Of Macroeconomics Case Fair Oster 10e Case Fair 10e Free PDF ebook Download: Case Fair 10e Download or Read Online ebook principles of macroeconomics case fair oster 10e in PDF Format From The Best User Guide Database is the study of the general

More information

Developing an Assessment Plan to Learn About Student Learning

Developing an Assessment Plan to Learn About Student Learning Developing an Assessment Plan to Learn About Student Learning By Peggy L. Maki, Senior Scholar, Assessing for Learning American Association for Higher Education (pre-publication version of article that

More information

TAI TEAM ASSESSMENT INVENTORY

TAI TEAM ASSESSMENT INVENTORY TAI TEAM ASSESSMENT INVENTORY By Robin L. Elledge Steven L. Phillips, Ph.D. QUESTIONNAIRE & SCORING BOOKLET Name: Date: By Robin L. Elledge Steven L. Phillips, Ph.D. OVERVIEW The Team Assessment Inventory

More information

International Conference on Education and Educational Psychology (ICEEPSY 2012)

International Conference on Education and Educational Psychology (ICEEPSY 2012) Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 69 ( 2012 ) 984 989 International Conference on Education and Educational Psychology (ICEEPSY 2012) Second language research

More information

STRUCTURAL ENGINEERING PROGRAM INFORMATION FOR GRADUATE STUDENTS

STRUCTURAL ENGINEERING PROGRAM INFORMATION FOR GRADUATE STUDENTS STRUCTURAL ENGINEERING PROGRAM INFORMATION FOR GRADUATE STUDENTS The Structural Engineering graduate program at Clemson University offers Master of Science and Doctor of Philosophy degrees in Civil Engineering.

More information

Real Estate Agents Authority Guide to Continuing Education. June 2016

Real Estate Agents Authority Guide to Continuing Education. June 2016 Real Estate Agents Authority Guide to Continuing Education June 2016 Contents Section 1: Continuing education explained 3 1.1 Verifiable continuing education... 4 1.2 Non-verifiable continuing education...

More information

August 22, Materials are due on the first workday after the deadline.

August 22, Materials are due on the first workday after the deadline. August 22, 2017 Memorandum To: Candidates for Third-Year Comprehensive Review From: Tracey E. Hucks, Provost and Dean of the Faculty Subject: Third-year Review Procedures for Spring 2018 The Faculty Handbook

More information

Grading Policy/Evaluation: The grades will be counted in the following way: Quizzes 30% Tests 40% Final Exam: 30%

Grading Policy/Evaluation: The grades will be counted in the following way: Quizzes 30% Tests 40% Final Exam: 30% COURSE SYLLABUS FALL 2010 MATH 0408 INTERMEDIATE ALGEBRA Course # 0408.06 Course Schedule/Location: TT 09:35 11:40, A-228 Instructor: Dr. Calin Agut, Office: J-202, Department of Mathematics, Brazosport

More information

Bittinger, M. L., Ellenbogen, D. J., & Johnson, B. L. (2012). Prealgebra (6th ed.). Boston, MA: Addison-Wesley.

Bittinger, M. L., Ellenbogen, D. J., & Johnson, B. L. (2012). Prealgebra (6th ed.). Boston, MA: Addison-Wesley. Course Syllabus Course Description Explores the basic fundamentals of college-level mathematics. (Note: This course is for institutional credit only and will not be used in meeting degree requirements.

More information

WMO Global Campus: Frequently Asked Questions and Answers, July 2015 V1. WMO Global Campus: Frequently Asked Questions and Answers

WMO Global Campus: Frequently Asked Questions and Answers, July 2015 V1. WMO Global Campus: Frequently Asked Questions and Answers WMO Global Campus: Frequently Asked Questions and Answers The following FAQ and answers have arisen since September 2013 during discussions related to the proposal for a WMO Global Campus. As the WMO Global

More information