Skip to content

Commit 349418d

Browse files
committed
Tuto blocs: activer blockly pour la fin de la section Si.
1 parent cc774c8 commit 349418d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tuto_blocs.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ <h3 id="si-emboites"><a href="#si-emboites">: </a>Si(s) emboîtés</h3>
653653
booléens ?</p>
654654
<div id="script-si-emboites"></div>
655655
<script>inject_microalg_editor_in('script-si-emboites', {
656+
blockly_only: true,
656657
src:
657658
'(Si Vrai\n' +
658659
' Alors (Si Vrai\n' +
@@ -670,6 +671,7 @@ <h3 id="si-emboites"><a href="#si-emboites">: </a>Si(s) emboîtés</h3>
670671
emboîtés :</p>
671672
<div id="script-si-emboites-appli"></div>
672673
<script>inject_microalg_editor_in('script-si-emboites-appli', {
674+
blockly_only: true,
673675
src:
674676
'(Afficher "Veuillez taper un nombre.")\n' +
675677
'(Initialiser nbre (Nombre (Demander)))\n' +

0 commit comments

Comments
 (0)