From MOOCs to SPOCs and from SPOCs to flipped classroom

Size: px
Start display at page:

Download "From MOOCs to SPOCs and from SPOCs to flipped classroom"

Transcription

1 From MOOCs to SPOCs and from SPOCs to flipped classroom Carlos Alario-Hoyos, Iria Estévez-Ayres, Carlos Delgado Kloos, Julio Villena-Román Department of Telematic Engineering, Universidad Carlos III de Madrid Av. Universidad, 30, 28911, Leganés (Madrid), Spain {calario, ayres, cdk, Abstract. The concept of SPOCs (Small Private Online Courses) emerged as a way of describing the reuse of MOOCs (Massive Open Online Courses) for complementing traditional on-campus teaching. But SPOCs can also drive an entire methodological change to make a better use of face-to-face time between students and teachers in the classroom. This paper presents the redesign and evaluation of a first-year programming course in several engineering degrees, with over 400 students overall, through the reuse of MOOCs as SPOCs on campus, combined with a flipped classroom strategy aimed at promoting active learning. Results from a students self-reported questionnaire show a very positive acceptance of the SPOC, which includes both videos and complementary formative activities, and an increase of motivation through the combination of the SPOC and activities implemented in lectures to flip the classroom. Keywords: MOOCs, SPOCs, flipped classroom, programming course. 1 Introduction MOOCs (Massive Open Online Courses) have brought major changes to traditional education. On one side, they provide access to quality courses from top Universities to any learner worldwide [1]. On the other side, they can be reused [2] to complement residential courses [3] under the name SPOC (Small Private Online Course) [4]. In addition to serving as a complement to face-to-face classes, it is possible to reuse MOOCs in a more integrated way to support flipped classroom strategies [5], where students work in the theoretical concepts (mainly watching videos and doing basic exercises) before going to the classroom, and then class time is used to work in practical and applied activities with the objective to promote a more active learning. This paper presents a successful case of reusing MOOCs as SPOCs, this being the core for a flipped classroom strategy in which lecture time is reallocated to do handson activities that promote active learning. The case refers to a first-year programming course taught in several engineering degrees, with more than 400 students enrolled per year average. Both SPOC and flipped classroom strategy are evaluated through a questionnaire filled out by students in the middle of the semester to know their opinions on the usefulness of these innovations and their effect on students motivation.

2 2 Case study: Systems Programming Systems Programming is a first-year second-semester programming course of four bachelor s engineering degrees at Universidad Carlos III de Madrid (UC3M) (Spain); it is taught in both English and Spanish. Typically, more than 400 students enrol this 15-week course, which has two sessions per week: a 100-minute lecture in large groups (up to 120 students) and a 100-minute laboratory session in small groups (up to 40 students). This is the second programming course students take after a basic programming course in the first semester. Java is the programming language used, as it is also the language used in the first semester programming course, so students are supposed to already have the background on the syntax and basic control flow instructions. One of the main problems encountered by Systems Programming teachers is that, even though the theoretical explanations are important, this is an eminently practical subject, and there is little time for practical activities (100 minutes per week). Furthermore, it is difficult to get more time for practicing as theoretical sessions follow a strict schedule, and take place in large classrooms of up to 120 students. Before starting the course 2016/2017 teachers decided to redesign the structure of large group classes reusing MOOCs as a SPOC, this being the core of a flipped classroom strategy focused on hands-on activities and the promotion of active learning. 2.1 First phase: MOOCs In 2015, teachers from the Departments of Telematics Engineering and Computer Sciences at UC3M began the development of three five-week MOOCs on Introduction to Programming with Java. These three MOOCs cover the syllabus of the first basic programming course (first semester), and of Systems Programming (second semester). The three MOOCs are deployed in edx and form an XSeries (sequence of interrelated courses) ( Part 1, Starting to Code with Java, focuses on the programming basics and goes from imperative programming to object orientation; Part 1 was developed in 2015 and has run thrice so far. Part 2, Writing Good Code, focuses on error detection and correction, going from low-level development to high-level design, including, among other topics, debugging, testing, complexity, software engineering and ethical issues; Part 2 was developed in 2016 and has run twice so far. Part 3, Fundamental Data Structures and Algorithms, focuses on linear and non-linear data structures, as well as on basic and advanced algorithms applied on them; Part 3 was developed in 2017 and has run once so far. These three MOOCs are offered in English (videos also include subtitles in both English and Spanish) and together add up more than 300,000 enrollees in the several runs, with Part 1 the most successful MOOC. Although videos are an important part, a special emphasis was put on having many interactive activities supported by edx built-in tools, external tools integrated in edx (e.g. Blockly or Codeboard), animations and simulations [6]. The quality of the educational materials in these MOOCs has been improved through learners contributions, who act as critical reviewers.

3 2.2 Second phase: SPOCs The three MOOCs were used to create dedicated SPOCs for Systems Programming, one in English and another one in Spanish. The SPOC in English has entirely reused contents from the MOOCs. The SPOC in Spanish has partially reused contents from the MOOCs, but some videos were re-recorded in Spanish, and some assignments were translated to Spanish. Both SPOCs are equivalent and share the same structure. With the contents of the three MOOCs it was possible to create SPOCs that cover 100% of the Systems Programming syllabus. The SPOCs are deployed in an Open edx instance, hosted at UC3M servers. Only students enrolled in Systems Programming can access this SPOC and there is no relationship between the students who use the SPOCs and the learners enrolled in the MOOCs. 2.3 Third phase: Flipped classroom The SPOCs made it possible the restructuring of large groups classes to put into practice a flipped classroom strategy. Students were told to watch videos and do some assignments before coming to class. This way, they got sufficient knowledge to quickly review the main concepts at the beginning of the class, and then, have time to do practical activities. Large group classes were redesigned as follows: First, there is a brief presentation of the highlights of the session with time for questions (about minutes). This part has a twofold purpose: students who watched the videos and did the assignments at home some days ago refresh them, while student who did not watch the videos nor did the activities at home have at least a basic background to continue with the following parts. Next, students are presented a set of exercises in which they must code small programs (about minutes). They can do this activity alone or in small groups. Solutions to the exercises are later provided and briefly explained. Finally, a questionnaire is presented to learners using the quiz-based platform Kahoot! ( (about minutes). The questionnaire has questions, and has a twofold purpose: it serves as a formative evaluation for students; and teachers can detect the main conceptual gaps students have. Questions and answers are projected in a big screen and students can answer from their mobile devices or laptops, through the browser, and without installing anything. Each question is timed (e.g. 30/60 seconds) and the whole class moves forward to the following question together. Students pick a nickname and receive points to answer correctly and quickly; a leaderboard is shown between questions to encourage students motivation through competition. This design is usually replicated in each large group class with minor variations, such as including a basic, short Kahoot! at the beginning of the class (5-10 minutes) so that the teacher can know if students watched the videos and did the activities at home, and otherwise dedicate a little more time to the highlights explanation. Finally, those students who come to Systems Programming without having passed the first semester basic programming course are actively encouraged by teachers to enroll the XSeries on edx and start with the first MOOC ( Part 1: Starting to Code with Java, ) to catch up.

4 3 Results An anonymous voluntary questionnaire filled out by students in the middle of the course was used to evaluate the SPOC and the redesign of the course through a flipped classroom strategy. The questionnaire included closed-ended questions (to be assessed using a Likert scale), and open-ended questions (in which students could provide more elaborated answers). The data analysis followed a mixed methodology in which closed-ended questions served to gain insights and detect tendencies, which were afterwards confirmed or discarded through the open-ended questions. 104 students of the four bachelor s degrees answered this questionnaire. (25.6% of enrolees). 3.1 Results about the SPOC 63 students (60.6%) said that they used the SPOC weekly to prepare the following large group classes, 37 students (35.6%) said that they used the SPOC occasionally to review some concepts, and 4 students (3.8%) said that they did not use the SPOC. Students who used the SPOC could assess statements about the usefulness and effect of its materials (mainly videos and interactive activities) (see Table 1). 91 students (90.1%) agreed or strongly agreed that the videos were useful for better understanding the main concepts, 63 students (62.4%) agreed or strongly agreed that the videos increased their motivation to keep working at home, 84 students (84%) agreed or strongly agreed that the activities were useful for practicing the main concepts, and 68 students (67.3%) agreed or strongly agreed that the activities increased their motivation to keep working at home. Overall, 91 students (90.1%) agreed or strongly agreed that including a SPOC in future editions of the course would be useful. These results are reinforced by positive comments from students, such as I am doing the course for a second time and with this kind of teaching I have the motivation I did not find last year, it [the SPOC] is well organized to have a previous background of what we will see in the class, I am very satisfied and motivated thanks to this format. ( ) I would like all courses to be taught in this way. Critical comments mainly refer to the use of the SPOC for passing the course: I believe that for passing the course we need to do more exercises and coding instead of watching videos, Great videos, maybe doing all the exercises should be considered towards the grade. Table 1. Statements to be assessed by students about the SPOC. Assertion Strongly agree Agree Neither agree nor disagree Disagree Strongly disagree Total answers Videos in the SPOC are useful for my learning to better understand the main concepts of the course Exercises in the SPOC are useful for my learning to practice the main concepts of the course Videos in the SPOC increase my motivation to keep working in the course at home Exercises in the SPOC increase my motivation to keep working in the course at home I believe that including a SPOC like this in future editions of this course would be useful

5 3.2 Results about the redesign of large group classes using flipped classroom The novelties with respect to traditional lectures are problem solving in small groups, and Kahoots, and these two elements were the ones assessed (see Table 2). 93 students (89.4%) agreed or strongly agreed that practical exercises helped them to understand better the concepts, 65 students (62.5%) agreed or strongly agreed that these exercises motivated them to keep working at home, 76 students (73.1%) agreed or strongly agreed that the exercises had an appropriate level of difficulty, and 97 students (93.3%) agreed or strongly agreed that including practical exercises in future editions of the course would be useful. These results are reinforced by positive comments from students such as: They [The videos] help me to connect concepts, remember them, and sometimes learn from errors, since we have been working with the same [Java] Class as we advanced with new contents, and these contents are applied to the same Class, everything is more structured. However, there are students who pointed out some of the external constraints to carry out practical activities in large group classes, such as time and facilities: There is not enough time, and in the end, everything is done very fast, there are not enough power sockets in the classroom, and it is difficult that everyone can use his own laptop. 90 students (86.5%) agreed or strongly agreed that Kahoots help them to better understand the concepts, 84 students (80.8%) agreed or strongly agreed that Kahoots motivated them to keep working at home, 87 students (83.7%) agreed or strongly agreed that Kahoots had an appropriate level of difficulty, 82 students (78.8%) agreed or strongly agreed that the competition with the classmates in the Kahoots increased their motivation, and 90 students (86.5%) agreed or strongly agreed that including Kahoots in future editions of the course would be useful. These results are reinforced by positive comments from students, such as: If Java is my religion, Kahoots are its prophets. Keep them, they motivate me a lot and I am having fun. I wish there were more of this in other courses. There were also a few students which criticized the use of this tool in class, and demanded more time to better prepare them for exams: I do not think this is useful, it would be better to include more exercises from exams. Table 2. Statements to be assessed by students about practical exercises and Kahoots. Assertion Strongly Agree Neither agree Disagree The practical exercises done during large group classes help me understand better the theoretical concepts explained The practical exercises done during large group classes motivate me to keep working in the course at home The practical exercises done during large group classes have an appropriate level of difficulty according to the concepts explained I believe that including practical exercises like these in future editions of this course would be useful Kahoots done during large group classes help me understand better the theoretical concepts explained Kahoots done during large group classes motivate me to keep working in the course at home Kahoots done during large group classes have an appropriate level of difficulty according to the concepts explained The fact that there is a competition with my classmates in the Kahoots increases my motivation I believe that including Kahoots like these in future editions of this course would be useful Strongly Total agree nor disagree disagree answers

6 4 Conclusions and future work This paper has presented a successful case of reusing MOOCs as a SPOC, this SPOC being the core for redesigning large group classes in an engineering course using flipped classroom. This experience is intended as example of how to reuse MOOCs, once tested in the open world, to improve the quality of on-campus courses by rethinking traditional lectures. Results are very positive in terms of the usefulness of the SPOC, practical activities and Kahoots, and moderately positive in terms of the effect they all have on increasing students motivation to work beyond class time. These results were obtained with a sample that represents approximately a quarter of the students enrolled in the course, and approximately half of those who attend regularly to class. Despite possible bias it is noteworthy that voluntary questionnaires tend to be answered more frequently by those students who had very positive or very negative experiences. Answers to open-ended questions allow deepening in students opinions, and iterate in the redesign of the course for its improvement in future editions. Most of the few negative comments point out the use of class time for better preparing students for exams; some of these comments may come from repeaters. The implementation of a flipped classroom strategy supported by a SPOC is not without risks. First, the number of students attending to class may decrease, as theoretical concepts are explained in the videos. Here, teachers detected a slight decrease in the number of students attending to class (compared to previous years). For this, teachers need to make good use of class time to carry out activities which add value to what is already available in the SPOC, as it was intended with the redesign of large group classes in this course. Second, there is a well-known risk in flipped classroom strategies, which is that students do not complete their homework before coming to class. To alleviate this problem, teachers used motivation strategies based on gamification, such as the use of Kahoot! in class, which promotes competition through interactive questions about knowledge students should have acquired at home. Acknowledgements. This work has been co-funded by the Erasmus+ projects MOOC-Maker ( EPP ES-EPPKA2-CBHE-JP), SHEILA ( EPP BE-EPPKA3- PI-FORWARD), and COMPETEN-SEA ( EPP NL-EPPKA2-CBHE-JP), by the emadrid Network (S2013/ICE-2715), and by project RESET (TIN C3-1-R). References 1. Pappano, L.: The Year of the MOOC. The New York Times, 2(12), Pérez-Sanagustín, M., et al.: H-MOOC framework: reusing MOOCs for hybrid education. Journal of Computing in Higher Education, 29(1):47-64, de la Croix, J. P., & Egerstedt, M.: Flipping the controls classroom around a MOOC. Proceedings of the American Control Conference 2014, ACC, pp , IEEE. 4. Fox, A.: From MOOCs to SPOCs. Communications of the ACM, 56(12), 38-40, Li, Y., Zhang, M., Bonk, C. J., & Guo, N.: Integrating MOOC and Flipped Classroom Practice in a Traditional Undergraduate Course: Students' Experience and Perceptions. International Journal of Emerging Technologies in Learning (ijet), 10(6), 4-10, Alario-Hoyos, C., et al.: Interactive activities: the key to learning programming with MOOCs. Proc. EMOOCS 2016, , Graz, Austria, 2016.

Int J Technol Des Educ (2015) 25: DOI /s

Int J Technol Des Educ (2015) 25: DOI /s Int J Technol Des Educ (2015) 25:387 408 DOI 10.1007/s10798-014-9288-6 A methodology for improving active learning engineering courses with a large number of students and teachers through feedback gathering

More information

E-learning Strategies to Support Databases Courses: a Case Study

E-learning Strategies to Support Databases Courses: a Case Study E-learning Strategies to Support Databases Courses: a Case Study Luisa M. Regueras 1, Elena Verdú 1, María J. Verdú 1, María Á. Pérez 1, and Juan P. de Castro 1 1 University of Valladolid, School of Telecommunications

More information

EdX Learner s Guide. Release

EdX Learner s Guide. Release EdX Learner s Guide Release Nov 18, 2017 Contents 1 Welcome! 1 1.1 Learning in a MOOC........................................... 1 1.2 If You Have Questions As You Take a Course..............................

More information

Android App Development for Beginners

Android App Development for Beginners Description Android App Development for Beginners DEVELOP ANDROID APPLICATIONS Learning basics skills and all you need to know to make successful Android Apps. This course is designed for students who

More information

Evaluating Collaboration and Core Competence in a Virtual Enterprise

Evaluating Collaboration and Core Competence in a Virtual Enterprise PsychNology Journal, 2003 Volume 1, Number 4, 391-399 Evaluating Collaboration and Core Competence in a Virtual Enterprise Rainer Breite and Hannu Vanharanta Tampere University of Technology, Pori, Finland

More information

AST Introduction to Solar Systems Astronomy

AST Introduction to Solar Systems Astronomy AST 111 - Introduction to Solar Systems Astronomy I. COURSE OVERVIEW In this introductory 7.5-week, four-credit lecture and laboratory course, we will explore the origins, structure, contents, and evolution

More information

What is PDE? Research Report. Paul Nichols

What is PDE? Research Report. Paul Nichols What is PDE? Research Report Paul Nichols December 2013 WHAT IS PDE? 1 About Pearson Everything we do at Pearson grows out of a clear mission: to help people make progress in their lives through personalized

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

A Study of the Effectiveness of Using PER-Based Reforms in a Summer Setting

A Study of the Effectiveness of Using PER-Based Reforms in a Summer Setting A Study of the Effectiveness of Using PER-Based Reforms in a Summer Setting Turhan Carroll University of Colorado-Boulder REU Program Summer 2006 Introduction/Background Physics Education Research (PER)

More information

Van Andel Education Institute Science Academy Professional Development Allegan June 2015

Van Andel Education Institute Science Academy Professional Development Allegan June 2015 Van Andel Education Institute Science Academy Professional Development Allegan June 2015 Science teachers from Allegan RESA took part in professional development with the Van Andel Education Institute

More information

Accounting 312: Fundamentals of Managerial Accounting Syllabus Spring Brown

Accounting 312: Fundamentals of Managerial Accounting Syllabus Spring Brown Class Hours: MW 3:30-5:00 (Unique #: 02247) UTC 3.102 Professor: Patti Brown, CPA E-mail: patti.brown@mccombs.utexas.edu Office: GSB 5.124B Office Hours: Mon 2:00 3:00pm Phone: (512) 232-6782 TA: TBD TA

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

Case study Norway case 1

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

More information

GALICIAN TEACHERS PERCEPTIONS ON THE USABILITY AND USEFULNESS OF THE ODS PORTAL

GALICIAN TEACHERS PERCEPTIONS ON THE USABILITY AND USEFULNESS OF THE ODS PORTAL The Fifth International Conference on e-learning (elearning-2014), 22-23 September 2014, Belgrade, Serbia GALICIAN TEACHERS PERCEPTIONS ON THE USABILITY AND USEFULNESS OF THE ODS PORTAL SONIA VALLADARES-RODRIGUEZ

More information

Universidad Carlos III de Madrid Prof. Alvaro Escribano E MADRID14 INTERNATIONAL RELATIONS OFFICE

Universidad Carlos III de Madrid Prof. Alvaro Escribano E MADRID14  INTERNATIONAL RELATIONS OFFICE Name of the Institution Institutional coordinator University code Website Universidad Carlos III de Madrid Prof. Alvaro Escribano E MADRID14 http://www.uc3m.es INTERNATIONAL RELATIONS OFFICE Head of the

More information

K5 Math Practice. Free Pilot Proposal Jan -Jun Boost Confidence Increase Scores Get Ahead. Studypad, Inc.

K5 Math Practice. Free Pilot Proposal Jan -Jun Boost Confidence Increase Scores Get Ahead. Studypad, Inc. K5 Math Practice Boost Confidence Increase Scores Get Ahead Free Pilot Proposal Jan -Jun 2017 Studypad, Inc. 100 W El Camino Real, Ste 72 Mountain View, CA 94040 Table of Contents I. Splash Math Pilot

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

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

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

Test How To. Creating a New Test

Test How To. Creating a New Test Test How To Creating a New Test From the Control Panel of your course, select the Test Manager link from the Assessments box. The Test Manager page lists any tests you have already created. From this screen

More information

INTERMEDIATE ALGEBRA Course Syllabus

INTERMEDIATE ALGEBRA Course Syllabus INTERMEDIATE ALGEBRA Course Syllabus This syllabus gives a detailed explanation of the course procedures and policies. You are responsible for this information - ask your instructor if anything is unclear.

More information

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS L. Descalço 1, Paula Carvalho 1, J.P. Cruz 1, Paula Oliveira 1, Dina Seabra 2 1 Departamento de Matemática, Universidade de Aveiro (PORTUGAL)

More information

How Satisfied Are You With Your MOOC? A Research Study About Interaction in Huge Online Courses. Hanan Khalil

How Satisfied Are You With Your MOOC? A Research Study About Interaction in Huge Online Courses. Hanan Khalil Journalism and Mass Communication, December 2015, Vol. 5, No. 12, 629-639 doi: 10.17265/2160-6579/2015.12.003 D DAVID PUBLISHING How Satisfied Are You With Your MOOC? A Research Study About Interaction

More information

Software Maintenance

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

More information

EXECUTIVE SUMMARY. TIMSS 1999 International Mathematics Report

EXECUTIVE SUMMARY. TIMSS 1999 International Mathematics Report EXECUTIVE SUMMARY TIMSS 1999 International Mathematics Report S S Executive Summary In 1999, the Third International Mathematics and Science Study (timss) was replicated at the eighth grade. Involving

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

Introduction. 1. Evidence-informed teaching Prelude

Introduction. 1. Evidence-informed teaching Prelude 1. Evidence-informed teaching 1.1. Prelude A conversation between three teachers during lunch break Rik: Barbara: Rik: Cristina: Barbara: Rik: Cristina: Barbara: Rik: Barbara: Cristina: Why is it that

More information

Science Fair Project Handbook

Science Fair Project Handbook Science Fair Project Handbook IDENTIFY THE TESTABLE QUESTION OR PROBLEM: a) Begin by observing your surroundings, making inferences and asking testable questions. b) Look for problems in your life or surroundings

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

Role of Blackboard Platform in Undergraduate Education A case study on physiology learning in nurse major

Role of Blackboard Platform in Undergraduate Education A case study on physiology learning in nurse major I.J. Education and Management Engineering 2012, 5, 31-36 Published Online May 2012 in MECS (http://www.mecs-press.net) DOI: 10.5815/ijeme.2012.05.05 Available online at http://www.mecs-press.net/ijeme

More information

THE WEB 2.0 AS A PLATFORM FOR THE ACQUISITION OF SKILLS, IMPROVE ACADEMIC PERFORMANCE AND DESIGNER CAREER PROMOTION IN THE UNIVERSITY

THE WEB 2.0 AS A PLATFORM FOR THE ACQUISITION OF SKILLS, IMPROVE ACADEMIC PERFORMANCE AND DESIGNER CAREER PROMOTION IN THE UNIVERSITY THE WEB 2.0 AS A PLATFORM FOR THE ACQUISITION OF SKILLS, IMPROVE ACADEMIC PERFORMANCE AND DESIGNER CAREER PROMOTION IN THE UNIVERSITY F. Felip Miralles, S. Martín Martín, Mª L. García Martínez, J.L. Navarro

More information

Speak Up 2012 Grades 9 12

Speak Up 2012 Grades 9 12 2012 Speak Up Survey District: WAYLAND PUBLIC SCHOOLS Speak Up 2012 Grades 9 12 Results based on 130 survey(s). Note: Survey responses are based upon the number of individuals that responded to the specific

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

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

Spring 2015 IET4451 Systems Simulation Course Syllabus for Traditional, Hybrid, and Online Classes

Spring 2015 IET4451 Systems Simulation Course Syllabus for Traditional, Hybrid, and Online Classes Spring 2015 IET4451 Systems Simulation Course Syllabus for Traditional, Hybrid, and Online Classes Instructor: Dr. Gregory L. Wiles Email Address: Use D2L e-mail, or secondly gwiles@spsu.edu Office: M

More information

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Dave Donnellan, School of Computer Applications Dublin City University Dublin 9 Ireland daviddonnellan@eircom.net Claus Pahl

More information

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining

Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Evaluation of Usage Patterns for Web-based Educational Systems using Web Mining Dave Donnellan, School of Computer Applications Dublin City University Dublin 9 Ireland daviddonnellan@eircom.net Claus Pahl

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

DIGITAL GAMING & INTERACTIVE MEDIA BACHELOR S DEGREE. Junior Year. Summer (Bridge Quarter) Fall Winter Spring GAME Credits.

DIGITAL GAMING & INTERACTIVE MEDIA BACHELOR S DEGREE. Junior Year. Summer (Bridge Quarter) Fall Winter Spring GAME Credits. DIGITAL GAMING & INTERACTIVE MEDIA BACHELOR S DEGREE Sample 2-Year Academic Plan DRAFT Junior Year Summer (Bridge Quarter) Fall Winter Spring MMDP/GAME 124 GAME 310 GAME 318 GAME 330 Introduction to Maya

More information

E LEARNING TOOLS IN DISTANCE AND STATIONARY EDUCATION

E LEARNING TOOLS IN DISTANCE AND STATIONARY EDUCATION E LEARNING TOOLS IN DISTANCE AND STATIONARY EDUCATION Michał Krupski 1, Andrzej Cader 2 1 Institute for Distance Education Research, Academy of Humanities and Economics in Lodz, Poland michalk@wshe.lodz.pl

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

Inside the mind of a learner

Inside the mind of a learner Inside the mind of a learner - Sampling experiences to enhance learning process INTRODUCTION Optimal experiences feed optimal performance. Research has demonstrated that engaging students in the learning

More information

Worldwide Online Training for Coaches: the CTI Success Story

Worldwide Online Training for Coaches: the CTI Success Story Worldwide Online Training for Coaches: the CTI Success Story Case Study: CTI (The Coaches Training Institute) This case study covers: Certification Program Professional Development Corporate Use icohere,

More information

Axiom 2013 Team Description Paper

Axiom 2013 Team Description Paper Axiom 2013 Team Description Paper Mohammad Ghazanfari, S Omid Shirkhorshidi, Farbod Samsamipour, Hossein Rahmatizadeh Zagheli, Mohammad Mahdavi, Payam Mohajeri, S Abbas Alamolhoda Robotics Scientific Association

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

EDIT 576 (2 credits) Mobile Learning and Applications Fall Semester 2015 August 31 October 18, 2015 Fully Online Course

EDIT 576 (2 credits) Mobile Learning and Applications Fall Semester 2015 August 31 October 18, 2015 Fully Online Course GEORGE MASON UNIVERSITY COLLEGE OF EDUCATION AND HUMAN DEVELOPMENT INSTRUCTIONAL DESIGN AND TECHNOLOGY PROGRAM EDIT 576 (2 credits) Mobile Learning and Applications Fall Semester 2015 August 31 October

More information

PREP S SPEAKER LISTENER TECHNIQUE COACHING MANUAL

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

More information

Syllabus Foundations of Finance Summer 2014 FINC-UB

Syllabus Foundations of Finance Summer 2014 FINC-UB Syllabus Foundations of Finance Summer 2014 FINC-UB.0002.01 Instructor Matteo Crosignani Office: KMEC 9-193F Phone: 212-998-0716 Email: mcrosign@stern.nyu.edu Office Hours: Thursdays 4-6pm in Altman Room

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

Integrating simulation into the engineering curriculum: a case study

Integrating simulation into the engineering curriculum: a case study Integrating simulation into the engineering curriculum: a case study Baidurja Ray and Rajesh Bhaskaran Sibley School of Mechanical and Aerospace Engineering, Cornell University, Ithaca, New York, USA E-mail:

More information

MGMT 479 (Hybrid) Strategic Management

MGMT 479 (Hybrid) Strategic Management Columbia College Online Campus P a g e 1 MGMT 479 (Hybrid) Strategic Management Late Fall 15/12 October 26, 2015 December 19, 2015 Course Description Culminating experience/capstone course for majors in

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

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

Planning a Webcast. Steps You Need to Master When

Planning a Webcast. Steps You Need to Master When 10 Steps You Need to Master When Planning a Webcast If you are new to the world of webcasts, it is easy to feel overwhelmed when you sit down to plan. If you become lost in all the details, you can easily

More information

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus CS 1103 Computer Science I Honors Fall 2016 Instructor Muller Syllabus Welcome to CS1103. This course is an introduction to the art and science of computer programming and to some of the fundamental concepts

More information

Office Hours: Mon & Fri 10:00-12:00. Course Description

Office Hours: Mon & Fri 10:00-12:00. Course Description 1 State University of New York at Buffalo INTRODUCTION TO STATISTICS PSC 408 4 credits (3 credits lecture, 1 credit lab) Fall 2016 M/W/F 1:00-1:50 O Brian 112 Lecture Dr. Michelle Benson mbenson2@buffalo.edu

More information

Getting Started with Deliberate Practice

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

More information

EXECUTIVE SUMMARY. Online courses for credit recovery in high schools: Effectiveness and promising practices. April 2017

EXECUTIVE SUMMARY. Online courses for credit recovery in high schools: Effectiveness and promising practices. April 2017 EXECUTIVE SUMMARY Online courses for credit recovery in high schools: Effectiveness and promising practices April 2017 Prepared for the Nellie Mae Education Foundation by the UMass Donahue Institute 1

More information

ACTL5103 Stochastic Modelling For Actuaries. Course Outline Semester 2, 2014

ACTL5103 Stochastic Modelling For Actuaries. Course Outline Semester 2, 2014 UNSW Australia Business School School of Risk and Actuarial Studies ACTL5103 Stochastic Modelling For Actuaries Course Outline Semester 2, 2014 Part A: Course-Specific Information Please consult Part B

More information

Motivation to e-learn within organizational settings: What is it and how could it be measured?

Motivation to e-learn within organizational settings: What is it and how could it be measured? Motivation to e-learn within organizational settings: What is it and how could it be measured? Maria Alexandra Rentroia-Bonito and Joaquim Armando Pires Jorge Departamento de Engenharia Informática Instituto

More information

EECS 571 PRINCIPLES OF REAL-TIME COMPUTING Fall 10. Instructor: Kang G. Shin, 4605 CSE, ;

EECS 571 PRINCIPLES OF REAL-TIME COMPUTING Fall 10. Instructor: Kang G. Shin, 4605 CSE, ; EECS 571 PRINCIPLES OF REAL-TIME COMPUTING Fall 10 Instructor: Kang G. Shin, 4605 CSE, 763-0391; kgshin@umich.edu Number of credit hours: 4 Class meeting time and room: Regular classes: MW 10:30am noon

More information

Executive Guide to Simulation for Health

Executive Guide to Simulation for Health Executive Guide to Simulation for Health Simulation is used by Healthcare and Human Service organizations across the World to improve their systems of care and reduce costs. Simulation offers evidence

More information

"On-board training tools for long term missions" Experiment Overview. 1. Abstract:

On-board training tools for long term missions Experiment Overview. 1. Abstract: "On-board training tools for long term missions" Experiment Overview 1. Abstract 2. Keywords 3. Introduction 4. Technical Equipment 5. Experimental Procedure 6. References Principal Investigators: BTE:

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

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

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

CIS 2 Computers and the Internet in Society -

CIS 2 Computers and the Internet in Society - CIS 2 Computers and the Internet in Society - Syllabus FALL 2013 Course: 0469 Department : CIS -002.-62Z Instructor - Valerie Taylor 4.0 Units De Anza College Distance Learning Center. (408) 864-8969.

More information

P. Belsis, C. Sgouropoulou, K. Sfikas, G. Pantziou, C. Skourlas, J. Varnas

P. Belsis, C. Sgouropoulou, K. Sfikas, G. Pantziou, C. Skourlas, J. Varnas Exploiting Distance Learning Methods and Multimediaenhanced instructional content to support IT Curricula in Greek Technological Educational Institutes P. Belsis, C. Sgouropoulou, K. Sfikas, G. Pantziou,

More information

How to make successful presentations in English Part 2

How to make successful presentations in English Part 2 Young Researchers Seminar 2013 Young Researchers Seminar 2011 Lyon, France, June 5-7, 2013 DTU, Denmark, June 8-10, 2011 How to make successful presentations in English Part 2 Witold Olpiński PRESENTATION

More information

A Mobile Audience Response System and Learning Platform for Student Engagement

A Mobile Audience Response System and Learning Platform for Student Engagement A Mobile Audience Response System and Learning Platform for Student Engagement Steve Lampa & Patrick Wilson Department of Integrated Physiology and Neuroscience College of Veterinary Medicine; Washington

More information

Participant Report Form Call 2015 KA1 Mobility of Staff in higher education - Staff mobility for teaching and training activities

Participant Report Form Call 2015 KA1 Mobility of Staff in higher education - Staff mobility for teaching and training activities Participant Report Form Call 2015 KA1 Mobility of Staff in higher education - Staff mobility for teaching and training activities Fields marked with are mandatory. 1 Purpose of the participant report This

More information

Inquiry Learning Methodologies and the Disposition to Energy Systems Problem Solving

Inquiry Learning Methodologies and the Disposition to Energy Systems Problem Solving Inquiry Learning Methodologies and the Disposition to Energy Systems Problem Solving Minha R. Ha York University minhareo@yorku.ca Shinya Nagasaki McMaster University nagasas@mcmaster.ca Justin Riddoch

More information

Prototype Development of Integrated Class Assistance Application Using Smart Phone

Prototype Development of Integrated Class Assistance Application Using Smart Phone Prototype Development of Integrated Class Assistance Application Using Smart Phone Kazuya Murata, Takayuki Fujimoto Graduate School of Engineering, Toyo University Kujirai 2100, Kawagoe-City, Saitama Japan

More information

Nursing Students Conception of Clinical Skills Training Before and After Their First Clinical Placement. Solveig Struksnes RN, MSc Senior lecturer

Nursing Students Conception of Clinical Skills Training Before and After Their First Clinical Placement. Solveig Struksnes RN, MSc Senior lecturer Nursing Students Conception of Clinical Skills Training Before and After Their First Clinical Placement Solveig Struksnes RN, MSc Senior lecturer INTRODUCTION Nursing education in Norway: 50 weeks of clinical

More information

Java Programming. Specialized Certificate

Java Programming. Specialized Certificate What is Java Programming? Java is a high level object oriented programming language developed by Sun Microsystems. Oracle acquired Sun Microsystems in January of 2010 and now owns Java. Java uses the Java

More information

Application of Multimedia Technology in Vocabulary Learning for Engineering Students

Application of Multimedia Technology in Vocabulary Learning for Engineering Students Application of Multimedia Technology in Vocabulary Learning for Engineering Students https://doi.org/10.3991/ijet.v12i01.6153 Xue Shi Luoyang Institute of Science and Technology, Luoyang, China xuewonder@aliyun.com

More information

Using Blackboard.com Software to Reach Beyond the Classroom: Intermediate

Using Blackboard.com Software to Reach Beyond the Classroom: Intermediate Using Blackboard.com Software to Reach Beyond the Classroom: Intermediate NESA Conference 2007 Presenter: Barbara Dent Educational Technology Training Specialist Thomas Jefferson High School for Science

More information

Report on organizing the ROSE survey in France

Report on organizing the ROSE survey in France Report on organizing the ROSE survey in France Florence Le Hebel, florence.le-hebel@ens-lsh.fr, University of Lyon, March 2008 1. ROSE team The French ROSE team consists of Dr Florence Le Hebel (Associate

More information

MAT 122 Intermediate Algebra Syllabus Summer 2016

MAT 122 Intermediate Algebra Syllabus Summer 2016 Instructor: Gary Adams Office: None (I am adjunct faculty) Phone: None Email: gary.adams@scottsdalecc.edu Office Hours: None CLASS TIME and LOCATION: Title Section Days Time Location Campus MAT122 12562

More information

IBCP Language Portfolio Core Requirement for the International Baccalaureate Career-Related Programme

IBCP Language Portfolio Core Requirement for the International Baccalaureate Career-Related Programme IBCP Language Portfolio Core Requirement for the International Baccalaureate Career-Related Programme Name Student ID Year of Graduation Start Date Completion Due Date May 1, 20 (or before) Target Language

More information

Using interactive simulation-based learning objects in introductory course of programming

Using interactive simulation-based learning objects in introductory course of programming Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 46 ( 2012 ) 2276 2280 WCES 2012 Using interactive simulation-based learning objects in introductory course of programming

More information

Biscayne Bay Campus, Marine Science Building (room 250 D)

Biscayne Bay Campus, Marine Science Building (room 250 D) COURSE SYLLABUS BIOLOGY OF MARINE MAMMALS OCB-4303 GENERAL INFORMATION PROFESSOR INFORMATION Instructor: Dr. Jeremy Kiszka Phone: (305) 919-4104 Office: Biscayne Bay Campus, Marine Science Building (room

More information

Pair Programming. Spring 2015

Pair Programming. Spring 2015 CS4 Introduction to Scientific Computing Potter Pair Programming Spring 2015 1 What is Pair Programming? Simply put, pair programming is two people working together at a single computer [1]. The practice

More information

The Moodle and joule 2 Teacher Toolkit

The Moodle and joule 2 Teacher Toolkit The Moodle and joule 2 Teacher Toolkit Moodlerooms Learning Solutions The design and development of Moodle and joule continues to be guided by social constructionist pedagogy. This refers to the idea that

More information

EXECUTIVE SUMMARY. TIMSS 1999 International Science Report

EXECUTIVE SUMMARY. TIMSS 1999 International Science Report EXECUTIVE SUMMARY TIMSS 1999 International Science Report S S Executive Summary In 1999, the Third International Mathematics and Science Study (timss) was replicated at the eighth grade. Involving 41 countries

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

Leveraging MOOCs to bring entrepreneurship and innovation to everyone on campus

Leveraging MOOCs to bring entrepreneurship and innovation to everyone on campus Paper ID #9305 Leveraging MOOCs to bring entrepreneurship and innovation to everyone on campus Dr. James V Green, University of Maryland, College Park Dr. James V. Green leads the education activities

More information

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

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

More information

Classroom Assessment Techniques (CATs; Angelo & Cross, 1993)

Classroom Assessment Techniques (CATs; Angelo & Cross, 1993) Classroom Assessment Techniques (CATs; Angelo & Cross, 1993) From: http://warrington.ufl.edu/itsp/docs/instructor/assessmenttechniques.pdf Assessing Prior Knowledge, Recall, and Understanding 1. Background

More information

Statistical Analysis of Climate Change, Renewable Energies, and Sustainability An Independent Investigation for Introduction to Statistics

Statistical Analysis of Climate Change, Renewable Energies, and Sustainability An Independent Investigation for Introduction to Statistics 5/22/2012 Statistical Analysis of Climate Change, Renewable Energies, and Sustainability An Independent Investigation for Introduction to Statistics College of Menominee Nation & University of Wisconsin

More information

DESIGN, DEVELOPMENT, AND VALIDATION OF LEARNING OBJECTS

DESIGN, DEVELOPMENT, AND VALIDATION OF LEARNING OBJECTS J. EDUCATIONAL TECHNOLOGY SYSTEMS, Vol. 34(3) 271-281, 2005-2006 DESIGN, DEVELOPMENT, AND VALIDATION OF LEARNING OBJECTS GWEN NUGENT LEEN-KIAT SOH ASHOK SAMAL University of Nebraska-Lincoln ABSTRACT A

More information

OPAC and User Perception in Law University Libraries in the Karnataka: A Study

OPAC and User Perception in Law University Libraries in the Karnataka: A Study ISSN 2229-5984 (P) 29-5576 (e) OPAC and User Perception in Law University Libraries in the Karnataka: A Study Devendra* and Khaiser Nikam** To Cite: Devendra & Nikam, K. (20). OPAC and user perception

More information

Preprint.

Preprint. http://www.diva-portal.org Preprint This is the submitted version of a paper presented at Privacy in Statistical Databases'2006 (PSD'2006), Rome, Italy, 13-15 December, 2006. Citation for the original

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

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

Unit 3. Design Activity. Overview. Purpose. Profile

Unit 3. Design Activity. Overview. Purpose. Profile Unit 3 Design Activity Overview Purpose The purpose of the Design Activity unit is to provide students with experience designing a communications product. Students will develop capability with the design

More information

English 195/410A Writing Center Theory and Practice Section 01, TR 4:30-5:45, Douglass 108

English 195/410A Writing Center Theory and Practice Section 01, TR 4:30-5:45, Douglass 108 Dan Melzer Office Phone: 278-6925 Office Hours: 3:00-4:00 Tuesdays or by appointment Fall 2014 Office: Calaveras 151 Email: melzer@csus.edu Class SacCT site: http://online.csus.edu English 195/410A Writing

More information

Mexico (CONAFE) Dialogue and Discover Model, from the Community Courses Program

Mexico (CONAFE) Dialogue and Discover Model, from the Community Courses Program Mexico (CONAFE) Dialogue and Discover Model, from the Community Courses Program Dialogue and Discover manuals are used by Mexican community instructors (young people without professional teacher education

More information

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

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

More information

The Study of Classroom Physical Appearance Effects on Khon Kaen University English Students Learning Outcome

The Study of Classroom Physical Appearance Effects on Khon Kaen University English Students Learning Outcome 724 The Study of Classroom Physical Appearance Effects on Khon Kaen University English Students Learning Outcome Wongvanakit Pat, Khon Kaen University, Thailand Abstract: Many classroom environments on

More information