diff --git a/assignment/assignment.html b/assignment/assignment.html index 63167c4..47e8b20 100644 --- a/assignment/assignment.html +++ b/assignment/assignment.html @@ -9,8 +9,6 @@ } -
-

Practical stuff

-->
- +
Screenshot of test runner
Further, you must add one extra scenario to this file. This scenario should test a requirement that is not yet covered by the existing tests. Please do not blindly copy an input/output trace that was generated by the GUI. If you do use the GUI to generate a trace, read it, and add comments to it that explain what goes on (similar to the existing scenarios). @@ -462,7 +460,7 @@ There are three ways you can test your solution:

Anti-pattern: implementing your own "timer" (don't do this!)

Every year, I see some students implementing some variation of the following:

- +

instead of just creating a transition from A to B labeled after 2s. This serves no purpose whatsoever. It is unnecessarily complex, and the generated code will be less performant. Don't do this!

@@ -486,5 +484,4 @@ There are three ways you can test your solution:
  • Output events are not instantaneous. Instead, they remain active until the next RTC step occurs (this is wrong).
  • - diff --git a/assignment/gui.png b/assignment/gui.png index aec00f6..f746a53 100644 Binary files a/assignment/gui.png and b/assignment/gui.png differ diff --git a/assignment/recording.webm b/assignment/recording.webm index bc47dc3..384822b 100644 Binary files a/assignment/recording.webm and b/assignment/recording.webm differ