AN EMPIRICAL APPROACH TO EVALUATE STUDENTS PARTICIPATION IN FREE/OPEN SOURCE SOFTWARE PROJECTS

Size: px
Start display at page:

Download "AN EMPIRICAL APPROACH TO EVALUATE STUDENTS PARTICIPATION IN FREE/OPEN SOURCE SOFTWARE PROJECTS"

Transcription

1 AN EMPIRICAL APPROACH TO EVALUATE STUDENTS PARTICIPATION IN FREE/OPEN SOURCE SOFTWARE PROJECTS Sulayman K. Sowe, Ioannis Stamelos and Lefteris Angelis Department of Informatics, Aristotle University Thessaloniki, Greece Tel: Fax: ABSTRACT Despite the popularity and global adoption of Free/Open Source Software (F/OSS), the implementation of teaching and learning methodologies in the context of traditional software engineering courses is still a novelty. This paper summarizes the approach we used to evaluate the participation of students in a F/OSS teaching and learning framework. The framework was implemented as a pilot study in which students volunteered to participate in software testing in F/OSS projects. The evaluation approach we discuss here is based on (a) students' participation in software testing and (b) results from two online surveys. In the evaluation process we utilized a statistical approach (both descriptive and inferential) we considered appropriate for assessing the students. We hope that our evaluation approach will help us further understand and strengthen empirical and experimental software engineering research in this emerging technology. KEYWORDS Teaching and learning, Software Engineering Education, Software Testing, Open Source Software Projects, Empirical Study. 1. INTRODUCTION As well as being a new style (Bazaar as opposed to Cathedral style [7]) of developing software aided by developments and advances in Internet technologies, Free and Open Source Software (F/OSS) is an emerging and fast evolving teaching and learning process. However, if this context is to survive the digital age and becomes ubiquitous in the future, there needs to be sustained efforts aimed at understanding and developing teaching and evaluation methodologies. There exists great number of empirical studies in F/OSS, but most of the research conducted in this domain has concentrated on the F/OSS development process and communities. The theory of learning underpinning F/OSS is one of constructivism in the sense that participants construct meaning by interacting with the environment in which the knowledge of the domain is not separated from the context in which it applies. F/OSS projects as bazaars of learning [9] offer a meaningful learning context in which students can be exposed to genuine software development activities. Valuing the learning benefits inherent in F/OSS projects and our long term involvement in empirical and experimental software engineering research in F/OSS, we were motivated to run a pilot study in order to provide opportunity for our students to work on what they considered interesting themselves and give them real-world experience in dealing with large projects [9]. The raison d'être for undertaking this pilot study was to (a) assess the feasibility of conducting a full-scale study with our students, (b) develop and test a research method, (c) identify any pitfalls which might occur using the identified research method, and (d) develop a an approach to evaluate students participation in F/OSS project. Because of the limited space, this paper discusses only the latter. 304

2 IADIS International Conference on Cognition and Exploratory Learning in Digital Age (CELDA 2006) 2. RELATED WORK There is great emphasis on pragmatic teaching so that what is learnt benefit students long after graduation. The joint IEEE/ACM curriculum guidelines [4] suggest that CS curricular should incorporate Capstone projects which will give students significant experience in software projects. In this regard, many efforts have been made by involving students in software projects in local companies [1]. However, most companies are not willing to sacrifice their products to students and in most cases students have to complete their assigned projects in one semester. These debacles make it difficult for students to be involved in large and long-term projects [9]. There is increase interest in the F/OSS learning environment [8] and in F/OSS projects as bazaars of learning [9]. F/OSS is both an alternative teaching methodology and an educational model. Computer science students can be involved in meaningful software development activities [9] and get experience in dealing with realistic software systems with large quantities of code written by other people [3]. Many universities have also started teaching F/OSS course [5, 6 (pp.79-88)]. Projects (e.g. Edukalibre) have been lunched to study the transfer of F/OSS practices to the production of educational resources [2] and workshops (e.g. tossad) have started discussing the adoption of F/OSS in education [6]. The work we presented here is one way in which SE educators can transfer the F/OSS methodology to the educational domain. We discuss how to evaluate students participating in software testing in F/OSS projects. 3. BACKGROUND OF THE PILOT STUDY The pilot study was implemented in the Introduction to Software Engineering course (ISE) at the Department of Informatics, Aristotle University, Greece. The study lasted 12.5 weeks with 13 students and 2 lecturers. During the first phase students were introduced to the concept of F/OSS and guided to select projects from Sourceforge.net [10]. Students went through an exploratory session where they browsed through various projects. At the end of this phase, each student prepared a report on the F/OSS projects landscape, giving a brief history and characteristics of the project/s he would like to test in. During the second phase students selected and registered in their projects. Each student sent his/her project name and login details to the lecturer. These were used to track students activities in their projects. Students download the software to be tested and applied various software testing techniques such as smoke tests, functional tests (i.e. based on boundary values), usability tests, etc. Any discovered bug is logged into the project's bug database using standard bug reporting procedure and tools (e.g. Bug Tracking Systems). Where a student was not able to find a bug, he/she could run more tests on the software or select another project to continue testing. Every time a student finds or submitted a bug report, he/she notified the lecturer by . At the end of this phase the students made another presentation detailing their experiences, stating the types of bugs found, how the bugs were found, what they thought caused the bugs, how they reported bugs, what responses, if any, were received from other participants, and any other problems they encountered. In the third phase students made their final fifteen minutes presentation in which they listed: particulars ( , student id), project details (name, login id, website, screenshots), likes and dislikes, future plans in the project/s, and list of testing activities (number of bugs found (bfn), bugs reported (brp), bugs fixed (bfx), and number of replies (rep) received). Students should give the URLs of the variables brp, bfx, and rep so that we can confirm their testing activities. 4. EVALUATION APPROACH At the end of the pilot study we evaluated the students based on (1) the presentations they made in class, (2) their communications with the lecturer, (3) their testing activities. Their opinions and experiences in testing in F/OSS projects were captured in 2 surveys we conducted. Except during phase 1 and during class presentations (which also acted as brainstorming sessions), our only source of contact with the students was through exchanges (135 s in 87days). The evaluation approach we discuss in this paper ONLY cover the evaluation method 3 students testing activities and results of the 2 surveys. 305

