lido-player 0.0.2-alpha-60-dev → 0.0.2-alpha-61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs.js +1 -1
- package/dist/cjs/lido-avatar_22.cjs.entry.js +70 -28
- package/dist/cjs/lido-player.cjs.js +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{utils-28faa755.js → utils-9cf49b55.js} +118 -55
- package/dist/collection/components/container/lido-container.js +21 -18
- package/dist/collection/components/home/lido-home.js +4 -4
- package/dist/collection/components/root/lido-root.js +5 -5
- package/dist/collection/components/text/lido-text.js +3 -2
- package/dist/collection/stories/Templates/balancing/balancing.stories.js +1 -1
- package/dist/collection/stories/Templates/imageMatch/imageMatch.stories.js +16 -15
- package/dist/collection/stories/Templates/numberIdentification/numberIdentificationimageTotext.stories.js +9 -7
- package/dist/collection/stories/Templates/numberIdentification/numberIdentificationtextTotext.stories.js +8 -6
- package/dist/collection/stories/Templates/palEgmaCalculateSum/palEgmaMultiOption.stories.js +2 -2
- package/dist/collection/stories/Templates/palEgmaCalculateSum/palEgmaSumTogether.stories.js +1 -1
- package/dist/collection/stories/Templates/palEgmaPatternMatching/palEgmaPatternMatching.stories.js +31 -18
- package/dist/collection/stories/Templates/palEgmaWordProblem/palEgmaWordProblem.stories.js +5 -5
- package/dist/collection/stories/Templates/palEgraInventedSpelling/pal_egra_invented_spelling_schema.stories.js +10 -7
- package/dist/collection/stories/Templates/palEgraMCQWithImage/palEgraMCQWithImage.stories.js +10 -6
- package/dist/collection/stories/Templates/palEgraOptionWithAudio/palEgraOptionWithAudio.stories.js +19 -14
- package/dist/collection/stories/Templates/palEgraStoryMaking/pal_egra_story_making.stories.js +8 -8
- package/dist/collection/stories/Templates/palEgraTemplate1/palEgraLetterIdentification.stories.js +17 -10
- package/dist/collection/stories/Templates/palEgraWordMatch/palEgraWordMatch.stories.js +97 -0
- package/dist/collection/stories/Templates/palEgra_OddOneOut/palEgra_oddOneOut.stories.js +6 -6
- package/dist/collection/stories/Templates/palEgra_arrange_pictures/palEgra_arrange_pictures.stories.js +16 -19
- package/dist/collection/stories/Templates/palEgra_build_word/palEgra_build_word.stories.js +17 -18
- package/dist/collection/stories/Templates/palEgra_word_formation/palEgra_WordFormation.stories.js +22 -19
- package/dist/collection/stories/Templates/palStorytale/palStorytale.stories.js +9 -9
- package/dist/collection/stories/Templates/pictureClues/pictureClues.stories.js +9 -9
- package/dist/collection/stories/Templates/pictureWordMatch/pictureWordMatch1.stories.js +13 -13
- package/dist/collection/stories/Templates/pictureWordMatch/pictureWordMatch2.stories.js +9 -9
- package/dist/collection/stories/Templates/sentenceMatch/sentenceMatch.stories.js +63 -0
- package/dist/collection/stories/Templates/substraction/substractionWithimg.stories.js +7 -7
- package/dist/collection/stories/Templates/substraction/substractionWithoutImg.stories.js +13 -13
- package/dist/collection/stories/Templates/wordBuilding/wordBuildingwithimg.stories.js +7 -7
- package/dist/collection/stories/Templates/wordBuilding/wordBuildingwithoutimg.stories.js +1 -1
- package/dist/collection/stories/Templates/writeSet/writeSet.stories.js +6 -5
- package/dist/collection/utils/audioPlayer.js +10 -0
- package/dist/collection/utils/customEvents.js +2 -1
- package/dist/collection/utils/i18n.js +2 -0
- package/dist/collection/utils/utils.js +4 -11
- package/dist/collection/utils/utilsHandlers/clickHandler.js +12 -7
- package/dist/collection/utils/utilsHandlers/dragDropHandler.js +26 -52
- package/dist/collection/utils/utilsHandlers/lidoBalanceHandler.js +4 -5
- package/dist/collection/utils/utilsHandlers/timer.js +53 -0
- package/dist/components/index.js +1 -1
- package/dist/components/lido-avatar.js +1 -1
- package/dist/components/lido-balance.js +1 -1
- package/dist/components/lido-calculator.js +1 -1
- package/dist/components/lido-canvas.js +1 -1
- package/dist/components/lido-cell.js +1 -1
- package/dist/components/lido-col.js +1 -1
- package/dist/components/lido-container.js +1 -1
- package/dist/components/lido-flash-card.js +1 -1
- package/dist/components/lido-float.js +1 -1
- package/dist/components/lido-home.js +1 -1
- package/dist/components/lido-image.js +1 -1
- package/dist/components/lido-keyboard.js +1 -1
- package/dist/components/lido-math-matrix.js +1 -1
- package/dist/components/lido-pos.js +1 -1
- package/dist/components/lido-random.js +1 -1
- package/dist/components/lido-root.js +27 -27
- package/dist/components/lido-row.js +1 -1
- package/dist/components/lido-shape.js +1 -1
- package/dist/components/lido-slide-fill.js +1 -1
- package/dist/components/lido-text.js +1 -1
- package/dist/components/lido-trace.js +1 -1
- package/dist/components/lido-wrap.js +1 -1
- package/dist/components/{p-354f7b19.js → p-0f54f212.js} +2 -2
- package/dist/components/{p-3acada8c.js → p-16a6a6f6.js} +1 -1
- package/dist/components/{p-b151457d.js → p-27bfb88f.js} +22 -20
- package/dist/components/{p-93acfbb2.js → p-2b0ef6d4.js} +1 -1
- package/dist/components/{p-c90d92db.js → p-2ce1503f.js} +1 -1
- package/dist/components/{p-8f082c62.js → p-2fedf56d.js} +1 -1
- package/dist/components/{p-a182c9a2.js → p-3c9dd098.js} +1 -1
- package/dist/components/{p-235091a1.js → p-40afd35f.js} +118 -56
- package/dist/components/{p-57400ebc.js → p-4a1af1bb.js} +1 -1
- package/dist/components/{p-74c270d2.js → p-4c1d15df.js} +2 -2
- package/dist/components/{p-5e7c6afa.js → p-4ec94e44.js} +1 -1
- package/dist/components/{p-3acd9a2e.js → p-572f8490.js} +1 -1
- package/dist/components/{p-16604098.js → p-6bee9883.js} +1 -1
- package/dist/components/{p-4d01394c.js → p-76947363.js} +1 -1
- package/dist/components/{p-de45dcab.js → p-8632f479.js} +25 -25
- package/dist/components/{p-db2a05f5.js → p-97ca067d.js} +3 -3
- package/dist/components/{p-8a32f7cb.js → p-be063cbd.js} +1 -1
- package/dist/components/{p-8c0667eb.js → p-d28496a9.js} +1 -1
- package/dist/components/{p-b867548e.js → p-df6042b0.js} +1 -1
- package/dist/components/{p-06cecca5.js → p-dfa70e99.js} +1 -1
- package/dist/components/{p-37c86a94.js → p-e4b71ba1.js} +47 -7
- package/dist/components/{p-32c89979.js → p-f241ab97.js} +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/lido-avatar_22.entry.js +70 -28
- package/dist/esm/lido-player.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{utils-2edeb213.js → utils-01d6cbb5.js} +118 -56
- package/dist/lido-player/index.esm.js +1 -1
- package/dist/lido-player/lido-player.esm.js +1 -1
- package/dist/lido-player/{p-add7f36e.js → p-c5ca9462.js} +2 -2
- package/dist/lido-player/p-e4d5dabf.entry.js +1 -0
- package/dist/types/components/container/lido-container.d.ts +1 -1
- package/dist/types/components/home/lido-home.d.ts +1 -1
- package/dist/types/components/root/lido-root.d.ts +1 -1
- package/dist/types/components.d.ts +24 -24
- package/dist/types/stories/Templates/palEgraWordMatch/palEgraWordMatch.stories.d.ts +4 -0
- package/dist/types/stories/Templates/sentenceMatch/sentenceMatch.stories.d.ts +4 -0
- package/dist/types/utils/audioPlayer.d.ts +1 -0
- package/dist/types/utils/constants.d.ts +4 -5
- package/dist/types/utils/utilsHandlers/timer.d.ts +14 -0
- package/package.json +1 -1
- package/dist/lido-player/p-280e3d34.entry.js +0 -1
package/dist/collection/stories/Templates/palEgra_word_formation/palEgra_WordFormation.stories.js
CHANGED
|
@@ -11,7 +11,7 @@ export const palEgraWordFormation = {
|
|
|
11
11
|
args: {
|
|
12
12
|
image: ['https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/PAL-EGRA/madari.jpg'],
|
|
13
13
|
options: ['म', 'दा', 'री'],
|
|
14
|
-
PracticeMode:
|
|
14
|
+
PracticeMode: false,
|
|
15
15
|
},
|
|
16
16
|
render: args => {
|
|
17
17
|
const xml = getContainerXml(args);
|
|
@@ -19,50 +19,53 @@ export const palEgraWordFormation = {
|
|
|
19
19
|
},
|
|
20
20
|
};
|
|
21
21
|
function getContainerXml(args) {
|
|
22
|
+
const calculatedWidth = (168 * args.options.length) + (23 * args.options.length);
|
|
22
23
|
const drop_cells = args.options.map((q, index) => {
|
|
23
24
|
return `
|
|
24
|
-
<lido-text visible="true" id="drop${index + 1}" tab-index="${12 + index}" value="${q}" string="?" font-family="'Baloo Bhai 2'" width="
|
|
25
|
+
<lido-text visible="true" id="drop${index + 1}" tab-index="${12 + index}" disable-speak="true" value="${q}" string="?" font-family="'Baloo Bhai 2'" width="160px" height="175px" is-allow-only-one-drop="true" font-color="#030028" font-size="landscape.140px, portrait.100px" bg-color="#FFFFFF" type="drop" onEntry="this.fontWeight='700'; this.border-radius='16px';">
|
|
25
26
|
</lido-text>
|
|
26
27
|
`;
|
|
27
28
|
}).join('');
|
|
28
29
|
const shuffledOptions = [...args.options].sort(() => Math.random() - 0.5);
|
|
29
30
|
const drag_cells = shuffledOptions.map((q, index) => {
|
|
30
31
|
return `
|
|
31
|
-
<lido-text visible="true" id="drag${index + 1}" tab-index="${16 + index}" value="${q}" string="${q}" font-family="'Baloo Bhai 2'" width="
|
|
32
|
+
<lido-text visible="true" id="drag${index + 1}" tab-index="${16 + index}" value="${q}" string="${q}" disable-speak="true" font-family="'Baloo Bhai 2'" width="160px" height="175px" font-color="#030028" font-size="landscape.120px, portrait.100px" bg-color="#A05730" type="drag" onEntry="this.fontWeight='700'; this.border-radius='16px'; this.justifyContent='center'; this.alignItems='baseline';">
|
|
32
33
|
</lido-text>
|
|
33
34
|
`;
|
|
34
35
|
}).join('');
|
|
35
36
|
// ---------------------- FINAL XML ----------------------
|
|
36
37
|
return `
|
|
37
38
|
<main>
|
|
38
|
-
<lido-container visible="true" id="lido-container" template-id="dragAndDrop" onInCorrect="lido-avatar.avatarAnimate='Fail';this.sleep='2000';" onCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2300';" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/PAL-EGRA/palEgraTemp6_bg.png" objective="${args.options.join(',')}" is-continue-on-correct="${args.PracticeMode}" is-allow-only-correct="${args.PracticeMode}"
|
|
39
|
-
border: 2px solid #FFB612 !important;
|
|
40
|
-
}">
|
|
39
|
+
<lido-container visible="true" id="lido-container" template-id="dragAndDrop" onInCorrect="lido-avatar.avatarAnimate='Fail';this.sleep='2000';" onCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2300';" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/PAL-EGRA/palEgraTemp6_bg.png" objective="${args.options.join(',')}" is-continue-on-correct="${args.PracticeMode}" is-allow-only-correct="${args.PracticeMode}">
|
|
41
40
|
<!-- Chimple Avatar -->
|
|
42
|
-
<lido-cell layout="pos" id="pos1" disable-edit="true" value="pos2" height="landscape.
|
|
43
|
-
x="landscape.
|
|
41
|
+
<lido-cell layout="pos" id="pos1" disable-edit="true" value="pos2" height="landscape.300px,portrait.378px" width="landscape.280px,portrait.382px"
|
|
42
|
+
x="landscape.68%, portrait.30%" y="landscape.3%, portrait.78%" aria-hidden="true" z="1" bg-color="transparent" visible="true" onEntry="">
|
|
44
43
|
<lido-avatar id="lido-avatar" disable-edit="true" visible="true" height="100%" width="100%" src="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/temp2/chimplecharacter.riv" alt-text="{chimpleCharacterRive}">
|
|
45
44
|
</lido-avatar>
|
|
46
45
|
</lido-cell>
|
|
47
46
|
|
|
48
|
-
<lido-cell layout="landscape.row, portrait.row" aria-hidden="true" visible="true" height="landscape.100%,portrait.150px" width="landscape.
|
|
47
|
+
<lido-cell layout="landscape.row, portrait.row" aria-hidden="true" visible="true" height="landscape.100%,portrait.150px" width="landscape.100%, portrait.80%" bg-Color="transparent" margin="landscape.46px 0px 0px 0px,portrait.20px 0px 0px 0px" onEntry="this.z-index='1'; this.justify-content='space-between'; this.alignItems='center'; this.gap='73px';">
|
|
49
48
|
<!-- image cell -->
|
|
50
|
-
<lido-cell layout="landscape.row, portrait.col" tab-index="11" visible="true" margin="landscape.0px 0px 0px 0px,portrait.-168px 0px 0px 0px" onEntry="this.border='11px solid #FFFFFF'; this.justify-content='center'; this.align-items='center';" height="landscape.
|
|
49
|
+
<lido-cell layout="landscape.row, portrait.col" tab-index="11" visible="true" margin="landscape.0px 0px 0px 0px,portrait.-168px 0px 0px 0px" onEntry="this.border='11px solid #FFFFFF'; this.justify-content='center'; this.align-items='center';" height="landscape.590px,portrait.42%" width="landscape.590px,portrait.100%" bg-color="#FFF5BB">
|
|
51
50
|
<lido-image type="text" margin="landscape.0px,portrait.0px 0px 0px 0px" id="" visible="true" src="${args.image}" width="100%" height="100%" onTouch="this.speak='true'">
|
|
52
|
-
|
|
51
|
+
</lido-image>
|
|
53
52
|
</lido-cell>
|
|
54
53
|
|
|
55
54
|
|
|
56
|
-
<lido-cell layout="landscape.col, portrait.col" visible="true" margin="landscape.0px,portrait.0" onEntry="this.border-radius='26px';" height="landscape.
|
|
55
|
+
<lido-cell layout="landscape.col, portrait.col" visible="true" margin="landscape.138px 51px 0px 0px,portrait.0" onEntry="this.border-radius='26px';" height="landscape.80%,portrait.35%" width="landscape.51%,portrait.100%" bg-color="transparent">
|
|
56
|
+
<lido-text visible="false" id="inventedAudio" string="${args.options.join('')}" tab-index="2" font-size="80px" font-color="#07004E" border-radius="16px" bg-color="#FFF5BB" onEntry="this.fontWeight='700'; this.border='#FFB612 2px solid'; this.padding='25px 50px';"></lido-text>
|
|
57
|
+
<lido-cell visible="true" id="audioCell" layout="row" width="160px" height="160px" onTouch="inventedAudio.speak='true';" bg-color="white" border-radius="70px" onEntry="this.border='#ffac4c 2px solid'; this.boxShadow='0px 8px 0px #f34d08;'" margin="-113px 289px 0px 0px">
|
|
58
|
+
<lido-image visible="true" bg-color="transparent" width="100px" height="100px" src="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/Icons/palAudioIcon.png"></lido-image>
|
|
59
|
+
</lido-cell>
|
|
57
60
|
<!-- drop cells -->
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
+
<lido-cell layout="landscape.row, portrait.col" visible="true" margin="landscape.0px,portrait.0" onEntry="this.border-radius='16px';" height="landscape.239px,portrait.35%" width="landscape.${calculatedWidth}px,portrait.100%" bg-color="#FFFFFF99" padding="0px 13px 0px 17px">
|
|
62
|
+
${drop_cells}
|
|
63
|
+
</lido-cell>
|
|
61
64
|
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
65
|
+
<!-- drag cells -->
|
|
66
|
+
<lido-cell layout="landscape.row, portrait.col" visible="true" margin="landscape.0px,portrait.0" onEntry="this.border-radius='16px';" height="landscape.239px,portrait.35%" width="landscape.auto,portrait.100%" bg-color="transparent" padding="0px 13px 0px 17px" gap="23px">
|
|
67
|
+
${drag_cells}
|
|
68
|
+
</lido-cell>
|
|
66
69
|
</lido-cell>
|
|
67
70
|
</lido-cell>
|
|
68
71
|
|
|
@@ -14,21 +14,21 @@ export const AmazingStories = {
|
|
|
14
14
|
};
|
|
15
15
|
function getContainerXml(args) {
|
|
16
16
|
return `<main>
|
|
17
|
-
<lido-container show-prev-button="false" show-next-button="true" id="lido-container" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/palStory/bgImage.png" height="1600px" width="900px" value="mainContainer4" objective="" aria-label="" x="0" y="0" z="0" visible="true" audio="" onTouch="" onCorrect="" onEntry="" onInCorrect="lido-avatar.avatarAnimate='
|
|
18
|
-
<lido-cell layout="row" id="cell1" visible="true" margin="
|
|
17
|
+
<lido-container show-prev-button="false" show-next-button="true" id="lido-container" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/palStory/bgImage.png" height="1600px" width="900px" value="mainContainer4" objective="" aria-label="" x="0" y="0" z="0" visible="true" audio="" onTouch="" onCorrect="" onEntry="" onInCorrect="lido-avatar.avatarAnimate='Success'; this.sleep='2000';" show-check="false" is-continue-on-correct="true">
|
|
18
|
+
<lido-cell layout="row" id="cell1" visible="true" margin="99px 164px 0px 0px" value="cell1" width="landscape.87%,portrait.86%" height="landscape.76%,portrait.80%" x="50px" y="50px" bg-color="transparent" onEntry="" >
|
|
19
19
|
|
|
20
|
-
<lido-text id="text1" tab-index="1" value="text1" visible="true" width="landscape.100%,portrait.90%" height="100%" bg-color="#FFF5BB" font-family="Baloo Bhai 2" font-size="60px" font-color="#000" string='${args.content}' onEntry="this.border='2px solid #FFB612'; this.fontWeight='600';this.padding='
|
|
20
|
+
<lido-text id="text1" tab-index="1" value="text1" visible="true" width="landscape.100%,portrait.90%" height="100%" bg-color="#FFF5BB" font-family="Baloo Bhai 2" font-size="60px" font-color="#000" string='${args.content}' onEntry="this.border='2px solid #FFB612'; this.fontWeight='600';this.padding='20px 28px'; this.boxShadow='unset'; this.border-radius='16px'; this.textAlign='start'; this.speak='true';">
|
|
21
21
|
</lido-text>
|
|
22
22
|
</lido-cell>
|
|
23
23
|
|
|
24
24
|
<!-- below is the code for avatar -->
|
|
25
25
|
|
|
26
|
-
<lido-pos id="pos1" disable-edit="true" value="pos1" height="
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
26
|
+
<lido-cell layout="pos" id="pos1" disable-edit="true" value="pos1" height="landscape.373px,portrait.401px" width="landscape.344px,portrait.401px" x="landscape.82%, portrait.24%" y="landscape.59%, portrait.83%" aria-hidden="true" z="2" bg-color="transparent" type="" visible="true" audio="" onTouch="" onCorrect="">
|
|
27
|
+
<lido-avatar id="lido-avatar" disable-edit="true" visible="true" height="100%" width="100%" src="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/temp1/chimplecharacter.riv" alt-text="{chimpleCharacterRive}" bg-color="transparent">
|
|
28
|
+
</lido-avatar>
|
|
29
|
+
<lido-image id="image1" disable-edit="true" value="image1" visible="true" src="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/temp1/Shadow.png" bg-color="transparent" width="203px" height="32px" x="landscape.73px,portrait.111px" y="landscape.302px,portrait.344px" alt-text="{shadowImgae}">
|
|
30
|
+
</lido-image>
|
|
31
|
+
</lido-cell>
|
|
32
32
|
</lido-container>
|
|
33
33
|
|
|
34
34
|
</main>`;
|
|
@@ -10,7 +10,7 @@ const meta = {
|
|
|
10
10
|
img1: { control: 'file' },
|
|
11
11
|
sentenceParts: { control: 'object' },
|
|
12
12
|
answer: { control: 'text' },
|
|
13
|
-
|
|
13
|
+
PracticeMode: { control: 'boolean' },
|
|
14
14
|
},
|
|
15
15
|
};
|
|
16
16
|
export default meta;
|
|
@@ -26,7 +26,7 @@ export const pictureClues = {
|
|
|
26
26
|
'#बाजा',
|
|
27
27
|
'बजा।।'
|
|
28
28
|
],
|
|
29
|
-
|
|
29
|
+
PracticeMode: false,
|
|
30
30
|
img1: "https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/picture_Clues/f1.png",
|
|
31
31
|
answer: "बाजा",
|
|
32
32
|
},
|
|
@@ -40,7 +40,7 @@ function renderSentencePart(text, id) {
|
|
|
40
40
|
if (text.startsWith('#')) {
|
|
41
41
|
const value = text.replace('#', '').trim();
|
|
42
42
|
return `
|
|
43
|
-
<lido-text type="drop" drop-attr="stretch" value="${value}" id="${id}" visible="true" height="136px" width="200px" y="19px" onEntry="this.position='relative';this.margin-right='40px';this.border
|
|
43
|
+
<lido-text type="drop" drop-attr="stretch" value="${value}" id="${id}" visible="true" height="136px" width="200px" y="19px" onEntry="this.position='relative';this.margin-right='40px';this.border-radius='16px';"></lido-text>
|
|
44
44
|
`;
|
|
45
45
|
}
|
|
46
46
|
// NORMAL TEXT case
|
|
@@ -53,7 +53,7 @@ function getContainerXml(args) {
|
|
|
53
53
|
const { isAllowOnlyCorrect = true } = args;
|
|
54
54
|
const { sentenceParts = [] } = args;
|
|
55
55
|
return `<main>
|
|
56
|
-
<lido-container
|
|
56
|
+
<lido-container visible="true" template-id="dragAndDrop" id="lido-container" objective="${args.answer}" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/palEgra-pictureWordMatch/bgImg.png" onInCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2000';" onCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2300';" is-continue-on-correct="${args.PracticeMode}" is-allow-only-correct="${args.PracticeMode}" onEntry="">
|
|
57
57
|
|
|
58
58
|
<!-- Chimple Avatar -->
|
|
59
59
|
<lido-cell layout="pos" id="pos1" disable-edit="true" value="pos2" height="landscape.344px,portrait.402px" width="landscape.296px,portrait.398px" x="landscape.85%, portrait.28%" y="landscape.21%, portrait.77%" aria-hidden="true" z="1" bg-color="transparent" visible="true">
|
|
@@ -74,11 +74,11 @@ function getContainerXml(args) {
|
|
|
74
74
|
.join('')}
|
|
75
75
|
</lido-cell>
|
|
76
76
|
<lido-cell layout="row" visible="true" height="270px" width="90%" bg-color="transparent" onEntry="this.align-items='center';this.justify-content='space-around';">
|
|
77
|
-
<lido-text visible="true" height="136px" width="auto" type="drag" id="drag1" tab-index="2" string="${args.option1}" value="${args.option1}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.padding='10px 45px 10px 45px'; this.border-radius='16px';" ></lido-text>
|
|
78
|
-
<lido-text visible="true" height="136px" width="auto" type="drag" id="drag2" tab-index="3" string="${args.option2}" value="${args.option2}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.padding='10px 45px 10px 45px';this.border-radius='16px';" ></lido-text>
|
|
79
|
-
<lido-text visible="true" height="136px" width="auto" type="drag" id="drag3" tab-index="4" string="${args.option3}" value="${args.option3}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.padding='10px 45px 10px 45px';this.border-radius='16px';" ></lido-text>
|
|
80
|
-
<lido-text visible="true" height="136px" width="auto" type="drag" id="drag4" tab-index="5" string="${args.option4}" value="${args.option4}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.padding='10px 45px 10px 45px';this.border-radius='16px';" ></lido-text>
|
|
81
|
-
<lido-text visible="true" height="136px" width="auto" type="drag" id="drag5" tab-index="6" string="${args.option5}" value="${args.option5}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.padding='10px 45px 10px 45px';this.border-radius='16px';" ></lido-text>
|
|
77
|
+
<lido-text visible="true" height="136px" width="auto" disable-speak="true" type="drag" id="drag1" tab-index="2" string="${args.option1}" value="${args.option1}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.padding='10px 45px 10px 45px'; this.border-radius='16px';" ></lido-text>
|
|
78
|
+
<lido-text visible="true" height="136px" width="auto" disable-speak="true" type="drag" id="drag2" tab-index="3" string="${args.option2}" value="${args.option2}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.padding='10px 45px 10px 45px';this.border-radius='16px';" ></lido-text>
|
|
79
|
+
<lido-text visible="true" height="136px" width="auto" disable-speak="true" type="drag" id="drag3" tab-index="4" string="${args.option3}" value="${args.option3}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.padding='10px 45px 10px 45px';this.border-radius='16px';" ></lido-text>
|
|
80
|
+
<lido-text visible="true" height="136px" width="auto" disable-speak="true" type="drag" id="drag4" tab-index="5" string="${args.option4}" value="${args.option4}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.padding='10px 45px 10px 45px';this.border-radius='16px';" ></lido-text>
|
|
81
|
+
<lido-text visible="true" height="136px" width="auto" disable-speak="true" type="drag" id="drag5" tab-index="6" string="${args.option5}" value="${args.option5}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.padding='10px 45px 10px 45px';this.border-radius='16px';" ></lido-text>
|
|
82
82
|
|
|
83
83
|
</lido-cell>
|
|
84
84
|
</lido-cell>
|
|
@@ -17,7 +17,7 @@ const meta = {
|
|
|
17
17
|
answer3: { control: 'text' },
|
|
18
18
|
answer4: { control: 'text' },
|
|
19
19
|
answer5: { control: 'text' },
|
|
20
|
-
|
|
20
|
+
PracticeMode: { control: 'boolean' },
|
|
21
21
|
},
|
|
22
22
|
};
|
|
23
23
|
export default meta;
|
|
@@ -28,7 +28,7 @@ export const pictureWordMatch1 = {
|
|
|
28
28
|
option3: "bag",
|
|
29
29
|
option4: "sun",
|
|
30
30
|
option5: "dog",
|
|
31
|
-
|
|
31
|
+
PracticeMode: true,
|
|
32
32
|
img1: "https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/palEgra-pictureWordMatch/CAT.png",
|
|
33
33
|
img2: "https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/palEgra-pictureWordMatch/SUN.png ",
|
|
34
34
|
img3: "https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/palEgra-pictureWordMatch/BAG.png",
|
|
@@ -49,7 +49,7 @@ function getContainerXml(args) {
|
|
|
49
49
|
let tabCounter = 1;
|
|
50
50
|
const { isAllowOnlyCorrect = true } = args;
|
|
51
51
|
return `<main>
|
|
52
|
-
<lido-container
|
|
52
|
+
<lido-container visible="true" template-id="dragAndDrop" id="lido-container" objective="${args.answer1},${args.answer2},${args.answer3},${args.answer4},${args.answer5}" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/palEgra-pictureWordMatch/bgImg.png" onInCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2000';" onCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2300';" is-continue-on-correct="${args.PracticeMode}" is-allow-only-correct="${args.PracticeMode}" onEntry="">
|
|
53
53
|
|
|
54
54
|
<!-- Chimple Avatar -->
|
|
55
55
|
<lido-cell layout="pos" id="pos1" disable-edit="true" value="pos2" height="landscape.344px,portrait.402px" width="landscape.296px,portrait.398px" x="landscape.94%, portrait.28%" y="landscape.61%, portrait.77%" aria-hidden="true" z="1" bg-color="transparent" visible="true" >
|
|
@@ -67,18 +67,18 @@ function getContainerXml(args) {
|
|
|
67
67
|
<lido-image visible="true" height="261px" width="260px" src="${args.img5}"></lido-image>
|
|
68
68
|
</lido-cell>
|
|
69
69
|
<lido-cell visible="true" layout="row" height="270px" width="90%" bg-color="transparent">
|
|
70
|
-
<lido-
|
|
71
|
-
<lido-
|
|
72
|
-
<lido-
|
|
73
|
-
<lido-
|
|
74
|
-
<lido-
|
|
70
|
+
<lido-text type="drop" value="${args.answer1}" tab-index="8" id="drop1" visible="true" height="122px" width="225px" onEntry="this.border-radius='16px';" ></lido-text>
|
|
71
|
+
<lido-text type="drop" value="${args.answer2}" id="drop2" tab-index="9" visible="true" height="122px" width="225px" onEntry="this.border-radius='16px';"></lido-text>
|
|
72
|
+
<lido-text type="drop" value="${args.answer3}" id="drop3" tab-index="10" visible="true" height="122px" width="225px" onEntry="this.border-radius='16px';"></lido-text>
|
|
73
|
+
<lido-text type="drop" value="${args.answer4}" id="drop4" tab-index="11" visible="true" height="122px" width="225px" onEntry="this.border-radius='16px';"></lido-text>
|
|
74
|
+
<lido-text type="drop" value="${args.answer5}" id="drop5" tab-index="12" visible="true" height="122px" width="225px" onEntry="this.border-radius='16px';"></lido-text>
|
|
75
75
|
</lido-cell>
|
|
76
76
|
<lido-cell visible="true" layout="row" height="270px" width="90%" bg-color="transparent" onEntry="this.align-items='center';this.justify-content='space-around';">
|
|
77
|
-
<lido-text visible="true" height="122px" width="225px" type="drag" id="drag1" tab-index="2" string="${args.option1}" value="${args.option1}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
78
|
-
<lido-text visible="true" height="122px" width="225px" type="drag" id="drag2" tab-index="3" string="${args.option2}" value="${args.option2}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
79
|
-
<lido-text visible="true" height="122px" width="225px" type="drag" id="drag3" tab-index="4" string="${args.option3}" value="${args.option3}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
80
|
-
<lido-text visible="true" height="122px" width="225px" type="drag" id="drag4" tab-index="5" string="${args.option4}" value="${args.option4}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
81
|
-
<lido-text visible="true" height="122px" width="225px" type="drag" id="drag5" tab-index="6" string="${args.option5}" value="${args.option5}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
77
|
+
<lido-text visible="true" height="122px" disable-speak="true" width="225px" type="drag" id="drag1" tab-index="2" string="${args.option1}" value="${args.option1}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
78
|
+
<lido-text visible="true" height="122px" disable-speak="true" width="225px" type="drag" id="drag2" tab-index="3" string="${args.option2}" value="${args.option2}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
79
|
+
<lido-text visible="true" height="122px" disable-speak="true" width="225px" type="drag" id="drag3" tab-index="4" string="${args.option3}" value="${args.option3}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
80
|
+
<lido-text visible="true" height="122px" disable-speak="true" width="225px" type="drag" id="drag4" tab-index="5" string="${args.option4}" value="${args.option4}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
81
|
+
<lido-text visible="true" height="122px" disable-speak="true" width="225px" type="drag" id="drag5" tab-index="6" string="${args.option5}" value="${args.option5}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
82
82
|
</lido-cell>
|
|
83
83
|
|
|
84
84
|
</lido-cell>
|
|
@@ -9,7 +9,7 @@ const meta = {
|
|
|
9
9
|
option5: { control: 'text' },
|
|
10
10
|
img1: { control: 'file' },
|
|
11
11
|
answer: { control: 'text' },
|
|
12
|
-
|
|
12
|
+
PracticeMode: { control: 'boolean' },
|
|
13
13
|
},
|
|
14
14
|
};
|
|
15
15
|
export default meta;
|
|
@@ -20,7 +20,7 @@ export const pictureWordMatch2 = {
|
|
|
20
20
|
option3: "bag",
|
|
21
21
|
option4: "sun",
|
|
22
22
|
option5: "dog",
|
|
23
|
-
|
|
23
|
+
PracticeMode: true,
|
|
24
24
|
img1: "https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/palEgra-pictureWordMatch/CAT.png",
|
|
25
25
|
answer: "cat",
|
|
26
26
|
},
|
|
@@ -33,7 +33,7 @@ function getContainerXml(args) {
|
|
|
33
33
|
let tabCounter = 1;
|
|
34
34
|
const { isAllowOnlyCorrect = true } = args;
|
|
35
35
|
return `<main>
|
|
36
|
-
<lido-container
|
|
36
|
+
<lido-container visible="true" template-id="dragAndDrop" id="lido-container" objective="${args.answer}" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/palEgra-pictureWordMatch/bgImg.png" onInCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2000';" onCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2300';" is-continue-on-correct="${args.PracticeMode}" is-allow-only-correct="${args.PracticeMode}" onEntry="">
|
|
37
37
|
|
|
38
38
|
<!-- Chimple Avatar -->
|
|
39
39
|
<lido-cell layout="pos" id="pos1" disable-edit="true" value="pos2" height="landscape.344px,portrait.402px" width="landscape.296px,portrait.398px" x="landscape.94%, portrait.28%" y="landscape.61%, portrait.77%" aria-hidden="true" z="1" bg-color="transparent" visible="true" >
|
|
@@ -48,15 +48,15 @@ function getContainerXml(args) {
|
|
|
48
48
|
|
|
49
49
|
</lido-cell>
|
|
50
50
|
<lido-cell visible="true" layout="row" height="270px" width="90%" bg-color="transparent">
|
|
51
|
-
<lido-
|
|
51
|
+
<lido-text type="drop" value="${args.answer}" tab-index="8" id="drop1" visible="true" height="122px" width="225px" onEntry="this.border-radius='16px';"></lido-text>
|
|
52
52
|
|
|
53
53
|
</lido-cell>
|
|
54
54
|
<lido-cell visible="true" layout="row" height="270px" width="90%" bg-color="transparent" onEntry="this.align-items='center';this.justify-content='space-around';">
|
|
55
|
-
<lido-text visible="true" height="122px" width="225px" type="drag" id="drag1" tab-index="2" string="${args.option1}" value="${args.option1}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
56
|
-
<lido-text visible="true" height="122px" width="225px" type="drag" id="drag2" tab-index="3" string="${args.option2}" value="${args.option2}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
57
|
-
<lido-text visible="true" height="122px" width="225px" type="drag" id="drag3" tab-index="4" string="${args.option3}" value="${args.option3}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
58
|
-
<lido-text visible="true" height="122px" width="225px" type="drag" id="drag4" tab-index="5" string="${args.option4}" value="${args.option4}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
59
|
-
<lido-text visible="true" height="122px" width="225px" type="drag" id="drag5" tab-index="6" string="${args.option5}" value="${args.option5}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
55
|
+
<lido-text visible="true" disable-speak="true" height="122px" width="225px" type="drag" id="drag1" tab-index="2" string="${args.option1}" value="${args.option1}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
56
|
+
<lido-text visible="true" disable-speak="true" height="122px" width="225px" type="drag" id="drag2" tab-index="3" string="${args.option2}" value="${args.option2}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
57
|
+
<lido-text visible="true" disable-speak="true" height="122px" width="225px" type="drag" id="drag3" tab-index="4" string="${args.option3}" value="${args.option3}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
58
|
+
<lido-text visible="true" disable-speak="true" height="122px" width="225px" type="drag" id="drag4" tab-index="5" string="${args.option4}" value="${args.option4}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
59
|
+
<lido-text visible="true" disable-speak="true" height="122px" width="225px" type="drag" id="drag5" tab-index="6" string="${args.option5}" value="${args.option5}" font-family="'Baloo Bhai 2'" font-color="black" font-size="80px" bg-color="#FFAC4C" onEntry="this.font-weight='700';this.border-radius='16px';" ></lido-text>
|
|
60
60
|
</lido-cell>
|
|
61
61
|
|
|
62
62
|
</lido-cell>
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { html } from "lit";
|
|
2
|
+
const meta = {
|
|
3
|
+
title: 'Templates/sentenceMatch',
|
|
4
|
+
argTypes: {
|
|
5
|
+
questionText: { control: 'text' },
|
|
6
|
+
option1: { control: 'text' },
|
|
7
|
+
option2: { control: 'text' },
|
|
8
|
+
option3: { control: 'text' },
|
|
9
|
+
option4: { control: 'text' },
|
|
10
|
+
answer: { control: 'text' },
|
|
11
|
+
PracticeMode: { control: 'boolean' },
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
export default meta;
|
|
15
|
+
export const sentenceMatch = {
|
|
16
|
+
args: {
|
|
17
|
+
option1: "रमन के स्कूल में खेल दिवस है।",
|
|
18
|
+
option2: "रमन के स्कूल में खेल दिवस हैं।",
|
|
19
|
+
option3: "रमन की स्कूल में खेल दिवस है।",
|
|
20
|
+
option4: "रमन के स्कूल खेल दिवस है।",
|
|
21
|
+
answer: "रमन के स्कूल में खेल दिवस है।",
|
|
22
|
+
questionText: "रमन के स्कूल में खेल दिवस है। रमन के स्कूल में खेल दिवस है। रमन के स्कूल में खेल दिवस है। रमन के स्कूल में खेल दिवस है। म दिवस है।",
|
|
23
|
+
PracticeMode: false,
|
|
24
|
+
},
|
|
25
|
+
render: args => {
|
|
26
|
+
const xml = getContainerXml(args);
|
|
27
|
+
return html `<lido-home .xmlData="${xml}"></lido-home>`;
|
|
28
|
+
},
|
|
29
|
+
};
|
|
30
|
+
function getContainerXml(args) {
|
|
31
|
+
let tabCounter = 1;
|
|
32
|
+
const { isAllowOnlyCorrect = true } = args;
|
|
33
|
+
return `<main>
|
|
34
|
+
<lido-container id="lido-container" value="maincontainer" visible="true" objective="${args.answer}" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/background-images/Quiz%20literacy.png" onEntry="text1.speak='true';" is-allow-only-correct="${args.PracticeMode}" is-Continue-On-Correct="${args.PracticeMode}" onInCorrect="lido-avatar.avatarAnimate='Success'; this.sleep='2000';" onCorrect="lido-avatar.avatarAnimate='Success'; this.sleep='2000';">
|
|
35
|
+
<lido-cell layout="pos" id="pos1" disable-edit="true" value="pos1" height="landscape.375px,portrait.401px" width="landscape.338px,portrait.401px" x="landscape.1323px, portrait.24%" y="landscape.57%, portrait.83%" aria-hidden="true" z="2" bg-color="transparent" type="" visible="true" audio="" onTouch="" onCorrect="">
|
|
36
|
+
<lido-avatar id="lido-avatar" disable-edit="true" visible="true" height="100%" width="100%" src="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/temp1/chimplecharacter.riv" alt-text="{chimpleCharacterRive}" bg-color="transparent">
|
|
37
|
+
</lido-avatar>
|
|
38
|
+
<lido-image id="image1" disable-edit="true" value="image1" visible="true" src="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/temp1/Shadow.png" bg-color="transparent" width="203px" height="32px" x="landscape.74px,portrait.111px" y="landscape.309px,portrait.344px" alt-text="{shadowImgae}">
|
|
39
|
+
</lido-image>
|
|
40
|
+
</lido-cell>
|
|
41
|
+
<lido-text visible="false" id="inst" string="choose the correct option"></lido-text>
|
|
42
|
+
<lido-cell layout="col" visible="true" bg-Color="transparent" width="landscape.100%,portrait.90%" height="68%" margin="landscape.0px,portrait.-107px 0px 0px 0px">
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
<lido-text id="text1" tab-index="1" disable-edit="true" margin="landscape.0px 0px 0px 0px,portrait.0px 0px 60px 0px" value="text1" visible="true" width="landscape.94%,portrait.90%" height="27%" bg-color="#FFF5BB" font-family="'Baloo 2', serif" font-size="60px" font-color="#000" string="${args.questionText}" y="-11%" onEntry="this.position='relative';this.fontWeight='500';this.padding='20px';this.border='2px solid #FFB612'; this.boxShadow='unset';this.border-radius='16px'; this.textAlign='start';">
|
|
47
|
+
</lido-text>
|
|
48
|
+
|
|
49
|
+
<lido-cell layout="col" visible="true" width="landscape.53%,portrait.108%" height="216px" bg-Color="transparent" margin="landscape.0px 0px 0px 0px,portrait.0px 0px 0px 0px" y="21px" x="-88px" onEntry="this.align-items='center'; this.justify-content='center';this.position='relative'; this.gap='25px';">
|
|
50
|
+
<lido-text visible="true" disable-speak="true" audio="" id="option1" font-family="'Baloo Bhai 2'" tab-index="2" font-size="62px" border-radius="12px" font-color="black" height="113px" width="1244px" string="${args.option1}" value="${args.option1}" type="click" onEntry="this.font-weight='500';this.padding='0px 64px 0px 64px';">
|
|
51
|
+
</lido-text>
|
|
52
|
+
<lido-text visible="true" audio="" disable-speak="true" id="option2" font-family="'Baloo Bhai 2'" tab-index="3" font-size="62px" border-radius="12px" font-color="black" height="113px" width="1244px" string="${args.option2}" value="${args.option2}" type="click" onEntry="this.font-weight='500';this.padding='0px 64px 0px 64px';">
|
|
53
|
+
</lido-text>
|
|
54
|
+
<lido-text visible="true" audio="" disable-speak="true" id="option3" font-family="'Baloo Bhai 2'" tab-index="4" font-size="62px" border-radius="12px" font-color="black" height="113px" width="1244px" string="${args.option3}" value="${args.option3}" type="click" onEntry="this.font-weight='500';this.padding='0px 64px 0px 64px';">
|
|
55
|
+
</lido-text>
|
|
56
|
+
<lido-text visible="true" audio="" disable-speak="true" id="option4" font-family="'Baloo Bhai 2'" tab-index="5" font-size="62px" border-radius="12px" font-color="black" height="113px" width="1244px" string="${args.option4}" value="${args.option4}" type="click" onEntry="this.font-weight='500';this.padding='0px 64px 0px 64px';">
|
|
57
|
+
</lido-text>
|
|
58
|
+
</lido-cell>
|
|
59
|
+
</lido-cell>
|
|
60
|
+
|
|
61
|
+
</lido-container>
|
|
62
|
+
</main>`;
|
|
63
|
+
}
|
|
@@ -9,7 +9,7 @@ const meta = {
|
|
|
9
9
|
text1: { control: 'text' },
|
|
10
10
|
text2: { control: 'text' },
|
|
11
11
|
answer: { control: 'text' },
|
|
12
|
-
|
|
12
|
+
PracticeMode: { control: 'boolean' },
|
|
13
13
|
},
|
|
14
14
|
};
|
|
15
15
|
export default meta;
|
|
@@ -19,7 +19,7 @@ export const substractionWithimg = {
|
|
|
19
19
|
option2: "3",
|
|
20
20
|
option3: "8",
|
|
21
21
|
option4: "4",
|
|
22
|
-
|
|
22
|
+
PracticeMode: false,
|
|
23
23
|
text1: "5",
|
|
24
24
|
text2: "2",
|
|
25
25
|
answer: "3",
|
|
@@ -53,7 +53,7 @@ function getContainerXml(args) {
|
|
|
53
53
|
const actualAddImages = generateImages(args.answer, SOLID_IMAGE);
|
|
54
54
|
const actualMinusImages = generateImages(args.text2, OUTLINE_IMAGE);
|
|
55
55
|
return `<main>
|
|
56
|
-
<lido-container visible="true" id="lido-container" template-id="mcq" objective="${args.answer}" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/pal-Subtraction/Frame.png" onInCorrect="lido-avatar.avatarAnimate='
|
|
56
|
+
<lido-container visible="true" id="lido-container" template-id="mcq" objective="${args.answer}" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/pal-Subtraction/Frame.png" onInCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2000';" onCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2300';" is-continue-on-correct="${args.PracticeMode}" is-allow-only-correct="${args.PracticeMode}" onEntry="solid.z-index='2';this.sleep='1000';text2.animation='placeToRight 2s linear';this.sleep='1000';actual.z-index='10';">
|
|
57
57
|
|
|
58
58
|
<!-- Chimple Avatar -->
|
|
59
59
|
<lido-cell layout="pos" id="pos1" disable-edit="true" value="pos2" height="landscape.344px,portrait.402px" width="landscape.296px,portrait.398px" x="landscape.83%, portrait.28%" y="landscape.40%, portrait.77%" aria-hidden="true" z="1" bg-color="transparent" visible="true" >
|
|
@@ -96,10 +96,10 @@ function getContainerXml(args) {
|
|
|
96
96
|
|
|
97
97
|
</lido-cell>
|
|
98
98
|
<lido-cell layout="row" visible="true" width="84%" height="300px">
|
|
99
|
-
<lido-text visible="true" value="${args.option1}" type="click" id="option1" tab-index="8" bg-color="#FFAC4C" height="212.4px" width="280px" string="${args.option1}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
100
|
-
<lido-text visible="true" value="${args.option2}" type="click" id="option2" tab-index="9" bg-color="#FFAC4C" height="212.4px" width="280px" string="${args.option2}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
101
|
-
<lido-text visible="true" value="${args.option3}" type="click" id="option3" tab-index="10" bg-color="#FFAC4C" height="212.4px" width="280px" string="${args.option3}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
102
|
-
<lido-text visible="true" type="click" value="${args.option4}" id="option4" tab-index="11" bg-color="#FFAC4C" height="212.4px" width="280px" string="${args.option4}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
99
|
+
<lido-text visible="true" disable-speak="true" value="${args.option1}" type="click" id="option1" tab-index="8" bg-color="#FFAC4C" height="212.4px" width="280px" string="${args.option1}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
100
|
+
<lido-text visible="true" disable-speak="true" value="${args.option2}" type="click" id="option2" tab-index="9" bg-color="#FFAC4C" height="212.4px" width="280px" string="${args.option2}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
101
|
+
<lido-text visible="true" disable-speak="true" value="${args.option3}" type="click" id="option3" tab-index="10" bg-color="#FFAC4C" height="212.4px" width="280px" string="${args.option3}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
102
|
+
<lido-text visible="true" disable-speak="true" type="click" value="${args.option4}" id="option4" tab-index="11" bg-color="#FFAC4C" height="212.4px" width="280px" string="${args.option4}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
103
103
|
|
|
104
104
|
|
|
105
105
|
|
|
@@ -5,7 +5,7 @@ const meta = {
|
|
|
5
5
|
text1: { control: 'text' },
|
|
6
6
|
text2: { control: 'text' },
|
|
7
7
|
answers: { control: 'text' },
|
|
8
|
-
|
|
8
|
+
PracticeMode: { control: 'boolean' },
|
|
9
9
|
},
|
|
10
10
|
};
|
|
11
11
|
export default meta;
|
|
@@ -14,7 +14,7 @@ export const substractionWithoutImg = {
|
|
|
14
14
|
text1: "36",
|
|
15
15
|
text2: "12",
|
|
16
16
|
answers: "2,4",
|
|
17
|
-
|
|
17
|
+
PracticeMode: true,
|
|
18
18
|
},
|
|
19
19
|
render: args => {
|
|
20
20
|
const xml = getContainerXml(args);
|
|
@@ -25,7 +25,7 @@ function getContainerXml(args) {
|
|
|
25
25
|
const { isAllowOnlyCorrect = true } = args;
|
|
26
26
|
let tabCounter = 1;
|
|
27
27
|
return `<main>
|
|
28
|
-
<lido-container drop-action="infinite-drop" visible="true" template-id="dragAnDrop" id="lido-container" objective="${args.answers}" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/pal-Subtraction/Frame.png" onInCorrect="lido-avatar.avatarAnimate='
|
|
28
|
+
<lido-container drop-action="infinite-drop" visible="true" template-id="dragAnDrop" id="lido-container" objective="${args.answers}" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/pal-Subtraction/Frame.png" onInCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2000';" onCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2300';" is-continue-on-correct="${args.PracticeMode}" is-allow-only-correct="${args.PracticeMode}" onEntry="text1.speak='true';text2.speak='true';text3.speak='true';text4.speak='true';">
|
|
29
29
|
|
|
30
30
|
<!-- Chimple Avatar -->
|
|
31
31
|
<lido-cell layout="pos" id="pos1" disable-edit="true" value="pos2" height="landscape.344px,portrait.402px" width="landscape.296px,portrait.398px" x="landscape.83%, portrait.28%" y="landscape.40%, portrait.77%" aria-hidden="true" z="1" bg-color="transparent" visible="true" >
|
|
@@ -50,16 +50,16 @@ function getContainerXml(args) {
|
|
|
50
50
|
onEntry="this.fontWeight='700';this.border='2px solid #FFB612';this.border-radius='16px';" ></lido-text>
|
|
51
51
|
</lido-cell>
|
|
52
52
|
<lido-cell layout="row" visible="true" width="108%" height="300px">
|
|
53
|
-
<lido-text visible="true" type="drag" id="option1" tab-index="8" bg-color="#FFAC4C" height="212px" width="130px" string="0" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
54
|
-
<lido-text visible="true" value="1" type="drag" id="option2" tab-index="9" bg-color="#FFAC4C" height="212px" width="130px" string="1" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
55
|
-
<lido-text visible="true" value="2" type="drag" id="option3" tab-index="10" bg-color="#FFAC4C" height="212px" width="130px" string="2" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
56
|
-
<lido-text visible="true" type="drag" value="3" id="option4" tab-index="11" bg-color="#FFAC4C" height="212px" width="130px" string="3" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
57
|
-
<lido-text visible="true" type="drag" value="4" id="option5" tab-index="12" bg-color="#FFAC4C" height="212px" width="130px" string="4" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
58
|
-
<lido-text visible="true" type="drag" value="5" id="option6" tab-index="13" bg-color="#FFAC4C" height="212px" width="130px" string="5" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
59
|
-
<lido-text visible="true" type="drag" id="option7" value="6" tab-index="14" bg-color="#FFAC4C" height="212px" width="130px" string="6" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
60
|
-
<lido-text visible="true" type="drag" value="7" id="option8" tab-index="15" bg-color="#FFAC4C" height="212px" width="130px" string="7" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
61
|
-
<lido-text visible="true" value="8" type="drag" id="option9" tab-index="16" bg-color="#FFAC4C" height="212px" width="130px" string="8" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
62
|
-
<lido-text visible="true" value="9" type="drag" id="option10" tab-index="17" bg-color="#FFAC4C" height="212px" width="130px" string="9" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
53
|
+
<lido-text visible="true" disable-speak="true" type="drag" id="option1" tab-index="8" bg-color="#FFAC4C" height="212px" width="130px" string="0" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
54
|
+
<lido-text visible="true" disable-speak="true" value="1" type="drag" id="option2" tab-index="9" bg-color="#FFAC4C" height="212px" width="130px" string="1" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
55
|
+
<lido-text visible="true" disable-speak="true" value="2" type="drag" id="option3" tab-index="10" bg-color="#FFAC4C" height="212px" width="130px" string="2" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
56
|
+
<lido-text visible="true" disable-speak="true" type="drag" value="3" id="option4" tab-index="11" bg-color="#FFAC4C" height="212px" width="130px" string="3" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
57
|
+
<lido-text visible="true" disable-speak="true" type="drag" value="4" id="option5" tab-index="12" bg-color="#FFAC4C" height="212px" width="130px" string="4" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
58
|
+
<lido-text visible="true" disable-speak="true" type="drag" value="5" id="option6" tab-index="13" bg-color="#FFAC4C" height="212px" width="130px" string="5" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
59
|
+
<lido-text visible="true" disable-speak="true" type="drag" id="option7" value="6" tab-index="14" bg-color="#FFAC4C" height="212px" width="130px" string="6" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
60
|
+
<lido-text visible="true" disable-speak="true" type="drag" value="7" id="option8" tab-index="15" bg-color="#FFAC4C" height="212px" width="130px" string="7" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
61
|
+
<lido-text visible="true" disable-speak="true" value="8" type="drag" id="option9" tab-index="16" bg-color="#FFAC4C" height="212px" width="130px" string="8" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
62
|
+
<lido-text visible="true" disable-speak="true" value="9" type="drag" id="option10" tab-index="17" bg-color="#FFAC4C" height="212px" width="130px" string="9" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
</lido-cell>
|
|
@@ -12,7 +12,7 @@ const meta = {
|
|
|
12
12
|
img: { control: 'file' },
|
|
13
13
|
word: { control: 'text' },
|
|
14
14
|
answer: { control: 'text' },
|
|
15
|
-
|
|
15
|
+
PracticeMode: { control: 'boolean' },
|
|
16
16
|
},
|
|
17
17
|
};
|
|
18
18
|
export default meta;
|
|
@@ -24,7 +24,7 @@ export const wordBuildingwithimg = {
|
|
|
24
24
|
option4: "P",
|
|
25
25
|
option5: "M",
|
|
26
26
|
img: "https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/WordBuilding/image.png",
|
|
27
|
-
|
|
27
|
+
PracticeMode: true,
|
|
28
28
|
word: "CAT",
|
|
29
29
|
letter1: "A",
|
|
30
30
|
letter2: "T",
|
|
@@ -38,7 +38,7 @@ export const wordBuildingwithimg = {
|
|
|
38
38
|
function getContainerXml(args) {
|
|
39
39
|
const { isAllowOnlyCorrect = true } = args;
|
|
40
40
|
return `<main>
|
|
41
|
-
<lido-container visible="true" id="lido-container" template-id="mcq" objective="${args.answer}" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/WordBuilding/bgImage.png" onInCorrect="lido-avatar.avatarAnimate='
|
|
41
|
+
<lido-container visible="true" id="lido-container" template-id="mcq" objective="${args.answer}" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/WordBuilding/bgImage.png" onInCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2000';" onCorrect="lido-avatar.avatarAnimate='Success';this.sleep='1200';data.z-index='100'; data.boxShadow='0 0 40px #FFC107';this.sleep='300'; this.sleep='400'; data.boxShadow='none';this.sleep='2000';" is-continue-on-correct="${args.PracticeMode}" is-allow-only-correct="${args.PracticeMode}" onEntry="blank.z-index='12';">
|
|
42
42
|
<!-- Chimple Avatar -->
|
|
43
43
|
<lido-cell layout="pos" id="pos1" disable-edit="true" value="pos2" height="landscape. 373px,portrait.402px" width="landscape.304px,portrait.398px" x="landscape.0%, portrait.28%" y="landscape.51%, portrait.77%" aria-hidden="true" z="1" bg-color="transparent" visible="true" >
|
|
44
44
|
<lido-avatar id="lido-avatar" disable-edit="true" visible="true" height="100%" width="100%" src="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/temp2/chimplecharacter.riv" alt-text="{chimpleCharacterRive}">
|
|
@@ -62,10 +62,10 @@ function getContainerXml(args) {
|
|
|
62
62
|
</lido-cell>
|
|
63
63
|
<lido-cell visible="true" height="40%" width="79%" layout="row" >
|
|
64
64
|
<lido-text visible="true" type="click" value="${args.option1}" id="option1" tab-index="8" bg-color="#FFAC4C" height="212.4px" width="210px" string="${args.option1}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
65
|
-
<lido-text visible="true" value="${args.option2}" type="click" id="option2" tab-index="9" bg-color="#FFAC4C" height="212.4px" width="210px" string="${args.option2}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
66
|
-
<lido-text visible="true" value="${args.option3}" type="click" id="option3" tab-index="10" bg-color="#FFAC4C" height="212.4px" width="210px" string="${args.option3}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
67
|
-
<lido-text visible="true" value="${args.option4}" type="click" id="option3" tab-index="10" bg-color="#FFAC4C" height="212.4px" width="210px" string="${args.option4}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
68
|
-
<lido-text visible="true" value="${args.option5}" type="click" id="option3" tab-index="10" bg-color="#FFAC4C" height="212.4px" width="210px" string="${args.option5}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
65
|
+
<lido-text visible="true" disable-speak="true" value="${args.option2}" type="click" id="option2" tab-index="9" bg-color="#FFAC4C" height="212.4px" width="210px" string="${args.option2}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
66
|
+
<lido-text visible="true" disable-speak="true" value="${args.option3}" type="click" id="option3" tab-index="10" bg-color="#FFAC4C" height="212.4px" width="210px" string="${args.option3}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
67
|
+
<lido-text visible="true" disable-speak="true" value="${args.option4}" type="click" id="option3" tab-index="10" bg-color="#FFAC4C" height="212.4px" width="210px" string="${args.option4}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
68
|
+
<lido-text visible="true" disable-speak="true" value="${args.option5}" type="click" id="option3" tab-index="10" bg-color="#FFAC4C" height="212.4px" width="210px" string="${args.option5}" font-family="'Baloo Bhai 2'" font-color="black" font-size="140px" onEntry="this.fontWeight='700';this.border-radius='16px';"></lido-text>
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
</lido-cell>
|
|
@@ -37,7 +37,7 @@ export const wordBuildingwithoutimg = {
|
|
|
37
37
|
function getContainerXml(args) {
|
|
38
38
|
const { isAllowOnlyCorrect = true } = args;
|
|
39
39
|
return `<main>
|
|
40
|
-
<lido-container visible="true" id="lido-container" template-id="mcq" objective="${args.answer}" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/WordBuilding/bgImage.png" onInCorrect="lido-avatar.avatarAnimate='
|
|
40
|
+
<lido-container visible="true" id="lido-container" template-id="mcq" objective="${args.answer}" bg-image="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/WordBuilding/bgImage.png" onInCorrect="lido-avatar.avatarAnimate='Success';this.sleep='2000';" onCorrect="lido-avatar.avatarAnimate='Success';data.speak='true';this.sleep='1200';data.z-index='100'; data.boxShadow='0 0 40px #FFC107';this.sleep='300'; this.sleep='400'; data.boxShadow='none';this.sleep='2000';" is-continue-on-correct="${isAllowOnlyCorrect}" is-allow-only-correct="true" onEntry="blank.z-index='12';">
|
|
41
41
|
<!-- Chimple Avatar -->
|
|
42
42
|
<lido-cell layout="pos" id="pos1" disable-edit="true" value="pos2" height="landscape. 373px,portrait.402px" width="landscape.304px,portrait.398px" x="landscape.0%, portrait.28%" y="landscape.51%, portrait.77%" aria-hidden="true" z="1" bg-color="transparent" visible="true" >
|
|
43
43
|
<lido-avatar id="lido-avatar" disable-edit="true" visible="true" height="100%" width="100%" src="https://aeakbcdznktpsbrfsgys.supabase.co/storage/v1/object/public/template-assets/temp2/chimplecharacter.riv" alt-text="{chimpleCharacterRive}">
|