Does like seek like?: The formation of working groups in a programming project

DOES LIKE SEEK LIKE?: THE FORMATION OF WORKING GROUPS IN A PROGRAMMING PROJECT

Eduard Sanou Gozalo, Antoni Hernández-Fernández, Marta Arias, Ramon Ferrer-i-Cancho

Universitat Politècnica de Catalunya (Spain)

Received November 2016

Accepted February 2017

Abstract

In a course of the degree of computer science, the programming project has changed from individual to teamed work, tentatively in couples (pair programming). Students have full freedom to team up with minimum intervention from teachers. The analysis of the working groups made indicates that students do not tend to associate with students with a similar academic performance, perhaps because general cognitive parameters do not drive the choice of academic partners. Pair programming seems to give great results, so the efforts of future research in this field should focus precisely on how these pairs are formed, underpinning the mechanisms of human social interactions.

 

 

Keywords – Group formation, Work in pairs, Pair programming, Teaching computer science, Degree in computer science.

 

----------

 

    1. 1. Introduction

Pair programming (programming in couples) has been the subject of several studies arguing that this way of coding improves communication and team working skills, given a minimum temporal investment, in addition to reducing errors in programming and improving the quality of the generated code (Cockburn & Williams, 2001; Hughes, 2015). Pair programming has been researched and practiced as an optimal choice for learning and teaching programming at diverse educational stages (Hughes, 2015; Williams & Kessler, 2003 for a review). The question remains: is there an optimal way to form pairs? How can we pair couples in order to improve the learning of programming?  

The formation of homogeneous or heterogeneous work groups is a classic problem in science education (Esposito, 1973), a central topic in cooperative learning (Ashman & Gillies, 2003). It has even been theoretically modeled in recent data mining approaches applied to education (Bahargam, Erdös, Bestavros & Terzi, 2015). Unfortunately, its relevance is often forgotten in theoretical learning models (Novikoff, Kleinberg & Strogatz, 2012).

On the other hand, when given the freedom to choose, how do people decide who to partner with? In Psychology and Cognitive Science, the problem of social decision making has been studied from different perspectives, ranging from selecting sexual partners to product purchase. Both emotional and rational factors are usually taken into account (Hsee & Hastie, 2006, for a review), and, in general, it is well known that we tend to associate with humans with similar characteristics to our own, even genetically (Rushton, 1989; Fowler, Settleb & Christakis, 2011). 

What happens in our classroom, then? When our students work in groups, do they select a friend as their partner, or a classmate who will help them improve their grade? Or, taking this even further, are we generally friends with people who are similar to us?

In this study, we analyze empirical team formation data from a programming course of a degree in computer science in our University in the context of current educational neuroscience research. In particular, we explore whether academic factors play a role in the selection of partner in pair programming.



1.1. Team formation in pair programming

In a subject of our degree in computer science (Programming 2, see next section), the programming project changed recently from individual to team work (where teams are generally formed by two members), with the idea of exploiting the potential benefits of pair programming (Hughes, 2015; Williams & Kessler, 2003). In fact, the initial purpose of this change was to give the students the opportunity to practice their team work skills and to develop the communication skills that this entails, following the framework and guidelines of the European Higher Education Area (De Miguel, 2006). This framework promotes team work as a core and transversal competency all graduating students should have (González & Wagenaar, 2003).

Previous to changing the programming project from individual to team work, the teaching staff debated possible advantages and disadvantages of this change and, in particular, whether teams should be selected by teachers (direct educational intervention) or freedom of choice should be given to students, considering the educational literature background on group formation (McClure, 1990). Teachers even considered the possibility of using group formation software (Gogoulou, Gouli, Boas, Liakou & Grigoriadou, 2007) and the multiple aspects of cooperative learning (Dillenbourg, 1999; Inaba, Supnithi, Ikeda, Mizoguchi & Toyoda, 2000).

It is possible that, when given complete freedom of choice, students would tend to partner with colleagues of opposite academic performance, known in sociology as "disassortative mixing" (Newman, 2010). On the one hand, this type of partnership could be a handicap for students of superior performance: they would probably have to do more work than the work needed when teaming with a student of similar capabilities. Also, they would run the risk of getting lower grades than what would be achieved individually or with a better partner. On the other hand, in disassortative mixing the student with lower performance would be more likely to obtain a better grade than the one achieved individually, and at the same time benefit from the peer learning opportunity thanks to the collaboration with a partner with higher capacities.

