Skip to content

calliope-edu/arbeitsheft2tutorials

Repository files navigation

Arbeitsheft 2 Tutorials

MakeCode Tutorials für das Calliope Arbeitsheft 2

Tutorials aufrufen:

Die Tutorials können direkt als Link wie gefolgt aufgerufen werden:

MakeCode-Editor/Github-Account/Repository/Tutorial(ohne Mardown-Endung .md) https://makecode.calliope.cc / #tutorial: / https://github.com / calliope-edu / arbeitsheft2tutorials / example

Liste der Arbeitsheft 2 Tutorials:

Liste der Arbeitsheft 2 Tutorials ohne Tipps und Lösung

Tutorials erstellen:

Um mehrer Tutorials als URL zu laden müssen folgende Dinge beachtet werden:

  • die Dateigöße der Bilder darf nicht zu groß sein! Am besten unter 50kB
  • pxt.json muss alle verlinkten Datein unter "files:" auflisten:
    • "tutorials/7.3.3_motionkit-ferngesteuerte-roboter.md"

https://makecode.com/writing-docs/user-tutorials https://makecode.com/writing-docs/snippets

Tutorials im Tutorial-Tool testen:

https://makecode.com/tutorial-tool

nützliche Blöcke

Enable Block validation:

Enable the BlocksExistValidator globally and ignore highlighted blocks
Note: highlight is not specified in the markers property.

```validation.global
# BlocksExistValidator
* markers: validate-exists
```

Blockunterschiede anzeigen:

### @diffs true

let x = 1
----------
let x = 1
let y = 1

Blöcke verstecken:

// @hide

Library für V3 hinzufügen, um aktuelle Böcke für den mini V3 anzuzeigen:

v3

TODO

  • Herausfinden wie Blöcke nur pro Schritt hinzugefügt werden

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •