Skip to main content Skip to local navigation
Home » Page 4

Blog posts

Automated student testing of Matlab code, Part 3

Automated student testing of Matlab code, Part 3

The assessment of student learning in the formative stage of a university programming class has become very challenging for a number of reasons: the pandemic has generally disrupted learning processes at the elementary and high school levels Prior to the pandemic, reading and note-taking habits had changed, possibly making them less effective. IDE-specific tools catch […]

It's time to watermark material on eClass

It's time to watermark material on eClass

One of my teaching assistants uploaded my instructional material to Course Hero without my permission. It didn't take me long to figure out who it was. I only had a handful of TAs and the TA used their university user ID as their Course Hero login. When I confronted the TA about it, the TA […]

Bad Submarine Design

Bad Submarine Design

The Titan submarine was officially declared destroyed yesterday, and everyone aboard it dead, not far from the wreck of the Titanic. In the days, months and years to come, scientists, engineers and journalists will comb through documents and videos to determine what went wrong and who should be blamed for the tragedy. A number of […]

Learning Outcomes Example Set 5: Use Engineering Tools

Learning Outcomes Example Set 5: Use Engineering Tools

Introduction This is the fifth in a series of twelve posts on recommended ways to assess learning outcomes in an engineering and computer science school whose programs follow the CEAB graduate attributes model of program characterization either directly or indirectly. These posts are intended to be used as a guide for instructors to design assessments […]

Virtual Programming Lab: Basic Examples

Virtual Programming Lab: Basic Examples

Heard about Virtual Programming Lab (VPL) and eClass at York and want to "kick the tires" a little? If you haven't already, VPL is a plugin for Moodle (eClass at YorkU) that allows instructors to create interactive programming activities for students. Here is some introductory material. [this may need an update after the update in […]

Automated student testing of Matlab code, Part 1

Automated student testing of Matlab code, Part 1

It's important to have dynamic 24/7 interactive activities for programming classes. There are plenty of solutions out there, including Matlab Grader and Möbius. The folks at Jetbrains have their Academy system, too. What I need, at this stage, is a no bells-and-whistles, auto-grader for Matlab code that can run a unit test on a student's […]

What's next for Firmata

What's next for Firmata

[work in progress, Summer 2023] In the Winter of 2022 and 2023 we used Firmata and Firmata4j in the EECS 1021 class. It provides a great deal of functionality while also allowing students to focus on the development of the client on the computer rather than both the client and the Arduino server code. At […]