assignment: get rid of the water levels

This commit is contained in:
Joeri Exelmans 2025-11-08 10:49:51 +01:00
parent a013fca768
commit 5674416623

View file

@ -344,7 +344,7 @@ meaning: "as long as the top-right button is pressed, the light should be on, an
<h2>What is expected</h2> <h2>What is expected</h2>
<p>Your solution needs to be <b>precisely</b> correct: superficially correct behavior when running the generated code with the GUI (e.g., seeing the water levels change) is <b>not enough</b>: the timing-related requirements are <b>exact</b>.</p> <p>Your solution needs to be <b>precisely</b> correct: superficially correct behavior when interacting with the Plant UI is <b>not enough</b>: the timing-related requirements are <b>exact</b>.</p>
<p>The assignment has been designed specifically to encourage use of as many Statechart features as possible:</p> <p>The assignment has been designed specifically to encourage use of as many Statechart features as possible:</p>
<ul> <ul>
<li>composite states</li> <li>composite states</li>