However, it could also happen that students team up in a natural way with students of similar academic performance, which would constitute a clear example of "assortative mixing" (Newman, 2010).

In this study, we analyze whether students’ cognitive skills determine team formation in pair programming, considering previous academic achievements in the same course as an indicator of the general cognitive skills of our students. As we will see in the following sections, teams from our study are not generally formed by students of similar performance (at least not in a statistically significant manner), which stands in clear contrast to previous related work (Fowler et al., 2011).



2. Methodology

Our data corresponds to the 2015 spring semester of the Programming 2 (PRO2) course, the first in which the programming project of computer science was done in teams. The rest of evaluation assessments that we have of PRO2 are individual: there is an exam prior to the formation of the teams, then two theory tests, and a final exam of the programming project.

Our students are divided into different theory groups and each theory group is then divided into four laboratory subgroups (with a different teacher assigned to each subgroup).  In the semester reviewed we had 288 students divided into 20 subgroups of laboratory. Students had total freedom to form teams with other students within the same laboratory subgroup; in principle they could not form teams with members of different subgroups.

For simplicity, teams not formed by two students (that means, “teams” formed by one or three students) and its members have been excluded from our analysis, leaving finally the statistical sample in 129 pairs and therefore 258 students. We compute similarity measures based on the grades obtained in the exams and tests; students with missing grades (not presented) have been excluded. Our final sample contains 105 pairs (210 students).

Laboratory subgroups are codified with two digits, xy, where x is the (theory) group number and y the (lab) subgroup number. In our school, the order of registration into groups is determined by the previous course’s grades; after that students occupy subgroups in order of increasing y. The relationship between y and the final grades can be seen in Figure 1.



 

Figure 1.  Mean final grades (0-10 point scale) of the students of Programming 2 (PRO2) in the spring semester (2015) classified by the laboratory of computer science subgroup. Laboratory subgroups are codified with two digits, xy, where x is the (theory) group number and y the (lab) subgroup number (thus subgroup 24 means that the students belongs to the theory group number 2 and to the 4th lab subgroup)



In order to test our hypothesis, we define the similarity parameter S as the average of the similarity between grades of the members of a couple. The latter is defined as the cosine similarity between vectors of individual grades of each member of the couple. As null hypothesis, we employ pairs formed at random involving the same pool of students but with the restriction that the members of the random couple must be in the same original subgroup. The reason to do that is that the subgroups tend to include students with similar academic performance (due to the order of registration in PRO2) and, therefore, students in the same group of the laboratory could have similar grades (Figure 1). To find out whether the value of S is significantly high we have estimated the p-value (unilateral test) using a Monte Carlo test with 10000 replicas.

In addition to the control with random pairs, we consider yet another control that consists of forming pairs following the ranking of students’ performance (average grades) inside each subgroup: thus, the first pair of this second control are the two students with the highest-grade average, the second couple are the third and the fourth student with highest grades, and so on.



3. Results

We find that if the vector of grades contains all the grades obtained in the course, then S is significantly high (S=0.8112, p-value=0.02). However, if the vector of grades contains only the laboratory exam and the two theory tests, or just the two theory tests (that is to say, in fact, that we eliminate the programming project exam), we cannot reject the null hypothesis: S=0.8971 (p-value=0.38) and S=0.8289 (p-value=0.31), respectively. Figure 2 shows the distribution of S in real pairs versus pairs generated at random.



 

Figure 2.  Histograms of S, the average similarity between the grades of the members of the couples. The latter is defined as the cosine similarity between vectors of individual grades of each student of the couple. Students come from the spring semester (2015) edition of the course Programming 2 (PRO2). The comparison consists of: random pairs excluding the scores of the practical exam (upper left panel), real pairs excluding the scores of the practical exam (upper right panel), random pairs including these scores (bottom left panel) and real pairs including these scores again (bottom right panel)



This result suggests that the programming project exam (this exam assesses the team work but using an individual test) is the responsible of the high values of S in our first analysis. We cannot claim that our students choose partners following academic factors. What we see is, in fact, that teamwork has a balancing effect in the grades of the members of each pair because the programming project exam is included. Figure 2 explains this phenomenon: when the programming project exam is included, the density of probability is shifted to high values of S in real pairs, while this shift goes in the opposite direction in random pairs.

If we consider all the grades except the collaborative programming project, we get that the parameter S of similarity between the students is closer to the control group of pairs generated by grade ranking (S=0.8112 versus S=0.8323) than to the control of random couples (S=0.7828). On the other hand, if we eliminate the programming project exam from the grades considered, we arrive at a different result: the parameter of similarity between the students S is closer to that of random couples  (S = 0.8289 versus S=0.8224) than to grade ranking couples (S=0.8617). Thus, after eliminating the grade responsible for obtaining higher similarity values among pairs, results seem to indicate that students do not team up taking into consideration their previous academic background.



4. Conclusions

Our results suggest that students do not show neither assortative nor disassortative mixing guided by their academic background (Newman, 2010) contrary to what it could be expected a priori (Fowler et al., 2011; McClure, 1990). However, we cannot exclude the possibility that our data does not allow us to see academic preferences that really exist between students. We see two possible reasons for this: first, because pairs among different subgroups are prohibited and, secondly, because students are in fact ordered into subgroups by similar academic performance (because of the fact that registration order is given by previous academic performance). This registration order policy could in fact be preventing that possible cognitive preferences or academic biases emerge in the natural formation of groups.

Further research is necessary in pair programming. The advances in the knowledge of brain structure will surely make a new science of learning possible (Tokuhama-Espinosa, 2010), which allow us to understand in depth the implications of the new cognitive paradigm of the so-called neuroeducation (Nouri & Mehrmohammadi, 2012). Neuroscientists are just finding out what brain mechanisms underlie the process of education and how it operates, mainly guided by the social basis of our psychology (Meltzoff, Kuhl, Movellan & Sejnowski, 2009), which would explain the potential of collaborative learning and pair programming (Williams & Kessler, 2003). Thus, team formation emerges as a central topic of research, especially now that collaborative learning is ubiquitous in our schools.

We believe that, given that pair programming seems to give great results, the efforts of future educational research in this field should focus primarily on how these couples are formed, something that is particularly crucial in the educational context of pair programming (Williams & Kessler, 2003). Therefore, in future work, we should consider alternative parameters guiding team formation without teacher intervention, in order to understand and achieve optimal effectiveness of couples or teams (Oakley, Felder, Brent & Elhajj, 2004) in pair programming (Hughes, 2015) in our classrooms.



Acknowledgments

The authors thank Ignacio de Corral, Joan Domingo and the reviewers for their helpful comments. This research work has been supported by the SGR2014-890 (MACDA) project of the Generalitat de Catalunya, and MINECO project APCOM (TIN2014-57226-P).



References

Ashman, A., & Gillies, R. (2003). Cooperative Learning: The Social and Intellectual Outcomes of Learning in Groups. New York: Taylor & Francis.

Bahargam, S., Erdös, D., Bestavros, A., & Terzi, E. (2015). Personalized Education; Solving a Group Formation and Scheduling Problem for Educational Content. Proceedings of the 8th International Conference on Educational Data Mining, EDM 2015, Madrid 2015. Retrieved from: http://www.educationaldatamining.org/EDM2015/uploads/papers/paper_162.pdf. (Last access date: February 8th, 2017).

Cockburn, A., & Williams, L. (2001). The costs and benefits of pair programming. In: Source the XP Series archive. Extreme programming examined book contents (pp. 223-243). Boston: Addison-Wesley Longman Publishing Co.

De Miguel, M. (Dir.) (2006). Modalidades de enseñanza centradas en el desarrollo de competencias: Orientaciones para promover el cambio metodológico en el espacio europeo de educación superior. Oviedo: Ediciones Oviedo Universidad. Retrieved from (in Spanish):         http://www.uvic.es/sites/default/files/Ensenanza_para_competencias.PDF (Last access date: February 8th, 2017).

Dillenbourg, P. (1999). What do you mean by collaborative learning?. In Dillenbourg P. (eds), Collaborative learning: Cognitive and Computational Approaches (pp. 1-19). Oxford: Elsevier.

