Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| en:modul:m291:learningunits:lu06:aufgaben:03 [2025/04/25 13:34] – vdemir | en:modul:m291:learningunits:lu06:aufgaben:03 [2025/05/05 12:25] (aktuell) – alte Version wiederhergestellt (2025/04/25 13:59) vdemir | ||
|---|---|---|---|
| Zeile 4: | Zeile 4: | ||
| * Work type: Individual | * Work type: Individual | ||
| * Means of aid: only teaching materials, no websearch, no use of ai. | * Means of aid: only teaching materials, no websearch, no use of ai. | ||
| - | * Timeframe: | + | * Timeframe: |
| * Expected result: A functional Vue script with additional newfunction with mouse-right-click and mouse-left-click. | * Expected result: A functional Vue script with additional newfunction with mouse-right-click and mouse-left-click. | ||
| ===== Source ===== | ===== Source ===== | ||
| Zeile 11: | Zeile 11: | ||
| ===== Assignments | ===== 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 **right-click**: | + | - Add another button **+2 Moose** which counts up by **step-size 2**, but use this time the event **@click.right=....** |
| - | - Add another button **-2 Moose** which counts down by **step-size 2**, and use this thime the event left-click**: | + | - Add another button **-2 Moose** which counts down by **step-size 2**, and use this thime the event **@click.left=....** |
| - Add finally a mouseover event to the image by using the event **v-on: | - Add finally a mouseover event to the image by using the event **v-on: | ||