3 4.1 Students Testing Activities In evaluating students testing activities, we considered the four variables (bfn, brp, bfx, and rep) Descriptive statistics We used descriptive statistics as the basic feature to describe the data on students testing activities. When combined with simple graphics plots, descriptive statistics form the basis of virtually every quantitative analysis of data and we found this approach useful in providing us simple summaries about our data as shown in Table 1. Table 1. Descriptive statistics of students testing activities bfn brp bfx rep Number of students Mean Median Mode Std. Deviation Sum In total, 13 students tested in 16 F/OSS projects, found 72 bugs, reported 68, fixed 15, and received 43 replies from the F/OSS communities in their projects. The mean values of bugs found and reported per student were 5.54 and 5.23, respectively. These figures show that students reported slightly less bugs than they found, because some of the bugs they found were already reported. Even though students performed well in finding and reporting bugs in their projects, they did not do well in fixing bugs (mean=1.15). This is because students were not required to do any coding Bivariate Correlations Bivariate correlation analysis was performed on the variables. The Pearson correlation coefficient r was computed for all pairs of variables along with its significance p. Table 2. Bivariate correlation computed for the four variables Variables brp bfx rep bfn r p brp r p bfx r.281 p.353 The results (Table 2) show a high correlation (r=0.960, p<0.001) between bfn and brp. The correlation between bfn and rep is also statistically significant (r=0.620, p=0.024). Since not all the bugs found were reported, the most interesting correlation is between brp and rep. This shows the actual interaction between the students and other project participants. The Pearson coefficient for this pair is with p=0.089, indicating a rather moderate correlation. There was a negative correlation between brp and bfx (r=-0.035) which, however, is not statistically significant (p=0.911) Factor analysis In order to investigate further the relation between the four variables we used factor analysis. Factor analysis is able to reveal latent variables or factors that are responsible for the correlation structure of a multivariate dataset. We used the Principal Components Analysis method for factor extraction and the Varimax rotation. The analysis showed that there exist two latent variables that can explain the behavior of the students. The first factor is highly correlated with bfn, brp and to some extend rep, while the other factor is clearly correlated with bfx. The relation between the original variables and the factors (component 1 and 2) extracted are shown in Figure 1(a). The factor scores of each student were estimated by the Anderson-Rubin method and they are plotted in Figure 1 (b). 306

4 IADIS International Conference on Cognition and Exploratory Learning in Digital Age (CELDA 2006) Figure 1. Factor components (a) and Students factor scores (b) From the plot in Figure 1(b), we can see that student 2 has high scores in both factors and this shows an overall good performance. Student 6 has the highest score for factor 1 but low score for factor 2 and this shows a good performance in the three variables (bfn, brp, rep) associated with factor 1. Students 3, 5, 8, 9, 10 and 12 are clustered around the same region. This group has a low to moderate performance in all of their activities. Another interesting grouping is formed by two students (4 and 11) who although they did not perform so well in the variables associated with the factor 1; they have good performance for bfx which is associated with factor Students Experiences and Opinions: Surveys We invited the students via to complete two anonymous online surveys 1. The surveys items were meant to measure the pedagogical value of the study; students' opinions and experiences about software testing in F/OSS projects, and how much they have benefited by contributing and learning from testing in F/OSS projects. Survey 1 was conducted in week 6 and consisted of 21 items. We called it an intervention survey because it allowed us to intervene early and focus attention on difficulties students were having (e.g. ease of finding a project, process of reporting bugs). Survey 2 was conducted in week 13 and consisted of 19 items. The response rate for both surveys was 84.62% (11 out of 13 students). Seven items (Table 3) from survey 1 were repeated in survey 2 so that we could compare students' responses to the common questions and see how their motivation and perception has changed overtime. Table 3. Questions common to both surveys Survey 1 Survey 2 Items/Questions Variables Do you enjoy software testing in F/OSS projects? Q1 Q3 Did you find it easy to get a project to participate in? Q2 Q18 Was it easy to find bugs in the software in your project? Q3 Q5 Was the process of reporting bugs easy? Q4 Q6 Would you have preferred to do other courses in Open Source Software? Q9 Q8 Did you read and understand the bugs others reported in your project? Q10 Q11 Are you considering participating in the project you selected after you graduate? Q20 Q14 For all comparisons, the McNemar test for two related dichotomous variables was used. This test is especially useful for detecting changes in responses between surveys. For every comparison we give the significance of the test (p). From the McNemar test we were able to make the following conclusions: I. ST1Q1 vs ST2Q3: The test revealed no comparison. All 11 students responded "Yes" in both surveys. This means that throughout the pilot study students enjoyed software testing in their projects. 1 and 307

5 II.ST1Q2 vs ST2Q18: In both surveys the answers are the same. There is no statistically significant difference (p=0.549). The students expressed that it was not easy to find a project to participate in. III. ST1Q3 vs ST2Q5: The answers are almost the same. There is no statistically significant difference (p=0.754). Most students found it difficult to find bugs in their software. IV.ST1Q4 vs ST2Q6: There seems to be a statistically significant difference (p=0.039). Even though finding bugs was difficult, most of the students reported the bugs they found with relative ease. However, this was easy at the beginning but became gradually difficult as students could not find new bugs. V.ST1Q9 vs ST2Q8: There is a statistically significant difference (p=0.002). This shows that most of the students would prefer to have their other courses taught using F/OSS methodology. VI.ST1Q10 vs ST2Q11: There is some indication of statistically significant difference (p=0.065). Students expressed that they read and understood bugs others reported in their projects. VII.ST1Q20 vs ST2Q14: There is a statistically significant difference (p=0.008). Towards the end of the pilot study all of the students were considering participating in their projects after they graduate. 5. CONCLUSION In this paper we have presented an approach we used to evaluate students involved in software testing in F/OSS projects. The correlations show how significant one variable is compared to others. Factor analysis was used to reveal latent factors responsible for the correlations in the multivariate dataset. In the surveys McNemar test was used to detect changes in students' responses between items. This evaluation approach is important in the sense that it can be extended and used in a similar study involving larger sample of students. Its strength lies in its ability to reduce the dimensionality of the data and reveal groupings of students' behaviours. Compared to formally structured SE courses in most universities, teaching and learning from F/OSS projects has some peculiar characteristic. For example there is no formal curricular or timetabling structures, students can do their work (software testing) whenever and wherever they want with little or no guidance from the lecturer. Evaluating students performance in such an environment needs further research by SE educators and curriculum designers and implementers. In light of this, our evaluation approach serves as a significant yardstick for future research. REFERENCES 1. Alzamil, Z Towards an effective software engineering course project. In Proceedings of the 27th International Conference on Software Engineering, ACM Press, pp Barahona, J. M., Tebb, C., Dimitrova, V Transferring Libre Software development Practices to the Production of Educational Resources: the Edukalibre Project. In First International Conference on Open Source Systems, Genova, Italy. 3. Carrington, D., Kim, S Teaching Software Engineering Design with Open Source Software, 33rd ASEE/IEEE Frontiers in Education Conference, Nov. 5-8, Boulder, CO. 4. IEEE/ACM Joint Task Force on Computing Curricula, Retrieved November 27, 2005, from 5. German, M. D Experience teaching a graduate course in Open Source Software Engineering. In Proceedings of the first International Conference on Open Source Systems, Genova, pp Ozel, B., Cilingir, B., Erkan, K (Eds.) Towards Open Source Software Adoption. OSS 2006 tossad workshop proceedings, Como, Italy 7. Raymond, S. E The Cathedral and the Bazaar, O'Reilly, Sebastopol, USA. 8. Sowe, S.K., Karoulis, A., Stamelos, I., Bleris. G.L Free/Open Source Software Learning Community and Web-Based Technologies, IEEE Learning Technology Newsletter,Vol.6(1), pp Sowe, S. K., Stamelos, I., Deligiannis, I., A Framework for Teaching Software Testing Using F/OSS Methodology. In IFIP International Federation for Information Processing, Open Source Systems, Vol. 203, pp Sourceforge.net. Available at: 308

STA 225: Introductory Statistics (CT)

STA 225: Introductory Statistics (CT) Marshall University College of Science Mathematics Department STA 225: Introductory Statistics (CT) Course catalog description A critical thinking course in applied statistical reasoning covering basic

More information

VOL. 3, NO. 5, May 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved.

VOL. 3, NO. 5, May 2012 ISSN Journal of Emerging Trends in Computing and Information Sciences CIS Journal. All rights reserved. Exploratory Study on Factors that Impact / Influence Success and failure of Students in the Foundation Computer Studies Course at the National University of Samoa 1 2 Elisapeta Mauai, Edna Temese 1 Computing

More information

Probability and Statistics Curriculum Pacing Guide

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

More information

The Importance of Social Network Structure in the Open Source Software Developer Community

The Importance of Social Network Structure in the Open Source Software Developer Community The Importance of Social Network Structure in the Open Source Software Developer Community Matthew Van Antwerp Department of Computer Science and Engineering University of Notre Dame Notre Dame, IN 46556

More information

Instructor: Mario D. Garrett, Ph.D. Phone: Office: Hepner Hall (HH) 100

Instructor: Mario D. Garrett, Ph.D.   Phone: Office: Hepner Hall (HH) 100 San Diego State University School of Social Work 610 COMPUTER APPLICATIONS FOR SOCIAL WORK PRACTICE Statistical Package for the Social Sciences Office: Hepner Hall (HH) 100 Instructor: Mario D. Garrett,

More information

CONSTRUCTION OF AN ACHIEVEMENT TEST Introduction One of the important duties of a teacher is to observe the student in the classroom, laboratory and

CONSTRUCTION OF AN ACHIEVEMENT TEST Introduction One of the important duties of a teacher is to observe the student in the classroom, laboratory and CONSTRUCTION OF AN ACHIEVEMENT TEST Introduction One of the important duties of a teacher is to observe the student in the classroom, laboratory and in other settings. He may also make use of tests in

More information

Analyzing the Usage of IT in SMEs

Analyzing the Usage of IT in SMEs IBIMA Publishing Communications of the IBIMA http://www.ibimapublishing.com/journals/cibima/cibima.html Vol. 2010 (2010), Article ID 208609, 10 pages DOI: 10.5171/2010.208609 Analyzing the Usage of IT

More information

A Note on Structuring Employability Skills for Accounting Students

A Note on Structuring Employability Skills for Accounting Students A Note on Structuring Employability Skills for Accounting Students Jon Warwick and Anna Howard School of Business, London South Bank University Correspondence Address Jon Warwick, School of Business, London

More information

Research Design & Analysis Made Easy! Brainstorming Worksheet

Research Design & Analysis Made Easy! Brainstorming Worksheet Brainstorming Worksheet 1) Choose a Topic a) What are you passionate about? b) What are your library s strengths? c) What are your library s weaknesses? d) What is a hot topic in the field right now that

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

E-Learning Using Open Source Software in African Universities

E-Learning Using Open Source Software in African Universities E-Learning Using Open Source Software in African Universities Nicholas Mavengere 1, Mikko Ruohonen 1 and Paul Nleya 2 1 School of Information Sciences, University of Tampere, Finland {nicholas.mavengere,

More information

Greek Teachers Attitudes toward the Inclusion of Students with Special Educational Needs

Greek Teachers Attitudes toward the Inclusion of Students with Special Educational Needs American Journal of Educational Research, 2014, Vol. 2, No. 4, 208-218 Available online at http://pubs.sciepub.com/education/2/4/6 Science and Education Publishing DOI:10.12691/education-2-4-6 Greek Teachers

More information

A Coding System for Dynamic Topic Analysis: A Computer-Mediated Discourse Analysis Technique

A Coding System for Dynamic Topic Analysis: A Computer-Mediated Discourse Analysis Technique A Coding System for Dynamic Topic Analysis: A Computer-Mediated Discourse Analysis Technique Hiromi Ishizaki 1, Susan C. Herring 2, Yasuhiro Takishima 1 1 KDDI R&D Laboratories, Inc. 2 Indiana University

More information

BENCHMARK TREND COMPARISON REPORT:

BENCHMARK TREND COMPARISON REPORT: National Survey of Student Engagement (NSSE) BENCHMARK TREND COMPARISON REPORT: CARNEGIE PEER INSTITUTIONS, 2003-2011 PREPARED BY: ANGEL A. SANCHEZ, DIRECTOR KELLI PAYNE, ADMINISTRATIVE ANALYST/ SPECIALIST

More information

ATW 202. Business Research Methods

ATW 202. Business Research Methods ATW 202 Business Research Methods Course Outline SYNOPSIS This course is designed to introduce students to the research methods that can be used in most business research and other research related to

More information

USER ADAPTATION IN E-LEARNING ENVIRONMENTS

USER ADAPTATION IN E-LEARNING ENVIRONMENTS USER ADAPTATION IN E-LEARNING ENVIRONMENTS Paraskevi Tzouveli Image, Video and Multimedia Systems Laboratory School of Electrical and Computer Engineering National Technical University of Athens tpar@image.

More information

Assignment 1: Predicting Amazon Review Ratings

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

More information

UCEAS: User-centred Evaluations of Adaptive Systems

UCEAS: User-centred Evaluations of Adaptive Systems UCEAS: User-centred Evaluations of Adaptive Systems Catherine Mulwa, Séamus Lawless, Mary Sharp, Vincent Wade Knowledge and Data Engineering Group School of Computer Science and Statistics Trinity College,

More information

WHY SOLVE PROBLEMS? INTERVIEWING COLLEGE FACULTY ABOUT THE LEARNING AND TEACHING OF PROBLEM SOLVING

WHY SOLVE PROBLEMS? INTERVIEWING COLLEGE FACULTY ABOUT THE LEARNING AND TEACHING OF PROBLEM SOLVING From Proceedings of Physics Teacher Education Beyond 2000 International Conference, Barcelona, Spain, August 27 to September 1, 2000 WHY SOLVE PROBLEMS? INTERVIEWING COLLEGE FACULTY ABOUT THE LEARNING

More information

Evaluation of Hybrid Online Instruction in Sport Management

Evaluation of Hybrid Online Instruction in Sport Management Evaluation of Hybrid Online Instruction in Sport Management Frank Butts University of West Georgia fbutts@westga.edu Abstract The movement toward hybrid, online courses continues to grow in higher education

More information

Requirements-Gathering Collaborative Networks in Distributed Software Projects

Requirements-Gathering Collaborative Networks in Distributed Software Projects Requirements-Gathering Collaborative Networks in Distributed Software Projects Paula Laurent and Jane Cleland-Huang Systems and Requirements Engineering Center DePaul University {plaurent, jhuang}@cs.depaul.edu

More information

The Contribution of Computer Science Education in a Creative Society

The Contribution of Computer Science Education in a Creative Society The Contribution of Computer Science Education in a Creative Society University of Potsdam Department of Computer Science A.-Bebel-Str. 89 14482 Potsdam, Germany romeike@cs.uni-potsdam.de Abstract. This

More information

Understanding and Interpreting the NRC s Data-Based Assessment of Research-Doctorate Programs in the United States (2010)

Understanding and Interpreting the NRC s Data-Based Assessment of Research-Doctorate Programs in the United States (2010) Understanding and Interpreting the NRC s Data-Based Assessment of Research-Doctorate Programs in the United States (2010) Jaxk Reeves, SCC Director Kim Love-Myers, SCC Associate Director Presented at UGA

More information

Bachelor of Software Engineering: Emerging sustainable partnership with industry in ODL

Bachelor of Software Engineering: Emerging sustainable partnership with industry in ODL Bachelor of Software Engineering: Emerging sustainable partnership with industry in ODL L.S.K. UDUGAMA, JANAKA LIYANAGAMA Faculty of Engineering Technology The Open University of Sri Lanka POBox 21, Nawala,

More information

COURSE SYNOPSIS COURSE OBJECTIVES. UNIVERSITI SAINS MALAYSIA School of Management

COURSE SYNOPSIS COURSE OBJECTIVES. UNIVERSITI SAINS MALAYSIA School of Management COURSE SYNOPSIS This course is designed to introduce students to the research methods that can be used in most business research and other research related to the social phenomenon. The areas that will

More information

Institutional repository policies: best practices for encouraging self-archiving

Institutional repository policies: best practices for encouraging self-archiving Available online at www.sciencedirect.com Procedia - Social and Behavioral Sciences 73 ( 2013 ) 769 776 The 2nd International Conference on Integrated Information Institutional repository policies: best

More information

Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks

Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks Predicting Student Attrition in MOOCs using Sentiment Analysis and Neural Networks Devendra Singh Chaplot, Eunhee Rhim, and Jihie Kim Samsung Electronics Co., Ltd. Seoul, South Korea {dev.chaplot,eunhee.rhim,jihie.kim}@samsung.com

More information

Computational Data Analysis Techniques In Economics And Finance

Computational Data Analysis Techniques In Economics And Finance Computational Data Analysis Techniques In Economics And Finance If searched for a ebook Computational Data Analysis Techniques in Economics and Finance in pdf format, in that case you come on to correct

More information

PIRLS. International Achievement in the Processes of Reading Comprehension Results from PIRLS 2001 in 35 Countries

PIRLS. International Achievement in the Processes of Reading Comprehension Results from PIRLS 2001 in 35 Countries Ina V.S. Mullis Michael O. Martin Eugenio J. Gonzalez PIRLS International Achievement in the Processes of Reading Comprehension Results from PIRLS 2001 in 35 Countries International Study Center International

More information

Systematic reviews in theory and practice for library and information studies

Systematic reviews in theory and practice for library and information studies Systematic reviews in theory and practice for library and information studies Sue F. Phelps, Nicole Campbell Abstract This article is about the use of systematic reviews as a research methodology in library

More information

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

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

More information

Procedia - Social and Behavioral Sciences 237 ( 2017 )

Procedia - Social and Behavioral Sciences 237 ( 2017 ) Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Sciences 237 ( 2017 ) 613 617 7th International Conference on Intercultural Education Education, Health and ICT

More information

Strengthening assessment integrity of online exams through remote invigilation

Strengthening assessment integrity of online exams through remote invigilation Strengthening assessment integrity of online exams through remote invigilation Lesley Sefcik Steve Steyn Michael Baird Connie Price Jon Yorke Steve MacKay Kim Li Should institutions adapt their assessment

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

TIMSS ADVANCED 2015 USER GUIDE FOR THE INTERNATIONAL DATABASE. Pierre Foy

TIMSS ADVANCED 2015 USER GUIDE FOR THE INTERNATIONAL DATABASE. Pierre Foy TIMSS ADVANCED 2015 USER GUIDE FOR THE INTERNATIONAL DATABASE Pierre Foy TIMSS Advanced 2015 orks User Guide for the International Database Pierre Foy Contributors: Victoria A.S. Centurino, Kerry E. Cotter,

More information

On-Line Data Analytics

On-Line Data Analytics International Journal of Computer Applications in Engineering Sciences [VOL I, ISSUE III, SEPTEMBER 2011] [ISSN: 2231-4946] On-Line Data Analytics Yugandhar Vemulapalli #, Devarapalli Raghu *, Raja Jacob

More information

Unit 7 Data analysis and design

Unit 7 Data analysis and design 2016 Suite Cambridge TECHNICALS LEVEL 3 IT Unit 7 Data analysis and design A/507/5007 Guided learning hours: 60 Version 2 - revised May 2016 *changes indicated by black vertical line ocr.org.uk/it LEVEL

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

Empirical research on implementation of full English teaching mode in the professional courses of the engineering doctoral students

Empirical research on implementation of full English teaching mode in the professional courses of the engineering doctoral students Empirical research on implementation of full English teaching mode in the professional courses of the engineering doctoral students Yunxia Zhang & Li Li College of Electronics and Information Engineering,

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

An Evaluation of E-Resources in Academic Libraries in Tamil Nadu

An Evaluation of E-Resources in Academic Libraries in Tamil Nadu An Evaluation of E-Resources in Academic Libraries in Tamil Nadu 1 S. Dhanavandan, 2 M. Tamizhchelvan 1 Assistant Librarian, 2 Deputy Librarian Gandhigram Rural Institute - Deemed University, Gandhigram-624

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 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

A 3D SIMULATION GAME TO PRESENT CURTAIN WALL SYSTEMS IN ARCHITECTURAL EDUCATION

A 3D SIMULATION GAME TO PRESENT CURTAIN WALL SYSTEMS IN ARCHITECTURAL EDUCATION A 3D SIMULATION GAME TO PRESENT CURTAIN WALL SYSTEMS IN ARCHITECTURAL EDUCATION Eray ŞAHBAZ* & Fuat FİDAN** *Eray ŞAHBAZ, PhD, Department of Architecture, Karabuk University, Karabuk, Turkey, E-Mail: eraysahbaz@karabuk.edu.tr

More information

Launching GO 4 Schools as a whole school approach

Launching GO 4 Schools as a whole school approach Launching GO 4 Schools as a whole school approach Claire Moulden, Deputy Head Nicola Moorhouse, Data Manager We are all very proud of our school and our pupils. We care about learning, we care about each

More information

Predicting the Performance and Success of Construction Management Graduate Students using GRE Scores

Predicting the Performance and Success of Construction Management Graduate Students using GRE Scores Predicting the Performance and of Construction Management Graduate Students using GRE Scores Joel Ochieng Wao, PhD, Kimberly Baylor Bivins, M.Eng and Rogers Hunt III, M.Eng Tuskegee University, Tuskegee,

More information

SECTION 12 E-Learning (CBT) Delivery Module

SECTION 12 E-Learning (CBT) Delivery Module SECTION 12 E-Learning (CBT) Delivery Module Linking a CBT package (file or URL) to an item of Set Training 2 Linking an active Redkite Question Master assessment 2 to the end of a CBT package Removing

More information

Empowering Students Learning Achievement Through Project-Based Learning As Perceived By Electrical Instructors And Students

Empowering Students Learning Achievement Through Project-Based Learning As Perceived By Electrical Instructors And Students Edith Cowan University Research Online EDU-COM International Conference Conferences, Symposia and Campus Events 2006 Empowering Students Learning Achievement Through Project-Based Learning As Perceived

More information

Theory of Probability

Theory of Probability Theory of Probability Class code MATH-UA 9233-001 Instructor Details Prof. David Larman Room 806,25 Gordon Street (UCL Mathematics Department). Class Details Fall 2013 Thursdays 1:30-4-30 Location to be

More information

Conceptual and Procedural Knowledge of a Mathematics Problem: Their Measurement and Their Causal Interrelations

Conceptual and Procedural Knowledge of a Mathematics Problem: Their Measurement and Their Causal Interrelations Conceptual and Procedural Knowledge of a Mathematics Problem: Their Measurement and Their Causal Interrelations Michael Schneider (mschneider@mpib-berlin.mpg.de) Elsbeth Stern (stern@mpib-berlin.mpg.de)

More information

Mapping the Assets of Your Community:

Mapping the Assets of Your Community: Mapping the Assets of Your Community: A Key component for Building Local Capacity Objectives 1. To compare and contrast the needs assessment and community asset mapping approaches for addressing local

More information

English for Specific Purposes World ISSN Issue 34, Volume 12, 2012 TITLE:

English for Specific Purposes World ISSN Issue 34, Volume 12, 2012 TITLE: TITLE: The English Language Needs of Computer Science Undergraduate Students at Putra University, Author: 1 Affiliation: Faculty Member Department of Languages College of Arts and Sciences International

More information

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

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

More information

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

AGS THE GREAT REVIEW GAME FOR PRE-ALGEBRA (CD) CORRELATED TO CALIFORNIA CONTENT STANDARDS

AGS THE GREAT REVIEW GAME FOR PRE-ALGEBRA (CD) CORRELATED TO CALIFORNIA CONTENT STANDARDS AGS THE GREAT REVIEW GAME FOR PRE-ALGEBRA (CD) CORRELATED TO CALIFORNIA CONTENT STANDARDS 1 CALIFORNIA CONTENT STANDARDS: Chapter 1 ALGEBRA AND WHOLE NUMBERS Algebra and Functions 1.4 Students use algebraic

More information

Success Factors for Creativity Workshops in RE

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

More information

AP Statistics Summer Assignment 17-18

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

More information

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

Mathematical learning difficulties Long introduction Part II: Assessment and Interventions

Mathematical learning difficulties Long introduction Part II: Assessment and Interventions Mathematical learning difficulties Long introduction Part II: Assessment and Interventions Professor, Special Education University of Helsinki, Finland Professor II, Special Education University of Oslo,

More information

The IDN Variant Issues Project: A Study of Issues Related to the Delegation of IDN Variant TLDs. 20 April 2011

The IDN Variant Issues Project: A Study of Issues Related to the Delegation of IDN Variant TLDs. 20 April 2011 The IDN Variant Issues Project: A Study of Issues Related to the Delegation of IDN Variant TLDs 20 April 2011 Project Proposal updated based on comments received during the Public Comment period held from

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

MPA Internship Handbook AY

MPA Internship Handbook AY MPA Internship Handbook AY 2017-2018 Introduction The primary purpose of the MPA internship is to provide students with a meaningful experience in which they can apply what they have learned in the classroom

More information

DESIGN-BASED LEARNING IN INFORMATION SYSTEMS: THE ROLE OF KNOWLEDGE AND MOTIVATION ON LEARNING AND DESIGN OUTCOMES

DESIGN-BASED LEARNING IN INFORMATION SYSTEMS: THE ROLE OF KNOWLEDGE AND MOTIVATION ON LEARNING AND DESIGN OUTCOMES DESIGN-BASED LEARNING IN INFORMATION SYSTEMS: THE ROLE OF KNOWLEDGE AND MOTIVATION ON LEARNING AND DESIGN OUTCOMES Joycelyn Streator Georgia Gwinnett College j.streator@ggc.edu Sunyoung Cho Georgia Gwinnett

More information

Model of Lesson Study Approach during Micro Teaching

Model of Lesson Study Approach during Micro Teaching International Education Studies; Vol. 7, No. 13; 2014 ISSN 1913-9020 E-ISSN 1913-9039 Published by Canadian Center of Science and Education Model of Lesson Study Approach during Micro Teaching Zanaton

More information

Automating Outcome Based Assessment

Automating Outcome Based Assessment Automating Outcome Based Assessment Suseel K Pallapu Graduate Student Department of Computing Studies Arizona State University Polytechnic (East) 01 480 449 3861 harryk@asu.edu ABSTRACT In the last decade,

More information

Using Eggen & Kauchak, Educational Psychology: Windows on Classrooms for the Illinois Certification Testing System Examinations

Using Eggen & Kauchak, Educational Psychology: Windows on Classrooms for the Illinois Certification Testing System Examinations Using Eggen & Kauchak, Educational Psychology: Windows on Classrooms for the Illinois Certification Testing System Examinations Introduction The Illinois State Board of Education requires that prospective

More information

Idsall External Examinations Policy

Idsall External Examinations Policy Idsall External Examinations Policy Sponsorship & Review 1 Sponsor Mr D Crichton, Deputy Headteacher 2 Written and Approved October 2014 3 Next Review Date October 2016 This policy should be read in conjunction

More information

International Conference on Current Trends in ELT

International Conference on Current Trends in ELT Available online at www.sciencedirect.com ScienceDirect Procedia - Social and Behavioral Scien ce s 98 ( 2014 ) 52 59 International Conference on Current Trends in ELT Pragmatic Aspects of English for

More information

Practical Research. Planning and Design. Paul D. Leedy. Jeanne Ellis Ormrod. Upper Saddle River, New Jersey Columbus, Ohio

Practical Research. Planning and Design. Paul D. Leedy. Jeanne Ellis Ormrod. Upper Saddle River, New Jersey Columbus, Ohio SUB Gfittingen 213 789 981 2001 B 865 Practical Research Planning and Design Paul D. Leedy The American University, Emeritus Jeanne Ellis Ormrod University of New Hampshire Upper Saddle River, New Jersey

More information

Specification of the Verity Learning Companion and Self-Assessment Tool

Specification of the Verity Learning Companion and Self-Assessment Tool Specification of the Verity Learning Companion and Self-Assessment Tool Sergiu Dascalu* Daniela Saru** Ryan Simpson* Justin Bradley* Eva Sarwar* Joohoon Oh* * Department of Computer Science ** Dept. of

More information

CSC200: Lecture 4. Allan Borodin

CSC200: Lecture 4. Allan Borodin CSC200: Lecture 4 Allan Borodin 1 / 22 Announcements My apologies for the tutorial room mixup on Wednesday. The room SS 1088 is only reserved for Fridays and I forgot that. My office hours: Tuesdays 2-4

More information

AC : PREPARING THE ENGINEER OF 2020: ANALYSIS OF ALUMNI DATA

AC : PREPARING THE ENGINEER OF 2020: ANALYSIS OF ALUMNI DATA AC 2012-2959: PREPARING THE ENGINEER OF 2020: ANALYSIS OF ALUMNI DATA Irene B. Mena, Pennsylvania State University, University Park Irene B. Mena has a B.S. and M.S. in industrial engineering, and a Ph.D.

More information

UNIVERSITY LEVEL GIMP ONLINE COURSE - FACULTY OF TEACHER EDUCATION (ICT COURSE)

UNIVERSITY LEVEL GIMP ONLINE COURSE - FACULTY OF TEACHER EDUCATION (ICT COURSE) MIPRO 2010, May 24-28, 2010, Opatija, Croatia UNIVERSITY LEVEL GIMP ONLINE COURSE - FACULTY OF TEACHER EDUCATION (ICT COURSE) Krunoslav Bedi Graditeljska škola akovec (School of Building and Crafts) Športska

More information

School Size and the Quality of Teaching and Learning

School Size and the Quality of Teaching and Learning School Size and the Quality of Teaching and Learning An Analysis of Relationships between School Size and Assessments of Factors Related to the Quality of Teaching and Learning in Primary Schools Undertaken

More information

Quantitative Research Questionnaire

Quantitative Research Questionnaire Quantitative Research Questionnaire Surveys are used in practically all walks of life. Whether it is deciding what is for dinner or determining which Hollywood film will be produced next, questionnaires

More information

Lecture 1: Machine Learning Basics

Lecture 1: Machine Learning Basics 1/69 Lecture 1: Machine Learning Basics Ali Harakeh University of Waterloo WAVE Lab ali.harakeh@uwaterloo.ca May 1, 2017 2/69 Overview 1 Learning Algorithms 2 Capacity, Overfitting, and Underfitting 3

More information

Word Segmentation of Off-line Handwritten Documents

Word Segmentation of Off-line Handwritten Documents Word Segmentation of Off-line Handwritten Documents Chen Huang and Sargur N. Srihari {chuang5, srihari}@cedar.buffalo.edu Center of Excellence for Document Analysis and Recognition (CEDAR), Department

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

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

MSW POLICY, PLANNING & ADMINISTRATION (PP&A) CONCENTRATION

MSW POLICY, PLANNING & ADMINISTRATION (PP&A) CONCENTRATION MSW POLICY, PLANNING & ADMINISTRATION (PP&A) CONCENTRATION Overview of the Policy, Planning, and Administration Concentration Policy, Planning, and Administration Concentration Goals and Objectives Policy,

More information

Towards a Collaboration Framework for Selection of ICT Tools

Towards a Collaboration Framework for Selection of ICT Tools Towards a Collaboration Framework for Selection of ICT Tools Deepak Sahni, Jan Van den Bergh, and Karin Coninx Hasselt University - transnationale Universiteit Limburg Expertise Centre for Digital Media

More information

Summarize The Main Ideas In Nonfiction Text

Summarize The Main Ideas In Nonfiction Text Summarize The Main Ideas In Free PDF ebook Download: Summarize The Main Ideas In Download or Read Online ebook summarize the main ideas in nonfiction text in PDF Format From The Best User Guide Database

More information

Probability estimates in a scenario tree

Probability estimates in a scenario tree 101 Chapter 11 Probability estimates in a scenario tree An expert is a person who has made all the mistakes that can be made in a very narrow field. Niels Bohr (1885 1962) Scenario trees require many numbers.

More information

THE EFFECTS OF TEACHING THE 7 KEYS OF COMPREHENSION ON COMPREHENSION DEBRA HENGGELER. Submitted to. The Educational Leadership Faculty

THE EFFECTS OF TEACHING THE 7 KEYS OF COMPREHENSION ON COMPREHENSION DEBRA HENGGELER. Submitted to. The Educational Leadership Faculty 7 Keys to Comprehension 1 RUNNING HEAD: 7 Keys to Comprehension THE EFFECTS OF TEACHING THE 7 KEYS OF COMPREHENSION ON COMPREHENSION By DEBRA HENGGELER Submitted to The Educational Leadership Faculty Northwest

More information

Experience and Innovation Factory: Adaptation of an Experience Factory Model for a Research and Development Laboratory

Experience and Innovation Factory: Adaptation of an Experience Factory Model for a Research and Development Laboratory Experience and Innovation Factory: Adaptation of an Experience Factory Model for a Research and Development Laboratory Full Paper Attany Nathaly L. Araújo, Keli C.V.S. Borges, Sérgio Antônio Andrade de

More information

On-the-Fly Customization of Automated Essay Scoring

On-the-Fly Customization of Automated Essay Scoring Research Report On-the-Fly Customization of Automated Essay Scoring Yigal Attali Research & Development December 2007 RR-07-42 On-the-Fly Customization of Automated Essay Scoring Yigal Attali ETS, Princeton,

More information

Outreach Connect User Manual

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

More information

Activities, Exercises, Assignments Copyright 2009 Cem Kaner 1

Activities, Exercises, Assignments Copyright 2009 Cem Kaner 1 Patterns of activities, iti exercises and assignments Workshop on Teaching Software Testing January 31, 2009 Cem Kaner, J.D., Ph.D. kaner@kaner.com Professor of Software Engineering Florida Institute of

More information

Scholastic Leveled Bookroom

Scholastic Leveled Bookroom Scholastic Leveled Bookroom Aligns to Title I, Part A The purpose of Title I, Part A Improving Basic Programs is to ensure that children in high-poverty schools meet challenging State academic content

More information

Probabilistic Latent Semantic Analysis

Probabilistic Latent Semantic Analysis Probabilistic Latent Semantic Analysis Thomas Hofmann Presentation by Ioannis Pavlopoulos & Andreas Damianou for the course of Data Mining & Exploration 1 Outline Latent Semantic Analysis o Need o Overview

More information

HEPCLIL (Higher Education Perspectives on Content and Language Integrated Learning). Vic, 2014.

HEPCLIL (Higher Education Perspectives on Content and Language Integrated Learning). Vic, 2014. HEPCLIL (Higher Education Perspectives on Content and Language Integrated Learning). Vic, 2014. Content and Language Integration as a part of a degree reform at Tampere University of Technology Nina Niemelä

More information

KAHNAWÀ: KE EDUCATION CENTER P.O BOX 1000 KAHNAW À:KE, QC J0L 1B0 Tel: Fax:

KAHNAWÀ: KE EDUCATION CENTER P.O BOX 1000 KAHNAW À:KE, QC J0L 1B0 Tel: Fax: KAHNAWÀ: KE EDUCATION CENTER P.O BOX 1000 KAHNAW À:KE, QC J0L 1B0 Tel: 450 632-8770 Fax: 450 632-8042 JOB DESCRIPTION SPECIAL EDUCATION TEACHER ASSISTANT August 2013 SUMMARY DESCRIPTION: The teacher assistant,

More information

(Includes a Detailed Analysis of Responses to Overall Satisfaction and Quality of Academic Advising Items) By Steve Chatman

(Includes a Detailed Analysis of Responses to Overall Satisfaction and Quality of Academic Advising Items) By Steve Chatman Report #202-1/01 Using Item Correlation With Global Satisfaction Within Academic Division to Reduce Questionnaire Length and to Raise the Value of Results An Analysis of Results from the 1996 UC Survey

More information

Birzeit University Experience in Designing, Developing and Delivering e-enabled e enabled Courses

Birzeit University Experience in Designing, Developing and Delivering e-enabled e enabled Courses Birzeit University Experience in Designing, Developing and Delivering e-enabled e enabled Courses Jericho 10-11 11 February,2006 Dr. Wasel Ghanem, Birzeit University ghanem@birzeit.edu E- enabled Approach-

More information

Handbook for Graduate Students in TESL and Applied Linguistics Programs

Handbook for Graduate Students in TESL and Applied Linguistics Programs Handbook for Graduate Students in TESL and Applied Linguistics Programs Section A Section B Section C Section D M.A. in Teaching English as a Second Language (MA-TESL) Ph.D. in Applied Linguistics (PhD

More information

An Empirical Analysis of the Effects of Mexican American Studies Participation on Student Achievement within Tucson Unified School District

An Empirical Analysis of the Effects of Mexican American Studies Participation on Student Achievement within Tucson Unified School District An Empirical Analysis of the Effects of Mexican American Studies Participation on Student Achievement within Tucson Unified School District Report Submitted June 20, 2012, to Willis D. Hawley, Ph.D., Special

More information

Personal Tutoring at Staffordshire University

Personal Tutoring at Staffordshire University Personal Tutoring at Staffordshire University Staff Guidelines 1 Contents Introduction 3 Staff Development for Personal Tutors 3 Roles and responsibilities of personal tutors 3 Frequency of meetings 4

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

Application of Virtual Instruments (VIs) for an enhanced learning environment

Application of Virtual Instruments (VIs) for an enhanced learning environment Application of Virtual Instruments (VIs) for an enhanced learning environment Philip Smyth, Dermot Brabazon, Eilish McLoughlin Schools of Mechanical and Physical Sciences Dublin City University Ireland

More information