-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAnleitungPuzzle
More file actions
24 lines (18 loc) · 889 Bytes
/
AnleitungPuzzle
File metadata and controls
24 lines (18 loc) · 889 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Eigene Arbeitsblätter erstellen
Vorbereitung: Installation von VisualStudioCode und dem Plugin LiveServer
1. Neuer Ordner erstellen
a) data.json hineinkopieren
b) PNG-Datei des Arbeitsblattes in den Ordner schieben
c) index.html hineinkopieren
2 data.json anpassen:
"dateiname": "DATEINAME DER PNG-DATEI",
"copyright":"QUELLENANGABE DES BILDES",
"titel":"TITEL DER HTML-SEITE UND ÜBERSCHRIFT",
"angabe":"AUFGABENSTELLUNG",
"anzX": Zahl der horizontalen Puzzleteile,
"anzY": Zahl der vertikalen Puzzleteile
"startkarten": {x,y}-Koordinaten der Karten, die zu Beginn bereits am richtigen Platz sind
Wenn keine Karten vorgeben werden sollen, steht hier []
Sonst können hier beliebig viele Paare stehen [{0,0},{1,1},{2,2}]
3. Ordner auf Github-Server kopieren
4. Index.html verlinken