Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Beide Seiten der vorigen Revision Vorhergehende Überarbeitung | |||
en:modul:m291:learningunits:lu06:aufgaben:03 [2025/05/05 10:20] – vdemir | en:modul:m291:learningunits:lu06:aufgaben:03 [2025/05/05 12:25] (aktuell) – alte Version wiederhergestellt (2025/04/25 13:59) vdemir | ||
---|---|---|---|
Zeile 9: | Zeile 9: | ||
* [[https:// | * [[https:// | ||
- | ===== Assignment A ====== | + | ===== Assignments |
- Take the solution from the previous assignment and name it correctly including the <h1>: **lu06.s03.html** | - Take the solution from the previous assignment and name it correctly including the <h1>: **lu06.s03.html** | ||
- | + | - Add another button **+2 Moose** which counts up by **step-size 2**, but use this time the event **@click.right=....** | |
- | ===== Assgignment B ===== | + | - Add another button **-2 Moose** which counts down by **step-size 2**, and use this thime the event **@click.left=....** |
- | We currently have a single function for adding and subtracting. Dies wollen wir ändern. | + | |
- | + | ||
- | Passen Sie den Aufruf der Methode im HTML-Bereich entsprechend an. Note: The call in Button of < | + | |
- | + | ||
- | Testen Sie den Aufruf der Methode im HTML-Bereich entsprechend an. Note: The call of addMoose must be replaced by removeMoose in the negative case. | + | |
- | + | ||
- | Add further buttons. The aim is to add and subtract | + | |
- | + | ||
- | | + | |
- | + | ||
- | Translated with DeepL.com (free version) | + | |
===== Solution ===== | ===== Solution ===== |