Finish web
This commit is contained in:
parent
70ec2fb2d7
commit
92998902d7
2 changed files with 145 additions and 25 deletions
|
@ -532,6 +532,14 @@
|
|||
file = {/home/charlotte/sync/Zotero/storage/XVUQVM6A/Blikstein et al. - 2014 - Programming Pluralism Using Learning Analytics to.pdf}
|
||||
}
|
||||
|
||||
@article{bloom1956handbook,
|
||||
title = {Handbook {{I}}: Cognitive Domain},
|
||||
author = {Bloom, Benjamin S and Engelhart, Max D and Furst, {\relax EJ} and Hill, Walker H and Krathwohl, David R},
|
||||
year = {1956},
|
||||
journal = {New York: David McKay},
|
||||
file = {/home/charlotte/sync/Zotero/storage/32VDQ3EH/Bloom et al. - 1956 - Handbook I cognitive domain.pdf}
|
||||
}
|
||||
|
||||
@article{boctorActivelearningStrategiesUse2013,
|
||||
title = {Active-Learning Strategies: {{The}} Use of a Game to Reinforce Learning in Nursing Education. {{A}} Case Study},
|
||||
shorttitle = {Active-Learning Strategies},
|
||||
|
@ -625,6 +633,25 @@
|
|||
howpublished = {Zenodo}
|
||||
}
|
||||
|
||||
@article{brusilovskyIndividualizedExercisesSelfassessment2005,
|
||||
title = {Individualized Exercises for Self-Assessment of Programming Knowledge: {{An}} Evaluation of {{QuizPACK}}},
|
||||
shorttitle = {Individualized Exercises for Self-Assessment of Programming Knowledge},
|
||||
author = {Brusilovsky, Peter and Sosnovsky, Sergey},
|
||||
year = {2005},
|
||||
month = sep,
|
||||
journal = {Journal on Educational Resources in Computing},
|
||||
volume = {5},
|
||||
number = {3},
|
||||
pages = {6--es},
|
||||
issn = {1531-4278},
|
||||
doi = {10.1145/1163405.1163411},
|
||||
url = {https://dl.acm.org/doi/10.1145/1163405.1163411},
|
||||
urldate = {2024-02-09},
|
||||
abstract = {Individualized exercises are a promising feature in promoting modern e-learning. The focus of this article is on the QuizPACK system, which is able to generate parameterized exercises for the C language and automatically evaluate the correctness of student answers. We introduce QuizPACK and present the results of its comprehensive classroom evaluation during four consecutive semesters. Our studies demonstrate that when QuizPACK is used for out-of-class self-assessment, it is an exceptional learning tool. The students' work with QuizPACK significantly improved their knowledge of semantics and positively affected higher-level knowledge and skills. The students themselves praised the system highly as a learning tool. We also demonstrated that the use of the system in self-assessment mode can be significantly increased by basing later classroom paper-and-pencil quizzes on QuizPACK questions, motivating students to practice them more.},
|
||||
keywords = {assessment,classroom study,code execution,E-learning,individualized exercises,introductory programming,parameterized questions},
|
||||
file = {/home/charlotte/sync/Zotero/storage/CRSCG93F/Brusilovsky and Sosnovsky - 2005 - Individualized exercises for self-assessment of pr.pdf;/home/charlotte/sync/Zotero/storage/UAJJT4E4/brusilovsky2005.pdf.pdf}
|
||||
}
|
||||
|
||||
@inproceedings{caizaProgrammingAssignmentsAutomatic2013,
|
||||
title = {Programming Assignments Automatic Grading: Review of Tools and Implementations},
|
||||
shorttitle = {Programming Assignments Automatic Grading},
|
||||
|
@ -874,6 +901,24 @@
|
|||
file = {/home/charlotte/sync/Zotero/storage/X4THCVSY/cronfa43520.html}
|
||||
}
|
||||
|
||||
@article{dalyPatternsPlagiarism2005,
|
||||
title = {Patterns of Plagiarism},
|
||||
author = {Daly, Charlie and Horgan, Jane},
|
||||
year = {2005},
|
||||
month = feb,
|
||||
journal = {ACM SIGCSE Bulletin},
|
||||
volume = {37},
|
||||
number = {1},
|
||||
pages = {383--387},
|
||||
issn = {0097-8418},
|
||||
doi = {10.1145/1047124.1047473},
|
||||
url = {https://dl.acm.org/doi/10.1145/1047124.1047473},
|
||||
urldate = {2024-02-09},
|
||||
abstract = {We used a new technique to analyse how students plagiarise programs in an introductory programming course. This involved placing a watermark on a student's program and monitoring programs for the watermark during assignment submission. We obtained and analysed extensive and objective data on student plagiarising behaviour. In contrast to the standard plagiarism detection approaches based on pair comparison, the watermark based approach allows us to distinguish between the supplier and the recipient of the code. This gives us additional insight into student behaviour. We found that the dishonest students did not perform significantly worse than the honest students in the exams. However, when dishonest students are further classified into supplier and recipient, it emerged that the recipient students performed significantly worse than the suppliers.},
|
||||
keywords = {automatic evaluation,introductory computer programming,plagiarism,watermarks},
|
||||
file = {/home/charlotte/sync/Zotero/storage/4HCXLJA3/Daly and Horgan - 2005 - Patterns of plagiarism.pdf;/home/charlotte/sync/Zotero/storage/BL28PSWT/daly2005.pdf.pdf}
|
||||
}
|
||||
|
||||
@techreport{danielsonFinalReportAutomated1976,
|
||||
title = {Final {{Report}} on the {{Automated Computer Science Education System}}},
|
||||
author = {Danielson, R. L. and Others, And},
|
||||
|
@ -1079,6 +1124,20 @@
|
|||
file = {/home/charlotte/sync/Zotero/storage/CU7556ZS/Dutt et al. - 2017 - A Systematic Review on Educational Data Mining.pdf;/home/charlotte/sync/Zotero/storage/87M7RKHE/7820050.html}
|
||||
}
|
||||
|
||||
@article{edwardsExperiencesUsingTestdriven2007,
|
||||
title = {Experiences Using Test-Driven Development with an Automated Grader},
|
||||
author = {Edwards, Stephen H. and {P{\'e}rez-Qui{\~n}ones}, Manuel A.},
|
||||
year = {2007},
|
||||
month = jan,
|
||||
journal = {Journal of Computing Sciences in Colleges},
|
||||
volume = {22},
|
||||
number = {3},
|
||||
pages = {44--50},
|
||||
issn = {1937-4771},
|
||||
abstract = {Including software testing practices in programming assignments has moved from a novel idea to accepted practice in recent years. Further, testing frameworks have spurred renewed interest in new approaches to automated grading, with some systems specifically aiming to give feedback on software testing skills. As more educators consider incorporating testing techniques in their own courses, lessons learned from using testing in the classroom as well as from using automated grading systems become more valuable. This paper summarizes experiences in using software testing in CS1- and CS2-level courses over the past three years. Among these experiences, this paper focuses on student perceptions of automated grading tools and how they might be addressed, approaches to designing project specifications, and strategies for providing meaningful feedback to students that can help improve their performance and reduce their frustration.},
|
||||
file = {/home/charlotte/sync/Zotero/storage/RYA3T7IP/Edwards and Pérez-Quiñones - 2007 - Experiences using test-driven development with an .pdf}
|
||||
}
|
||||
|
||||
@inproceedings{edwardsSeparationSyntaxProblem2018,
|
||||
title = {Separation of Syntax and Problem Solving in {{Introductory Computer Programming}}},
|
||||
booktitle = {2018 {{IEEE Frontiers}} in {{Education Conference}} ({{FIE}})},
|
||||
|
@ -1970,6 +2029,24 @@
|
|||
file = {/home/charlotte/sync/Zotero/storage/XWEESBAS/Jones - 2001 - Grading student programs- a software testing appro.pdf}
|
||||
}
|
||||
|
||||
@article{joyBossOnlineSubmission2005,
|
||||
title = {The Boss Online Submission and Assessment System},
|
||||
author = {Joy, Mike and Griffiths, Nathan and Boyatt, Russell},
|
||||
year = {2005},
|
||||
month = sep,
|
||||
journal = {Journal on Educational Resources in Computing},
|
||||
volume = {5},
|
||||
number = {3},
|
||||
pages = {2--es},
|
||||
issn = {1531-4278},
|
||||
doi = {10.1145/1163405.1163407},
|
||||
url = {https://dl.acm.org/doi/10.1145/1163405.1163407},
|
||||
urldate = {2024-02-09},
|
||||
abstract = {Computer programming lends itself to automated assessment. With appropriate software tools, program correctness can be measured, along with an indication of quality according to a set of metrics. Furthermore, the regularity of program code allows plagiarism detection to be an integral part of the tools that support assessment. In this paper, we describe a submission and assessment system, called BOSS, that supports coursework assessment through collecting submissions, performing automatic tests for correctness and quality, checking for plagiarism, and providing an interface for marking and delivering feedback. We describe how automated assessment is incorporated into BOSS such that it supports, rather than constrains, assessment. The pedagogic and administrative issues that are affected by the assessment process are also discussed.},
|
||||
keywords = {automated assessment,Online submission,programming languages},
|
||||
file = {/home/charlotte/sync/Zotero/storage/6MUNQDNW/Joy et al. - 2005 - The boss online submission and assessment system.pdf;/home/charlotte/sync/Zotero/storage/EQA2HWED/joy2005.pdf.pdf}
|
||||
}
|
||||
|
||||
@article{kailaRedesigningObjectOrientedProgramming2016,
|
||||
title = {Redesigning an {{Object-Oriented Programming Course}}},
|
||||
author = {Kaila, Erkki and Kurvinen, Einari and Lokkila, Erno and Laakso, Mikko-Jussi},
|
||||
|
@ -2100,7 +2177,8 @@
|
|||
abstract = {The paper contains a description of the SPOJ online judge and contester system, used for E-Learning of programming, which has been successfully applied in the tuition of students at the Gda{\'n}sk University of Technology. We study the implementation of the system with security demands and present our experiences connected with the use of such systems in academic courses at an undergraduate and graduate level in the last four years.},
|
||||
isbn = {978-3-540-78139-4},
|
||||
langid = {english},
|
||||
keywords = {Contest Organizer,Master Node,Pass Threshold,Programming Assignment,Security Demand}
|
||||
keywords = {Contest Organizer,Master Node,Pass Threshold,Programming Assignment,Security Demand},
|
||||
file = {/home/charlotte/sync/Zotero/storage/9Q4KRSFA/application-of-an-online-judge--contester-system-in-academic-tui.pdf.pdf}
|
||||
}
|
||||
|
||||
@article{kovacicPredictingStudentSuccess2012,
|
||||
|
@ -4084,6 +4162,16 @@
|
|||
langid = {english}
|
||||
}
|
||||
|
||||
@article{wagner2000plagiarism,
|
||||
title = {Plagiarism by Student Programmers},
|
||||
author = {Wagner, Neal R},
|
||||
year = {2000},
|
||||
journal = {The University of Texas at San Antonio Division Computer Science San Antonio, TX},
|
||||
volume = {78249},
|
||||
publisher = {{Citeseer}},
|
||||
file = {/home/charlotte/sync/Zotero/storage/NHLWSAV9/Wagner - 2000 - Plagiarism by student programmers.pdf}
|
||||
}
|
||||
|
||||
@article{wasikSurveyOnlineJudge2018,
|
||||
title = {A {{Survey}} on {{Online Judge Systems}} and {{Their Applications}}},
|
||||
author = {Wasik, Szymon and Antczak, Maciej and Badura, Jan and Laskowski, Artur and Sternal, Tomasz},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue