coding-cat-official/coding-cat

Allow for multi-function coding problems

Offen

#150 geöffnet am 25.05.2025

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (2 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (2 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Instead of only testing one function per question, let's build a higher difficulty problem set that requires students to use multiple functions to solve it. Instead of just testing one function again one set of io, let's do an arbitrary length (with corresponding test suites.)

A workaround has already been established. Both autograded tests from SF (F24) had problems that asked users to copy and paste solutions from a previous problem into a subsequent problem. These problems involved writing different list sorting implementations, which is a good problem for something like this. Similarly, we could make problems that culminate in making card games :D like uno, 31, poker?

Contributor Guide