Abstract
Programming assignments in computer science courses are often processed in pairs or groups of students. While working together, students face several shortcomings in today's software: The lack of real-time collaboration capabilities, the setup time of the development environment, and the use of different devices or operating systems can hamper students when working together on assignments. Text processing platforms like Google Docs solve these problems for the writing process of prose text, and computational notebooks like Google Colaboratory for data analysis tasks. However, none of these platforms allows users to implement interactive applications. We deployed a web-based literate programming system for three months during an introductory course on application development to explore how collaborative programming practices unfold and how the structure of computational notebooks affect the development. During the course, pairs of students solved weekly programming assignments. We analyzed data from weekly questionnaires, three focus groups with students and teaching assistants, and keystroke-level log data to facilitate the understanding of the subtleties of collaborative programming with computational notebooks. Findings reveal that there are distinct collaboration patterns; the preferred collaboration pattern varied between pairs and even varied within pairs over the course of three months. Recognizing these distinct collaboration patterns can help to design future computational notebooks for collaborative programming assignments.
Original language | English |
---|---|
Title of host publication | SIGCSE '20: Proceedings of the 51st ACM Technical Symposium on Computer Science Education |
Number of pages | 7 |
Place of publication | New York |
Publisher | Association for Computing Machinery |
Publication date | 2020 |
Pages | 468–474 |
ISBN (Electronic) | 9781450367936 |
DOIs | |
Publication status | Published - 2020 |
Event | The 51st ACM Technical Symposium on Computer Science Education - Oregon Convention Center, Portland, United States Duration: 11 Mar 2020 → 14 Mar 2020 Conference number: 51 https://sigcse2020.sigcse.org |
Conference
Conference | The 51st ACM Technical Symposium on Computer Science Education |
---|---|
Number | 51 |
Location | Oregon Convention Center |
Country/Territory | United States |
City | Portland |
Period | 11/03/2020 → 14/03/2020 |
Internet address |
Keywords
- computational notebooks
- collaborative programming
- application development
- programming assignments