Going over a lesson with my students about postfix operators vs prefix operators in Java, my students had a question about what happens when an expression has both postfix and prefix operators. In Java, usually you would see one use ++ in a for loop. Usually the counter variable usually increases. Assuming the counter variable…
Author: Jeffrey Wong
Showing Code in Latex ExamDesign class
One can easily add code to a Latex ExamDesign document by using the Listings package. This tutorial will show you how.
Latex ExamDesign: Multiple Choice Scrambler
This is a Perl script I wrote to scramble the choices of multiple choice questions for an exam/test/quiz created with Latex ExamDesign.
Games That Teach Programming
Over the years, I have stumbled upon some games that help students learn the basics of programming and introduce important programming concepts. Usually, I would use these games a class activity where the students partner up and try to beat the game. Lightbot Lightbot is a simple puzzle game where the objective is to guide…
Teacher Day Planner
For the past few years at my school, I’ve designed a teacher planner for my colleagues. Since it was created to be as general and reusable as possible, It consists of only 4 sections (calendar, day notes, attendance, and mark sheet). The teacher planner was originally designed to be A4 size. In the later iterations,…