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:lu05:aufgaben:20 [2025/04/04 10:10] – vdemir | en:modul:m291:learningunits:lu05:aufgaben:20 [2025/04/08 09:36] (aktuell) – [Assignment] 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: | + | * Expected result: |
===== Learning objectives ===== | ===== Learning objectives ===== | ||
Zeile 11: | Zeile 11: | ||
===== Source ===== | ===== Source ===== | ||
- | You can take your solutions from assigmnent 2 to 18. Elsewise download the official solutions from the solution page of the assignment. | + | You can take your solutions from assigmnent 2 to 18. Elsewise download the official solutions from the solution page of the assignment, but add the insight to the code as source code comments. |
===== Assignment | ===== Assignment | ||
- | Programming within an emulator e.g. **W3School | VUE** is nice, but not really programming. Thus we need to transfer our script to the Webstorm | + | Programming within an emulator e.g. **W3School | VUE** is nice, but not really programming. Thus, we need to transfer our script to the Webstorm |
- | - Transfer your solution vom assignment 2 to 18 to transfer | ||
- | - Use a directory structure | ||
- | - 01_v-bind | ||
- | - 02_v-if | ||
- | - 03_v-show | ||
- | - 04_v-for | ||
- | - 05_combined | ||
- | - Makesure that furthermore each solution is properly name after the assignment and the name of the assignment is displayed as <h1> | ||
- Create a directory **media** and safe the requiered images in it. | - Create a directory **media** and safe the requiered images in it. | ||
+ | - Transfer your solutions from the assignments 2 to 18 to the Webstorm code-editor | ||
+ | - Remember a simple best-practise: | ||
+ | - Use the following directory structure | ||
+ | - **01_v-bind**: | ||
+ | - **02_v-if**: | ||
+ | - **03_v-show**: | ||
+ | - **04_v-for**: | ||
+ | - **05_combined**: | ||
+ | - Make sure, that each solution is properly named after the assignment (e.g. **lu05.s10.html**) and the name of the assignment is displayed as <h1> | ||
+ | - Delete all unnecessary code-parts. | ||
+ | - **Test the correctness** of the transfer by executing the script (Browser Button on the right upper corner of the window). | ||
+ | - if not already done, **add comments** as HTML or JS notation to note down important insights to your code | ||
+ | | ||
- | {{: | + | {{: |
+ | ===== Vocabulary ===== | ||
+ | ^ English ^ German ^ | ||
+ | | insight | Einsicht, Einblick | | ||
+ | | mere | bloss, nur ein ... | | ||
+ | | thus | folglich, somit | | ||
+ | |||
+ | ---- | ||
+ | [[https:// | ||
===== Solution ===== | ===== Solution ===== |