Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
en:modul:m291:learningunits:lu06:aufgaben:02 [2025/04/25 11:37] – angelegt vdemiren:modul:m291:learningunits:lu06:aufgaben:02 [2025/04/25 12:40] (aktuell) – [Assignments] vdemir
Zeile 1: Zeile 1:
-====== LU06.A02 - Events ======+====== LU06.A02 - Events - increment and decrement ======
  
 ===== Prerequisites  ===== ===== Prerequisites  =====
   * 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: 30 Minutes+  * Timeframe: 20 Minutes
   * Expected result: A functional Vue script similarly new function i.g. increment, decrement, with various step-size, and reset counter.    * Expected result: A functional Vue script similarly new function i.g. increment, decrement, with various step-size, and reset counter. 
 ===== Source ===== ===== Source =====
Zeile 11: Zeile 11:
 ===== Assignments  ====== ===== Assignments  ======
   - Test the code example provided to you. Describe the behaviour of the script using HTML comments.   - Test the code example provided to you. Describe the behaviour of the script using HTML comments.
 +  - Make sure that you have the title <h1> correctly named: **lu06.s02.html**
   - Change the caption of the //Moose-Button// to **+ 1 Moose **.   - Change the caption of the //Moose-Button// to **+ 1 Moose **.
   - Similiarily to the //Moose-Button// add another button **-1 Moose**which counts down.   - Similiarily to the //Moose-Button// add another button **-1 Moose**which counts down.
-  - Add another 2 buttons which count up respectively down by step-size 5 +  - Add another 2 buttons **+5 Moose** and **-5 Moose** which count up respectively down by **step-size 5** 
-  - Add another 2 buttons wich count up respectively donw by step-size 10. +  - Add another 2 buttons **+10 Moose** and **-10 Moose** which count up respectively down by **step-size 10**   
-  - Add another button which resets the counter to 0.+  - Add another button **Reset** which resets the **counter to 0**. 
 +  - Save your script in webstorm in the directory **06_events** and adjust the path to the image. 
 +  - Test your script for correctness
  
 ===== Solution ===== ===== Solution =====
  • en/modul/m291/learningunits/lu06/aufgaben/02.1745573856.txt.gz
  • Zuletzt geändert: 2025/04/25 11:37
  • von vdemir