EDBT 2026 Demo / reviewers in the wild / expert
Maxwell Fowler
dblp:180/1360 · also Max Fowler
· DBLP profile ↗
33ranked-venue papers
8as first author
31since 2021 · last 2026
0000-0002-4730-447XORCID · corroborated
Domains — the database's venue-derived domains; a paper can count in several
Human-computer interaction and ubiquitous computing · 29 · 7 first-author · 28 since 2021Applied, interdisciplinary, general and emerging computing · 7 · 5 since 2021Artificial intelligence and machine learning · 3 · 1 first-author · 2 since 2021Systems, architecture and hardware · 2 · 1 since 2021
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | On Generating and Validating Erroneous Examples in CS1 Using LLMs
Chenyan Zhao, Jacob Levine, Kangyu Feng, Maxwell Fowler, Mariana Silva |
AIED (3) | 5 |
| 2026 | Exploring Question Isomorphism Through Different Numerical Representations
Matheus Valentim, Maxwell Fowler |
AIED (3) | 2 |
| 2026 | How Students Focus their Studying when Offered Exam Re-takes
Lucas Flygare, David H. Smith, Geoffrey L. Herman, Maxwell Fowler, Craig B. Zilles |
ITiCSE (1) | 4 |
| 2026 | Integrating a CS+Linguistics Project into High School English
Salma El Otmani, Isabella Marquez, Katherine Calder, Daphane Hammer, Weronika Trzaska, Kathleen Isenegger, Maxwell Fowler, Raya Hegeman-Davis, Leonard Pitt, Yael Gertner |
ITiCSE (1) | 7 |
| 2026 | Exploring the Relationship Between Department Characteristics and Computer Science Student Diversity in the USabstractBackground: In higher education, efforts to broaden participation in computing (BPC) are typically evaluated at a single institution, which limits our ability to isolate their impacts from those of other factors at the institution. Maxwell Fowler, Mariam Saffar Perez, Marcella Todd, Rachel Perley, Paul Bruno, Colleen M. Lewis |
SIGCSE (1) | 1 |
| 2026 | You Don't Need a Data Center to Explain in Plain English! Comparing Open-Source and Propriety LLMs for EiPE GradingabstractCode comprehension is an essential ability for Computer Science students, providing a solid foundation for learning programming. An effective approach to evaluating students' proficiency in this skill is through Explain-in-Plain-English (EiPE) problems, which require students to describe the behavior of obfuscated code snippets. Recent advances in large language models (LLMs) have made promising strides toward making autograding EiPE questions feasible. However, prior research has primarily focused on proprietary LLMs, raising concerns over data privacy. In an effort to return autonomy over educational data to instructors and institutions, we investigate the viability of open-source medium-sized language models (MLMs), with parameter counts between 6--100 billion, for EiPE autograding. Our work evaluated several state-of-the-art open-source MLMs on a test set consisting of 620 historical student responses split across 17 EiPE question categories, employing few-shot prompting with three correct and incorrect examples per question. We find several models, such as Llama 3.1 70B Instruct and Qwen 2.5 72B Instruct, that achieve grading accuracy comparable to leading proprietary models like GPT 4o. These results demonstrate that open-source MLMs are promising alternatives for EiPE autograding capable of deployment on local or institution-owned cloud infrastructure. Additionally, we observe that smaller MLMs (less than 32 billion parameters) offer a trade-off between significantly reduced deployment costs and only slightly decreased accuracy, making them well-suited for institutions with limited resources. Eddy Jiang, Maxwell Fowler |
SIGCSE (1) | 2 |
| 2026 | Enabling Open Educational Resource Adoption through Integrated Sharing in PrairieLearnabstractThis paper introduces the PrairieLearn Question Sharing System (PQSS), which enables instructors to share question generators with other instructors, either as open educational resources or privately. PQSS is integrated into PrairieLearn, an open-source, problem-driven online learning platform. PQSS addresses a critical need for more open-source assessments by making it easier for instructors to share assessments and for instructors to use those assessments. Instructors often do not share questions due to the time it takes to publish them and the lack of recognition for their work. Because it is directly integrated into PrairieLearn, PQSS reduces the aforementioned friction of sharing and using shared questions, and we can report usage statistics to help question authors receive recognition for their work. In this paper, we share design and implementation details of the system, as well as experiences using it to share course content across courses and between universities. Seth Poulsen, Geoffrey L. Herman, Mariana Silva, Maxwell Fowler, David H. Smith, Leo Porter 0001, Nico Ritschel, Craig B. Zilles, Matthew West 0001 |
SIGCSE (1) | 4 |
| 2026 | AI-Supported Grading and Rubric Refinement for Free Response QuestionsabstractManually grading free response questions remains a persistent challenge in education. While such questions offer valuable opportunities for student learning and critical thinking, their evaluation often requires substantial time and effort from instructors or teaching assistants. In addition to the grading workload, open-ended responses are susceptible to inconsistencies in scoring and may reflect unclear expectations, both of which can undermine the effectiveness and fairness of the assessment process. To address these challenges, we employed an AI-based grading system integrated in PrairieLearn to automatically evaluate student submissions to free response questions using a predefined set of rubric items. This approach not only streamlines the grading process but also enables direct comparison between AI-generated rubric applications and human judgments, providing insight into alignment and potential discrepancies. These discrepancies provided valuable insight, allowing us to iteratively revise and clarify the rubric items. Our experiences with using the AI grading system across several computing courses suggest that even experienced educators face difficulties articulating rubrics that are both specific and interpretable. We furthermore argue that more attention should be given to the iterative development and evaluation of rubrics. Chenyan Zhao, Maxwell Fowler, Yael Gertner, Seth Poulsen, Matthew West 0001, Mariana Silva |
SIGCSE (1) | 2 |
| 2025 | Generating Planning Feedback for Open-Ended Programming Exercises with LLMs
Mehmet Arif Demirtas, Claire Zheng, Maxwell Fowler, Kathryn I. Cunningham |
AIED (2) | 3 |
| 2025 | Counting the Trees in the Forest: Evaluating Prompt Segmentation for Classifying Code Comprehension LevelabstractReading and understanding code are fundamental skills for novice programmers, and especially important with the growing prevalence of AI-generated code and the need to evaluate its accuracy and reliability. ''Explain in Plain English'' questions are a widely used approach for assessing code comprehension, but providing automated feedback, particularly on comprehension levels, is a challenging task. This paper introduces a novel method for automatically assessing the comprehension level of responses to ''Explain in Plain English'' questions. Central to this is the ability to distinguish between two response types: multi-structural, where students describe the code line-by-line, and relational, where they explain the code's overall purpose. Using a Large Language Model (LLM) to segment both the student's description and the code, we aim to determine whether the student describes each line individually (many segments) or the code as a whole (fewer segments). We evaluate this approach's effectiveness by comparing segmentation results with human classifications, achieving substantial agreement. We conclude with how this approach, which we release as an open source Python package, could be used as a formative feedback mechanism. David H. Smith, Maxwell Fowler, Paul Denny 0001, Craig B. Zilles |
ITiCSE (1) | 2 |
| 2025 | ReDefining Code Comprehension: Function Naming as a Mechanism for Evaluating Code Comprehensionabstract''Explain in Plain English'' (EiPE) questions are widely used to assess code comprehension skills but are challenging to grade automatically. Recent approaches like Code Generation Based Grading (CGBG) leverage large language models (LLMs) to generate code from student explanations and validate its equivalence to the original code using unit tests. However, this approach does not differentiate between high-level, purpose-focused responses and low-level, implementation-focused ones, limiting its effectiveness in assessing comprehension level. We propose a modified approach where students generate function names, emphasizing the function's purpose over implementation details. We evaluate this method in an introductory programming course and analyze it using Item Response Theory (IRT) to assess the difficulty and discrimination of function naming exercises as exam items and to compare their alignment with traditional EiPE grading standards. We also publish this work as an open source Python package for auto-grading EiPE questions, providing a scalable solution for adoption. David H. Smith, Maxwell Fowler, Paul Denny 0001, Craig B. Zilles |
ITiCSE (1) | 2 |
| 2025 | Integrating a CS+Social Science Project into STEM and non-STEM High School CoursesabstractIn this paper, we describe a CS+Social Science Python project that can be integrated directly into high school classrooms, enabling students to explore social science questions using computer science. The project uses the pandas library and Google Colab to give students an authentic experience with data science tools. We present teachers' experiences and students feedback from implementing the project in three high school classes, one non-STEM class and two AP CS classes. The project is designed to be simple enough for students with no CS background to succeed, but creative and open-ended enough to allow students with experience to develop their skills further. Students from both courses report the project was interesting and useful. Our work builds upon the body of literature examining ways to include CS in non-STEM high school courses, but also appears to fit well into CS curricula. Kathleen Isenegger, Maxwell Fowler, Daphane Hammer, Benjamin Leff, Yael Gertner, Raya Hegeman-Davis, Leonard Pitt |
SIGCSE (1) | 2 |
| 2025 | Mining Hierarchies with Conviction: Constructing the CS1 Skill Hierarchy with Pairwise Comparisons over Skill DistributionsabstractIntroductory Programming courses teach multiple skills such as 1) explaining the purpose of code, 2) the ability to arrange lines of code in correct sequence, and 3) the ability to trace through the execution of a program, and 4) the ability to write code from scratch. Knowing if a programming skill is a prerequisite to another would assist instructors in organizing their materials such that students encounter and learn new topics using optimal skill sequences. In this study, we used the conviction measure from association rule mining to perform pair-wise comparisons of five skills: Write, Trace, Reverse trace, Sequence, and Explain code. We used the data from four exams with more than 600 participants in each exam from a public university in the United States, where students solved programming assignments of different skills for several programming topics. Our findings matched the previous finding that tracing is a prerequisite for students to learn to write code. But, contradicting the previous claims, our analysis suggested that writing code is a prerequisite skill to explaining code and that sequencing code is not a prerequisite to writing code. Our research can help instructors by systematically arranging the skills students exercise when encountering a new topic. Dip Kiran Pradhan Newar, Maxwell Fowler, David H. Smith, Seth Poulsen |
SIGCSE (2) | 2 |
| 2025 | Evaluating AI Models for Autograding Explain in Plain English Questions: Challenges and ConsiderationsabstractCode-reading ability has traditionally been under-emphasized in assessments as it is difficult to assess at scale. Prior research has shown that code-reading and code-writing are closely related skills; thus being able to assess and train code reading skills may be necessary for student learning. One way to assess code-reading ability is using Explain in Plain English (EiPE) questions, which ask students to describe what a piece of code does with natural language. Previous research deployed a binary (correct/incorrect) autograder using bigram models that performed comparably with human teaching assistants on student responses. With a dataset of 3,064 student responses from 17 EiPE questions, we investigated multiple autograders for EiPE questions. We evaluated methods as simple as logistic regression trained on bigram features, to more complicated Support Vector Machines (SVMs) trained on embeddings from Large Language Models (LLMs) to GPT-4. We found multiple useful autograders, most with accuracies in the \(86\!\!-\!\!88\%\) range, with different advantages. SVMs trained on LLM embeddings had the highest accuracy; few-shot chat completion with GPT-4 required minimal human effort; pipelines with multiple autograders for specific dimensions (what we call 3D autograders) can provide fine-grained feedback; and code generation with GPT-4 to leverage automatic code testing as a grading mechanism in exchange for slightly more lenient grading standards. While piloting these autograders in a non-major introductory Python course, students had largely similar views of all autograders, although they more often found the GPT-based grader and code-generation graders more helpful and liked the code-generation grader the most. Maxwell Fowler, Chinedu Emeka, Binglin Chen, David H. Smith IV, Matthew West 0001, Craig B. Zilles |
ACM Trans. Interact. Intell. Syst. | 1 |
| 2024 | Reexamining Learning Curve Analysis in Programming Education: The Value of Many Small Problems
Mehmet Arif Demirtas, Maxwell Fowler, Kathryn I. Cunningham |
EDM | 2 |
| 2024 | Validating, Refining, and Identifying Programming Plans Using Learning Curve Analysis on Code Writing DataabstractBackground and Context: A major difference between expert and novice programmers is the ability to recognize and apply common and meaningful patterns in code. Previous works have attempted to identify these patterns as programming plans, such as counting or filtering the items of a collection. However, these efforts primarily relied on expert opinions and yielded many varied sets of plans. No methods have been applied to evaluate these various programming plans as far as their alignment with novices’ cognitive development. Mehmet Arif Demirtas, Maxwell Fowler, Nicole Hu, Kathryn I. Cunningham |
ICER (1) | 2 |
| 2024 | Explaining Code with a Purpose: An Integrated Approach for Developing Code Comprehension and Prompting SkillsabstractPublisher Copyright: © 2024 Owner/Author. Paul Denny 0001, David H. Smith, Maxwell Fowler, James Prather, Brett A. Becker, Juho Leinonen 0001 |
ITiCSE (1) | 3 |
| 2024 | Quickly Producing "Isomorphic" Exercises: Quantifying the Impact of Programming Question PermutationsabstractSmall, auto-gradable programming exercises provide a useful tool with which to assess students' programming skills in introductory computer science. To reduce the time needed to produce programming exercises of similar difficulty, previous research has applied a permutation strategy to existing questions. Prior work has left several open questions: is prior exposure to a question typically indicative of higher student performance? Are observed changes in difficulty due to the specific surface feature permutations applied? How is student performance impacted by the first version of a question to which they may be exposed? Maxwell Fowler, David H. Smith, Craig B. Zilles |
ITiCSE (1) | 1 |
| 2024 | Prompting for Comprehension: Exploring the Intersection of Explain in Plain English Questions and Prompt WritingabstractLearning to program requires the development of a variety of skills including the ability to read, comprehend, and communicate the purpose of code. In the age of large language models (LLMs), where code can be generated automatically, developing these skills is more important than ever for novice programmers. The ability to write precise natural language descriptions of desired behavior is essential for eliciting code from an LLM, and the code that is generated must be understood in order to evaluate its correctness and suitability. In introductory computer science courses, a common question type used to develop and assess code comprehension skill is the 'Explain in Plain English' (EiPE) question. In these questions, students are shown a segment of code and asked to provide a natural language description of that code's purpose. The adoption of EiPE questions at scale has been hindered by: 1) the difficulty of automatically grading short answer responses and 2) the ability to provide effective and transparent feedback to students. To address these shortcomings, we explore and evaluate a grading approach where a student's EiPE response is used to generate code via an LLM, and that code is evaluated against test cases to determine if the description of the code was accurate. This provides a scalable approach to creating code comprehension questions and enables feedback both through the code generated from a student's description and the results of test cases run on that code. We evaluate students' success in completing these tasks, their use of the feedback provided by the system, and their perceptions of the activity. David H. Smith, Paul Denny 0001, Maxwell Fowler |
L@S | 3 |
| 2024 | Leveraging Kotter's 8 Stage Model of Organizational Change to Understand Broadening Participation in ComputingabstractBroadening participation in computing (BPC) is a focus in industry and academia. Extant research focuses on what broadening participation in computing (BPC) efforts are pursued, while we propose focusing on how change happens. Our qualitative study applied John Kotter's (2012) eight-stage change framework to analyze interviews with faculty and staff engaged in BPC efforts. Illustrative examples from our interviews elucidate each of the eight stages and how they can be applied to pursue organizational change efforts that support BPC. Kari L. George, Maxwell Fowler, Vidushi Ojha, Morgan M. Fong, Kathleen Isenegger, Christopher Perdriau, Mariam Saffar Perez, Yael Gertner, Colleen M. Lewis |
SIGCSE (2) | 2 |
| 2024 | Designing and Piloting a High School CS+X Topics CourseabstractRacial and gender representation among computer science (CS) students continues to lag behind national demographics in the U.S. One way to improve students' interests in CS is to connect CS to other fields to expand students' perceptions of what constitutes CS. While CS+X programs, which combine CS and another field into a single interdisciplinary degree, are expanding at the undergraduate level, there is room to further expand related opportunities in K-12 spaces to encourage more students to pursue CS. To this end, in this experience report we present a new CS+X topics course for high school students that teaches about the intersections of CS with several non-STEM "+X" fields. The course was designed by a team of educators with experience in K-12 curriculum design and broadening participation programs. We piloted the course at a high school in Spring 2023 with 11 students. We present our course design and breakdown of decisions made during the course design process. Further, we provide results from our evaluation survey, featuring thematic analysis of students' commentary and a breakdown of course topics and components students favored. Our students reported that their interests in computing and understanding of computing's broad impacts on society improved. We provide a reflection on the course's future refinements and our plans for further testing of the course in more high school environments to prepare it for wider community adoption. Kathleen Isenegger, Maxwell Fowler, Yael Gertner, Raya Hegeman-Davis, Leonard Pitt |
SIGCSE (1) | 2 |
| 2023 | "\"I Don't Gamble To Make My Livelihood\": Understanding the Incentives ForabstractBackground: Prior work has primarily been concerned with identifying: (1) how Open Education Resources (OERs) can be used to increase the availability of educational materials, (2) what motivations are behind their adoption and usage in classrooms, and (3) what barriers impede said adoption. However, there is relatively little work investigating the motives and barriers to contribution in OER. Maxwell Fowler, David H. Smith IV, Binglin Chen, Craig B. Zilles |
ICER (1) | 1 |
| 2023 | Am I Wrong, or Is the Autograder Wrong? Effects of AI Grading Mistakes on LearningabstractErrors in AI grading and feedback often have an intractable set of causes and are, by their nature, difficult to completely avoid. Since inaccurate feedback potentially harms learning, there is a need for designs and workflows that mitigate these harms. To better understand the mechanisms by which erroneous AI feedback impacts students’ learning, we conducted surveys and interviews that recorded students’ interactions with a short-answer AI autograder for “Explain in Plain English” code reading problems. Using causal modeling, we inferred the learning impacts of wrong answers marked as right (false positives, FPs) and right answers marked as wrong (false negatives, FNs). We further explored explanations for the learning impacts, including errors influencing participants’ engagement with feedback and assessments of their answers’ correctness, and participants’ prior performance in the class. Tiffany Wenting Li, Silas Hsu, Maxwell Fowler, Zhilin Zhang 0004, Craig B. Zilles, Karrie Karahalios |
ICER (1) | 3 |
| 2023 | Investigating the Role and Impact of Distractors on Parsons Problems in CS1 AssessmentsabstractIn recent years Parsons problems have grown in popularity as both a pedagogical tool and as an assessment item alike. In these problems, students are expected to take existing but jumbled blocks of code and organize them to form a working solution. It is common for these problems to include incorrect blocks of code, typically referred to as "distractors," alongside the correct blocks. However, the utility of these distractors and their impact on a problems difficulty has yet to be thoroughly investigated. This study contributes to filling this gap by comparing performance, time spent, and item discrimination statistics for 32 pairs of Parsons problems from CS1 Python exams and quizzes. Our findings indicate that the inclusion of distractors has a large impact on the amount of time students spend on the questions and a low to moderate impact on score. Additionally, problems without distractors were already found to have high discrimination and including distractors did little to improve their discrimination. These findings suggest that the inclusion of distractors does little to improve the quality of these problems as exam questions but may have a negative impact on students by causing them to spend significantly more time on the problems and reducing the time they have for the rest of the exam. David H. Smith, Maxwell Fowler, Craig B. Zilles |
ITiCSE (1) | 2 |
| 2023 | Using Physical Models of Java to Make Abstract Concepts ConcreteabstractIn this workshop, participants will learn to use physical Java memory models to help students develop a deep conceptual understanding of Java variables. These physical models use the metaphor of a "remote control" to introduce references. Using table-top versions of the physical models, participants will discuss and be prepared to use physical objects to help students understand: (1) how primitive variables and references variables behave in similar and different ways, (2) how reference variables that both reference an object or array can both modify its content, (3) how calling a method with an argument creates a local variable within that method, and (4) inside an object method, the variable this references the object we called the method on. Participants will receive a set of these physical models to use in their classroom. Colleen M. Lewis, Morgan M. Fong, Maxwell Fowler, Kathleen Isenegger, Vidushi Ojha, Christopher Perdriau, Mariam Saffar Perez |
SIGCSE (2) | 3 |
| 2023 | Investigating the Effects of Testing Frequency on Programming Performance and Students' BehaviorabstractWe conducted an across-semester quasi-experimental study that compared students' outcomes under frequent and infrequent testing regimens in an introductory computer science course. Students in the frequent testing (4 quizzes and 4 exams) semester outperformed the infrequent testing (1 midterm and 1 final exam) semester by 9.1 to 13.5 percentage points on code writing questions. David H. Smith IV, Chinedu Emeka, Maxwell Fowler, Matthew West 0001, Craig B. Zilles |
SIGCSE (1) | 3 |
| 2022 | Are We Fair?: Quantifying Score Impacts of Computer Science Exams with Randomized Question PoolsabstractWith the increase of large enrollment courses and the growing need to offer online instruction, computer-based exams randomly generated from question pools have a clear benefit for computing courses. Such exams can be used at scale, scheduled asynchronously and/or online, and use versioning to make attempts at cheating less profitable. Despite these benefits, we want to ensure that the technique is not unfair to students, particularly when it comes to equivalent difficulty across exam versions. Maxwell Fowler, David H. Smith IV, Chinedu Emeka, Matthew West 0001, Craig B. Zilles |
SIGCSE (1) | 1 |
| 2021 | Attitudes Surrounding an Imperfect AI AutograderabstractDeployment of AI assessment tools in education is widespread, but work on students’ interactions and attitudes towards imperfect autograders is comparatively lacking. This paper presents students’ perceptions surrounding a ∼ 90% accurate automated short-answer grader that determined homework and exam credit in a college-level computer science course. Using surveys and interviews, we investigated students’ knowledge about the autograder and their attitudes. Silas Hsu, Tiffany Wenting Li, Zhilin Zhang 0004, Maxwell Fowler, Craig B. Zilles, Karrie Karahalios |
CHI | 4 |
| 2021 | How should we 'Explain in plain English'? Voices from the Communityabstract“Explain in plain English” (EipE) questions are seen as an important developmental activity and assessment tool in the research community studying how people learn to program, but they aren’t widely used in practice because of difficulty of grading and workload issues. In this paper, we interviewed eleven members of the introductory programming education research community about their thoughts on EipE questions as a whole and how individual borderline student answers should be graded. Through inductive coding of the interview transcripts, we identify: (1) themes relating to how EipE questions should be used in class, (2) the importance of training students to complete EipE questions, (3) standards for the selection and presentation of code in EipE questions, (4) the theoretical and practical considerations relating to grading EipE questions, and (5) English as a second language (ESL) concerns. In addition, we attempt to extrapolate from our observations what the underlying grading process is that faculty are using to grade EipE questions. Maxwell Fowler, Binglin Chen, Craig B. Zilles |
ICER | 1 |
| 2021 | AutogradingabstractPrevious research suggests that "Explain in Plain English" (EiPE) code reading activities could play an important role in the development of novice programmers, but EiPE questions aren't heavily used in introductory programming courses because they (traditionally) required manual grading. We present what we believe to be the first automatic grader for EiPE questions and its deployment in a large-enrollment introductory programming course. Based on a set of questions deployed on a computer-based exam, we find that our implementation has an accuracy of 87-89%, which is similar in performance to course teaching assistants trained to perform this task and compares favorably to automatic short answer grading algorithms developed for other domains. In addition, we briefly characterize the kinds of answers that the current autograder fails to score correctly and the kinds of errors made by students. Maxwell Fowler, Binglin Chen, Sushmita Azad, Matthew West 0001, Craig B. Zilles |
SIGCSE | 1 |
| 2021 | Superficial Code-guise: Investigating the Impact of Surface Feature Changes on Students' Programming Question ScoresabstractAssessing student performance on programming questions is important for introductory computer science courses, both for student learning and for ensuring students demonstrate competence. Part of being a competent programmer includes the ability to transfer learning from solved to analogous problems. Additionally, particularly in computer-based and online assessment, mitigating cheating efforts is another important consideration. One way to mitigate cheating is by randomly selecting from large pools of equivalent questions. In order to produce large pools of questions quickly, we used a permutation strategy to rapidly make new question variants by altering existing questions' surface features. In this work, we present the results of our first set of surface feature permuted questions in an introductory Python course. We find surface feature permutations to be an effective way to produce questions of a similar difficulty to other new questions for students while mitigating potential cheating. However, we also see permutations expose potential student knowledge fragility and transfer concerns, as performance on permutations of homework questions is not strictly better than performance on questions that are entirely new on assessments Maxwell Fowler, Craig B. Zilles |
SIGCSE | 1 |
| 2020 | Strategies for Deploying Unreliable AI Graders in High-Transparency High-Stakes Exams
Sushmita Azad, Binglin Chen, Maxwell Fowler, Matthew West 0001, Craig B. Zilles |
AIED (1) | 3 |
| 2020 | Learning to Cheat: Quantifying Changes in Score Advantage of Unproctored Assessments Over TimeabstractProctoring educational assessments (e.g., quizzes and exams) has a cost, be it in faculty (and/or course staff) time or in money to pay for proctoring services. Previous estimates of the utility of proctoring (generally by estimating the score advantage of taking an exam without proctoring) vary widely and have mostly been implemented using an across subjects experimental designs and sometimes with low statistical power. Binglin Chen, Sushmita Azad, Maxwell Fowler, Matthew West 0001, Craig B. Zilles |
L@S | 3 |