Proficiency-based/Mastery Learning for EECS & beyond

|
  • PIs: Armando Fox & Dan Garcia (co-PIs); Neal Terrell, California State University, Long Beach; Solomon Russell and Edwin Ambrosio, El Camino College
  • Affiliated faculty: Michael Ball, Josh Hug, Lisa Yan
  • Students: a great many, for a variety of courses!

Mastery Learning at Berkeley in the news…

Project Summary

Traditional teaching and evaluation methods used in STEM higher education, such as lab assignments, homework, and exams, are usually “fixed time, variable learning”: assessments have deadlines, and student grades are based on a snapshot of what they know at that moment in time. This approach magnifies equity gaps in student preparation: in our own lower-division CS courses, one of the best predictors of student grades is prior exposure to similar material. In contrast, mastery learning is “fixed learning, variable time”: flexible policies for assessment deadlines, combined with many opportunities for students to practice and get feedback on their work, has long been shown to increase student success to a level comparable to one-on-one tutoring [1], and recent work has suggested the impact this could have if adopted more widely in CS education [2]. There are two challenges to implementing mastery learning in our traditional setting. First, summative assessments (exams) must be designed so that they are relatively easy to administer and need not be taken at the same time by all students, thus allowing flexible scheduling and exam re-takes. Second, formative assessments (homework/labs), which foster new learning rather than measuring existing learning, must be plentiful and give immediate feedback, so that students can practice as much as they need to without the need for (slow) human grading. This project aims to develop paradigm-based randomizable question generators (PRQGs), to encourage and support “mastery” over foundational Computer Science concepts tailored to each student versus fast-paced learning and evaluation. This project will adapt and adopt the University Illinois at Urbana-Champaign’s PrairieLearn platform for mastery learning in computer-based assessments. Question generators provide a way to generate a great many variants of a question on demand, both for student practice and to customize each student’s exam. This allows flexible policies regarding homework deadlines, exam re-takes, and so on. The technical and policy ingredients together enable mastery learning. (Our related project on Flextensions proposes a systematic and scalable solution to automating the management of flexible deadlines.) Mastery learning is working. In Fall 2020 as part of this project, any CS10 student who wished to pass, but was in danger of not passing, could elect to receive an Incomplete grade and finish the remaining work after the semester’s end with no fixed deadline. URM students benefited relatively more from this policy: the percentage of students who would have otherwise failed, but passed given our new format, was higher for URM students than for women, and higher for women than for majority-group students. In Fall 2022, we went further: any CS10 student who was on track to receive a grade lower than what they wished to receive could elect to receive an Incomplete grade and finish the remaining work after the semester’s end with no fixed deadline to get the higher grade. Once again, 45% of URM students (vs. 31% of non-URM) and 55% of women (vs. 52%) benefited from this policy. See our end-of-project 2022 report for details. Mastery learning requires resources. Developing PQGs to support the above experiences is demanding work with a high learning curve, and is being done primarily by our very talented and hardworking undergraduates, most of whom have TA or other academic staff experience. Their work is supported by seed funds from the UC Berkeley College of Engineering and the Office of the Vice Chancellor for Undergraduate Education, and by a major award from the California Education Learning Lab (CELL). UC Berkeley is collaborating with Cal State Long Beach and El Camino College on this innovative and exciting pilot project to improve student equity/diversity and institutional resilience in Computer Science through mastery learning. The goal is to establish a permanent Center for promoting proficiency-based learning on these and other California campuses. The direct cost of providing ongoing service is less than $10 per student-enrollment (1 student-enrollment = 1 student enrolled in 1 course) to operate the software for authoring and delivering assessments using PRQGs. The project’s hypotheses are that mastery learning using PQGs will contribute to higher retention, stronger learning outcomes, more effective use of instructor time, and an increase in successful participation in computing for traditionally underrepresented students. We hope the findings of this project will open the door towards new learning approaches to expand diversity and inclusion in Computer Science. We’re adapting and adopting UIUC’s PrairieLearn platform to author and administer the assessments.
  1. Bloom, Benjamin S (June–July 1984). “The 2 Sigma Problem: The Search for Methods of Group Instruction as Effective as One-to-One Tutoring” (PDF). Educational Researcher. 13 (6): 4–16. doi:10.3102/0013189×013006004
  2. James Garner, Paul Denny, and Andrew Luxton-Reilly. 2019. Mastery Learning in Computer Science Education. In Proceedings of the Twenty-First Australasian Computing Education Conference (ACE ’19). Association for Computing Machinery, New York, NY, USA, 37–46. DOI:https://doi.org/10.1145/3286960.3286965
Interested in joining the project? Already been invited to join? Email Armando Fox & Dan Garcia with the following info:
  • Name, year, student teaching experience (GSI, tutor, etc)
  • Relevant EECS/CS courses taken
  • Course(s) you’d like to develop content for or do research on (it’s assumed you have the approval of the course’s instructor of record)
  • GitHub user name
Recent publications in reverse chronological order
  • Garcia, Dan, Armando Fox, Craig Zilles, Matthew West, Mariana Silva, Neal Terrell, Solomon Russell, Edwin Ambrosio, and Fuzail Shakir. 2023. A’s for all (as time and interest allow). Paper read at Sigcse 2023.
    [Bibtex]
    @InProceedings{a4a-sigcse2023,
    author = {Dan Garcia and Armando Fox and Craig Zilles and Matthew West and Mariana Silva and Neal Terrell and Solomon Russell and Edwin Ambrosio and Fuzail Shakir},
    title = {A's For All (As Time and Interest Allow)},
    booktitle = {SIGCSE 2023},
    year = 2023}
  • [PDF] Weinman, Nathaniel, Armando Fox, and Marti A. Hearst. 2021. Improving instruction of programming patterns with faded Parsons problems. Paper read at 2021 ACM CHI virtual conference on human factors in computing systems (CHI 2021)at Yokohama, Japan (online virtual conference).
    [Bibtex]
    @InProceedings{parsons-chi2021,
    author = {Nathaniel Weinman and Armando Fox and Marti A. Hearst},
    title = {Improving Instruction of Programming Patterns With Faded {P}arsons Problems},
    booktitle = {2021 {ACM} {CHI} Virtual Conference on Human Factors in Computing Systems ({CHI} 2021)},
    year = 2021,
    month = 5,
    address = {Yokohama, Japan (online virtual conference)}}
  • [PDF] Lojo, Nelson and Armando Fox. 2022. Teaching test-writing as a variably-scaffolded programming pattern. Paper read at 27th annual conference on innovation and technology in computer science education (ITiCSE 2022)at Dublin, Ireland.
    [Bibtex]
    @InProceedings{rspec-faded-parsons,
    author = {Nelson Lojo and Armando Fox},
    title = {Teaching Test-Writing As a Variably-Scaffolded Programming Pattern},
    booktitle = {27th Annual Conference on Innovation and Technology in Computer Science Education ({ITiCSE} 2022)},
    year = 2022,
    month = 7,
    address = {Dublin, Ireland},
    note = {30\% accept rate}}
  • [PDF] Caraco, Logan, Nate Weinman, Stanley Ko, and Armando Fox. 2022. Automatically converting code-writing exercises to variably-scaffolded parsons problems. .
    [Bibtex]
    @techreport{fpp-element-techreport,
    Author = {Caraco, Logan and Weinman, Nate and Ko, Stanley and Fox, Armando},
    Title = {Automatically Converting Code-Writing Exercises to Variably-Scaffolded Parsons Problems},
    Institution = {EECS Department, University of California, Berkeley},
    Year = {2022},
    Month = 6,
    URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/2022/EECS-2022-173.html},
    Number = {UCB/EECS-2022-173},
    Abstract = {We present a system for automatically converting existing code-writing exercises in Python into Faded Parsons Problems (FPPs) that students solve interactively in a Web browser. FPPs were introduced by Weinman et al. as a novel exercise interface for teaching programming patterns or idioms. Like original Parsons Problems, FPPs ask students to arrange lines of code to reconstruct a correct solution. Unlike original Parsons Problems, FPPs can also ask students to fill in some blanks in the provided lines of code, in addition to ordering the lines. In our system, which extends the open-source PrairieLearn platform, the student uses a Web browser to fill in blanks, reorder the lines of code, or both. The student can check their work at any time using an autograder that runs the student-submitted code against instructor-provided test cases; feedback to the student can be as fine-grained as the test cases allow. Converting existing code-writing exercises to FPPs is nearly automatic. Manually changing the amount of scaffolding in the FPP is easy and amenable to future automation. Instructors can thereby take advantage of initial study findings that FPPs outperform code-writing and code-tracing exercises as a way of teaching programming patterns, and how FPPs improve overall code-writing ability at a level comparable to code-writing exercises but are preferred by students.}
    }
  • [DOI] Weinman, Nathaniel, Armando Fox, and Marti Hearst. 2020. Exploring challenging variations of parsons problems. Paper read at Proceedings of the 51st ACM technical symposium on computer science educationat New York, NY, USA.
    [Bibtex]
    @inproceedings{Weinman2020,
    doi = {10.1145/3328778.3372639},
    url = {https://doi.org/10.1145/3328778.3372639},
    year = {2020},
    month = feb,
    publisher = {{ACM}},
    address = {New York, NY, USA},
    author = {Nathaniel Weinman and Armando Fox and Marti Hearst},
    title = {Exploring Challenging Variations of Parsons Problems},
    pages = {1349},
    numpages = {1},
    booktitle = {Proceedings of the 51st {ACM} Technical Symposium on Computer Science Education}
    }
   

Just joined the project? Onboarding materials are in this private GitHub repo. Your advisor can get you access.

Project overviews

Dan Garcia on the why of CBT: Proficiency-Based Learning (5 minutes)

Armando Fox on the how of CBT: from Questions to Question Generators

  • Slides for Instructional Resiliency Task Force (presented by Armando Fox)

More Details…

See the main LEARNER Lab website for recent publications and more details on the team and current efforts.

Help Wanted

We’re looking for Masters and ambitious undergraduates to help with various PrairieLearn-related enhancements. These are a mix of research and engineering, but we’d expect any of them to lead to one or more submitted publications, as well as become contributions to an assessment-authoring system used by thousands of students! Prerequisites: Strong software development skills, including solid knowledge of Python or the ability to pick it up fast because you’ve used other non-Python web frameworks or modern scripting languages. Self-starter, works well in a small team or as one of a pair. Ability to do significant pathfinding on your own, by researching what has been done on a particular topic, finding relevant articles online where appropriate (with your advisor’s or a senior student’s guidance), and in general getting from a high-level description of the project to a specific plan to build & execute it. Compensation: Pay or credit may be possible, depending on the specific project.

Courseware for CS169A Software Engineering

Did you do well in, and enjoy, CS169A? Do you love testing, agile workflows, and other areas of focus in CS169, and want to help fellow students understand and learn them better? We’re looking for students who recently took CS169 and feel confident with the material, to help develop innovative new assessments, both formative (labs, homework) and summative (exam questions), that take full advantage of PrairieLearn’s flexibility to create really cool interactive learning materials. Contact Prof. Armando Fox directly to apply.

Courseware developers for high-enrollment CS courses

Have you been a GSI/reader/etc. for a high-enrollment upper or lower division CS course? Are you excited about the possibility of improving the course’s assessments by using PrairieLearn? Ask your course’s instructor for their blessing to develop content for the course as part of our group. We will embed you in a team to get you started, and figure out a way to get you compensated for the work. Contact Prof. Dan Garcia if interested, or the instructor or co-instructor of the CS course(s) you’d be interested in developing courseware for!

Automatic support for “Cheat traps”

Prof. Nick Weaver has developed a mechanism that helps detect certain forms of cheating on remote (takehome) online exams. We believe his techniques can be adapted in such a way that anyone authoring assessments in PrairieLearn can build them in. Is this possible, and if so, do they successfully detect attempts at certain types of cheating?

Automatic support for cheating detection via UI events

Picture this scenario: a student taking a remote exam has another window open on their screen, via which they are illicitly getting the answer to (e.g.) a coding question. They copy-and-paste the answer and submit. But if you could look at the timing of the keystrokes, you’d see that they would have had to type impossibly fast to do that. This and other mechanisms can be signals of less-than-honorable behavior when taking an online exam. This project would investigate and ideally prototype/develop some ways of building these detection mechanisms directly into PrairieLearn. Contact Prof. Nick Weaver if interested.