Esposito, D. (1973). Homogeneous and heterogeneous ability grouping: Principal findings and implications for evaluating and designing more effective educational environments. Review of Educational Research, 43(2), 163-179. https://doi.org/10.3102/00346543043002163

Fowler, J., Settleb, J., & Christakis, N.A. (2011). Correlated genotypes in friendship networks. Proceedings of the National Academy of Sciences, 108(5), 1993-1997. https://doi.org/10.1073/pnas.1011687108

Gogoulou, A., Gouli, E., Boas, G., Liakou, E., & Grigoriadou, M. (2007). Forming Homogeneous, Heterogeneous and Mixed Groups of Learners. In P. Brusilovsky, M. Grigoriadou, K. Papanikolaou (Eds.), Proceedings of Workshop on Personalisation in E-Learning Environments at Individual and Group Level, 11th International Conference on User Modeling, 2007, pp. 33-40.

González, J., & Wagenaar, R. (2003). Tuning Educational Structures in Europe. Bilbao: Universidad de Deusto Ediciones.

Hsee, C.K., & Hastie, R. (2006).  Decision and Experience: Why Don't We Choose What Makes Us Happy?. Trends in Cognitive Sciences, 10(1), 31-37. https://doi.org/10.1016/j.tics.2005.11.007

Hughes, J. (2015).  Pair programming. Course notes in Integrated Introduction to Computer Science, CS17. Retrieved from: http://cs.brown.edu/courses/csci0170/content/docs/pair-programming.pdf (Last access date: February 8th, 2017).

Inaba, A., Supnithi, T., Ikeda, M., Mizoguchi, R., & Toyoda, J. (2000). How Can We Form Effective Collaborative Learning Groups?. In Proceedings of the 5th International Conference on Intelligent Tutoring Systems (ITS 2000), Lecture Notes in Computer Science, Vol. 1839, London: Springer-Verlag, 282-291. https://doi.org/10.1007/3-540-45108-0_32

McClure, B.A. (1990). The group mind: Generative and regressive groups. Journal for Specialists in Group Work, 15, 159-170. https://doi.org/10.1080/01933929008411926

Meltzoff, A.N., Kuhl, P.K., Movellan, J., & Sejnowski, T.J. (2009). Foundations for a new science of learning. Science, 325, 284-288. https://doi.org/10.1126/science.1175626

Newman, M.E. (2010). Networks. An introduction. Oxford: Oxford University Press. https://doi.org/10.1093/acprof:oso/9780199206650.001.0001

Nouri, A., & Mehrmohammadi, M. (2012).  Defining the Boundaries for Neuroeducation as a Field of Study. Educational Research Journal, 27(1 & 2). Retrieved from: http://hkier.fed.cuhk.edu.hk/journal/wp-content/uploads/2013/11/erj_v27n1-2_1-25.pdf (Last access date: February 8th, 2017).

Novikoff, T.P., Kleinberg, J.M., & Strogatz, S.H. (2012). Education of a model student. Proceedings of the National Academy of Sciences, 109(6), 1868-1873. https://doi.org/10.1073/pnas.1109863109

Oakley, B., Felder, R.M., Brent, R., & Elhajj, I. (2004). Turning Student Groups into Effective Teams.  Journal of Student Centered Learning, 2(1), 9-34. Retrieved from:        http://www4.ncsu.edu/unity/lockers/users/f/felder/public/Papers/Oakley-paper(JSCL).pdf (Last access date: February 8th, 2017).

Rushton, J.P. (1989). Genetic similarity, human altruism, and group selection. Behavioral and Brain Sciences, 12, 503-559. https://doi.org/10.1017/S0140525X00057320

Tokuhama-Espinosa, T. (2010). The new science of teaching and learning: Using the best of mind, brain, and education science in the classroom. New York: Columbia University Teachers College Press.

Williams, L., & Kessler, R. (2003).  Pair Programming Illuminated. Boston: Addison-Wesley Professional.




Licencia de Creative Commons 

This work is licensed under a Creative Commons Attribution 4.0 International License

Journal of Technology and Science Education, 2011-2024

Online ISSN: 2013-6374; Print ISSN: 2014-5349; DL: B-2000-2012

Publisher: OmniaScience