add pronoms
This commit is contained in:
parent
847cb433ee
commit
4c7737c531
1 changed files with 19 additions and 0 deletions
19
hanzi_3.js
Normal file
19
hanzi_3.js
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<div id="challenge3"></div>
|
||||
<div id="canvas3" style="width:200px; height:200px; margin-bottom:10px; border: 2px; border-style: solid;"></div>
|
||||
<button id="valid3">Vérifier</button>
|
||||
<p id="feedback3"></p>
|
||||
<script>
|
||||
const module1 = createMyReusableModule();
|
||||
|
||||
module1.init({
|
||||
challengeID: "challenge3",
|
||||
canvasID: "canvas3",
|
||||
feedbackID: "feedback3",
|
||||
button_OK_ID: "valid3",
|
||||
view_settings: {
|
||||
showCharacter: true,
|
||||
showOutline: true,
|
||||
},
|
||||
datas: pronomsChinois
|
||||
});
|
||||
</script>
|
||||
Loading…
Reference in a new issue