Workshop:EduHPC-21: Workshop on Education for High Performance Computing
Authors: Prasun Dewan, Andrew Wortas, Ken Liu, Samuel George, Bowen Gu, and Hao Wang (University of North Carolina)
Abstract: Existing techniques for automating the testing of sequential programming assignments are fundamentally at odds with concurrent programming as they are oblivious to the algorithm used to implement the assignments. We have developed a framework that addresses this limitation for those object-based concurrent assignments whose user-interface (a) is implemented using the observer pattern and (b) makes apparent whether concurrency requirements are met. It has two components. The first component reduces the number of steps a human grader needs to take to interact with and score the user-interfaces of the submitted programs. The second component completely automates assessment by observing the events sent by the student-implemented observable objects. Both components are used to score the final submission. The second component is also used to provide feedback during assignment implementation. The framework is used extensively by students, leads to more partial credit, reduces grading time, and gives statistics about incremental student progress.
Back to EduHPC-21: Workshop on Education for High Performance Computing Archive Listing