My guess is if you’ve been teaching computer science for a while, you’ve probably at least heard of CodingBat.
If not, it’s a big, and always growing, library of Java and Python practice problems. It’s also the first online tool that I used when I just started teaching computer science. Having a ready made collection of problems took a lot of stress away those first couple of years.
The Good
Lots of Problems
There are tons of problems on CodingBat. Last time I counted it was over 200 just for Java, plus many of the same problems rewritten for Python.
Before tests and leading into the AP exam in May I link to problems so my students have plenty of stuff to work on.
New Stuff
The pace that they’re adding new problems has slowed a bit. But as many as are already there it’s probably getting tough to come up with totally new problems. The collection is still growing though. There’s new problems added fairly regularly.
They’ve also added Map problems to the Java side a few months ago. Or, at least, that’s when I first noticed them. Great for those data structures classes.
And I was way more geeked than I would like to publicly admit when they added Python problems a few years ago.
Online Editor
Online editors are pretty common now, but when I first started using CodingBat having students able to write their code directly on a website was a big deal.
They’ve improved the editor as well. When it first went online it was just a generic HTML textarea. It’s since been upgraded to use a proper editor with tab support and syntax highlighting.
One button and students can check their work.
It’s Fast
Not sure what they’re doing on the back end, but CodingBat is really fast when you test a problem. Can’t really verify this, but I assume it’s not actually compiling and running the code. My guess is that it’s somehow parsing it without actually running it through javac. It just seems to fast to be compiling.
Make Your Own
The instructions are a little buried, but it’s possible to make your own problems for your students.
I’ve done this a few times. And once you’ve gotten through the learning curve of the first couple it’s pretty fast and intuitive.
Just go try it
Okay, I’m going to stop the list of good parts here. Each time I’ve added a section I’ve thought of at least one more. So if you’ve never tried CodingBat, go give it a shot.
The Bad
To quote Randy Pausch, ” I can’t be all sweetness and light, because I have no credibility.” I have to include a few things that I think CodingBat could do better. But I’ve got to tell you it was tough to come up with these. It’s a great tool and I think these negatives are all pretty trivial.
Cleaning up Classes
One of the good parts that I left out to keep this post from going on too long is that your students can share their submissions with you and you can go and look at their code.
But there doesn’t seem to be a way to group students. Not a big deal for small classes. I’ve had years though with 100 plus students using CodingBat and it’s tough to scroll through all of those. It would be nice to be able to group students into classes.
With that, it’s also tedious to remove students from your list at the end of the term. It may have improved since the last time I’ve done this, but last time I had to copy and paste each student’s email address and click a button to removed them individually. A “clear all students” button would be great.
… and …
Okay, so that’s really the only negative I could think of. Felt like I had to include at least one.
In this series
Want to stay in touch and keep up to date with the latest posts @ CompSci.rocks?