diff --git a/src/components/Tutorial/Builder/BlocklyExample.js b/src/components/Tutorial/Builder/BlocklyExample.js index 217e1db..3983d5a 100644 --- a/src/components/Tutorial/Builder/BlocklyExample.js +++ b/src/components/Tutorial/Builder/BlocklyExample.js @@ -134,7 +134,7 @@ class BlocklyExample extends Component { {this.state.checked && !this.props.task ? Anmerkung: Man kann den initialen Setup()- bzw. Endlosschleifen()-Block löschen. Zusätzlich ist es möglich u.a. nur einen beliebigen Block auszuwählen, ohne dass dieser als deaktiviert dargestellt wird. : null} - // ensure that the correct xml-file is displayed in the workspace + {/* ensure that the correct xml-file is displayed in the workspace */} {this.state.checked && this.state.xml? (() => { return(
diff --git a/src/components/Tutorial/Instruction.js b/src/components/Tutorial/Instruction.js index 739d798..de0095d 100644 --- a/src/components/Tutorial/Instruction.js +++ b/src/components/Tutorial/Instruction.js @@ -23,6 +23,11 @@ class Instruction extends Component { : null} {areRequirements > 0 ? : null} + {step.picture ? +
+ +
+ : null} {step.xml ?