@gamelearn/arcade-components 2.41.1 → 3.0.1

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.
Files changed (212) hide show
  1. package/README.md +8 -5
  2. package/dist/arcade-components.cjs +91984 -0
  3. package/dist/arcade-components.js +91968 -0
  4. package/package.json +74 -73
  5. package/dist/components/animation-component/components/AnimationComponent.js +0 -98
  6. package/dist/components/animation-component/index.js +0 -10
  7. package/dist/components/animation-component/mocks/mockForStory.js +0 -26
  8. package/dist/components/auto-evaluation-component/components/AutoEvaluation.js +0 -215
  9. package/dist/components/auto-evaluation-component/components/EndScreen.js +0 -43
  10. package/dist/components/auto-evaluation-component/components/StartScreen.js +0 -32
  11. package/dist/components/auto-evaluation-component/index.js +0 -10
  12. package/dist/components/auto-evaluation-component/mocks/mockForStory.js +0 -38
  13. package/dist/components/cards-selector-puzzle-component/components/Board/index.js +0 -159
  14. package/dist/components/cards-selector-puzzle-component/components/Card/index.js +0 -115
  15. package/dist/components/cards-selector-puzzle-component/components/CardsSelectorPuzzleComponent.js +0 -289
  16. package/dist/components/cards-selector-puzzle-component/index.js +0 -10
  17. package/dist/components/cards-selector-puzzle-component/mocks/mockForStory.js +0 -446
  18. package/dist/components/cartel-component/components/CartelComponent.js +0 -124
  19. package/dist/components/cartel-component/index.js +0 -10
  20. package/dist/components/chained-image-click-puzzle-component/components/ChainedImageClickPuzzleComponent.js +0 -80
  21. package/dist/components/chained-image-click-puzzle-component/components/CurrentImagePuzzle.js +0 -182
  22. package/dist/components/chained-image-click-puzzle-component/index.js +0 -10
  23. package/dist/components/chained-image-click-puzzle-component/mocks/mockForStory.js +0 -413
  24. package/dist/components/comic-component/components/ComicComponent.js +0 -201
  25. package/dist/components/comic-component/components/Slide.js +0 -31
  26. package/dist/components/comic-component/components/Vignette.js +0 -70
  27. package/dist/components/comic-component/index.js +0 -10
  28. package/dist/components/comic-component/mocks/mockForStory.js +0 -314
  29. package/dist/components/conversational-component/components/ConversationalComponent.js +0 -101
  30. package/dist/components/conversational-component/index.js +0 -10
  31. package/dist/components/conversational-pro-component/components/ConversationalProComponent.js +0 -543
  32. package/dist/components/conversational-pro-component/components/Message.js +0 -37
  33. package/dist/components/conversational-pro-component/components/Slot.js +0 -92
  34. package/dist/components/conversational-pro-component/components/SlotList.js +0 -162
  35. package/dist/components/conversational-pro-component/components/scene/Panel.js +0 -179
  36. package/dist/components/conversational-pro-component/components/scene/Panels.js +0 -46
  37. package/dist/components/conversational-pro-component/components/scene/index.js +0 -77
  38. package/dist/components/conversational-pro-component/index.js +0 -10
  39. package/dist/components/conversational-pro-component/mocks/mockForStory.js +0 -1529
  40. package/dist/components/cracker-puzzle-component/components/CrackerPuzzleComponent.js +0 -261
  41. package/dist/components/cracker-puzzle-component/components/DrawGrid/index.js +0 -33
  42. package/dist/components/cracker-puzzle-component/components/DrawItem/index.js +0 -48
  43. package/dist/components/cracker-puzzle-component/components/DrawRow/index.js +0 -43
  44. package/dist/components/cracker-puzzle-component/components/colors.js +0 -12
  45. package/dist/components/cracker-puzzle-component/components/helpers.js +0 -133
  46. package/dist/components/cracker-puzzle-component/index.js +0 -10
  47. package/dist/components/cracker-puzzle-component/mocks/mockForStory.js +0 -277
  48. package/dist/components/decision-component/components/DecisionBody.js +0 -116
  49. package/dist/components/decision-component/components/DecisionComponent.js +0 -248
  50. package/dist/components/decision-component/components/Feedback.js +0 -40
  51. package/dist/components/decision-component/components/Options.js +0 -74
  52. package/dist/components/decision-component/index.js +0 -10
  53. package/dist/components/decision-component/mocks/mockForStory.js +0 -166
  54. package/dist/components/dialog-component/components/BubbleWrapper.js +0 -39
  55. package/dist/components/dialog-component/components/DialogComponent.js +0 -779
  56. package/dist/components/dialog-component/components/DialogDecision.js +0 -44
  57. package/dist/components/dialog-component/components/SpeechBubbleComponent.js +0 -66
  58. package/dist/components/dialog-component/index.js +0 -10
  59. package/dist/components/dialog-component/mocks/mockForStory.js +0 -550
  60. package/dist/components/drag-item-puzzle-component/components/DragItemPuzzleComponent.js +0 -361
  61. package/dist/components/drag-item-puzzle-component/index.js +0 -10
  62. package/dist/components/drag-item-puzzle-component/mocks/mockForStory.js +0 -74
  63. package/dist/components/feedback-component/components/FeedbackComponent.js +0 -126
  64. package/dist/components/feedback-component/index.js +0 -10
  65. package/dist/components/feedback-component/mocks/mockForStory.js +0 -52
  66. package/dist/components/frame-click-puzzle-component/components/Counter/index.js +0 -24
  67. package/dist/components/frame-click-puzzle-component/components/CurrentFramePuzzle.js +0 -196
  68. package/dist/components/frame-click-puzzle-component/components/FrameClickPuzzleComponent.js +0 -178
  69. package/dist/components/frame-click-puzzle-component/components/Tooltip/index.js +0 -23
  70. package/dist/components/frame-click-puzzle-component/index.js +0 -10
  71. package/dist/components/frame-click-puzzle-component/mocks/mockForStory.js +0 -717
  72. package/dist/components/hacker-puzzle-component/components/HackerPuzzleComponent.js +0 -255
  73. package/dist/components/hacker-puzzle-component/components/languages.js +0 -13
  74. package/dist/components/hacker-puzzle-component/index.js +0 -10
  75. package/dist/components/hacker-puzzle-component/mocks/mockForStory.js +0 -103
  76. package/dist/components/hanged-puzzle-component/components/HangedPuzzleComponent.js +0 -488
  77. package/dist/components/hanged-puzzle-component/index.js +0 -10
  78. package/dist/components/hanged-puzzle-component/mocks/mockForStory.js +0 -61
  79. package/dist/components/hanged-puzzle-component/utils.js +0 -64
  80. package/dist/components/image-click-puzzle-component/components/ImageClickPuzzleComponent.js +0 -40
  81. package/dist/components/image-click-puzzle-component/index.js +0 -10
  82. package/dist/components/image-click-puzzle-component/mocks/mockForStory.js +0 -427
  83. package/dist/components/image-click-wrapper-component/components/CountDown/index.js +0 -18
  84. package/dist/components/image-click-wrapper-component/components/ImageClickWrapperComponent.js +0 -472
  85. package/dist/components/image-click-wrapper-component/components/TimerDialog/index.js +0 -26
  86. package/dist/components/image-click-wrapper-component/index.js +0 -10
  87. package/dist/components/image-click-wrapper-component/mocks/mockForStory.js +0 -432
  88. package/dist/components/image-component/components/ImageComponent.js +0 -83
  89. package/dist/components/image-component/index.js +0 -10
  90. package/dist/components/image-component/mocks/mockForStory.js +0 -52
  91. package/dist/components/index.js +0 -260
  92. package/dist/components/inventory-item/components/InventoryItem.js +0 -120
  93. package/dist/components/inventory-item/index.js +0 -10
  94. package/dist/components/inventory-item/mocks/mockForStory.js +0 -29
  95. package/dist/components/keyboard-puzzle-component/components/KeyboardPuzzleComponent.js +0 -275
  96. package/dist/components/keyboard-puzzle-component/index.js +0 -10
  97. package/dist/components/keyboard-puzzle-component/mocks/mockForStory.js +0 -40
  98. package/dist/components/konva-components/Area/index.js +0 -170
  99. package/dist/components/konva-components/KonvaMapper.js +0 -185
  100. package/dist/components/lectures-component/components/LectureButtons.js +0 -40
  101. package/dist/components/lectures-component/components/LecturesComponent.js +0 -157
  102. package/dist/components/lectures-component/index.js +0 -10
  103. package/dist/components/lectures-component/mocks/mockForStory.js +0 -39
  104. package/dist/components/login-puzzle-component/components/LoginPuzzleComponent.js +0 -243
  105. package/dist/components/login-puzzle-component/index.js +0 -10
  106. package/dist/components/login-puzzle-component/mocks/mockForStory.js +0 -38
  107. package/dist/components/notice-component/components/NoticeComponent.js +0 -96
  108. package/dist/components/notice-component/index.js +0 -10
  109. package/dist/components/notice-component/mocks/mockForStory.js +0 -20
  110. package/dist/components/pattern-component/components/PatternComponent.js +0 -78
  111. package/dist/components/pattern-component/index.js +0 -10
  112. package/dist/components/pattern-component/mocks/mockForStory.js +0 -35
  113. package/dist/components/pdf-component/components/PdfComponent.js +0 -122
  114. package/dist/components/pdf-component/components/PdfVisor.js +0 -187
  115. package/dist/components/pdf-component/index.js +0 -20
  116. package/dist/components/pdf-component/mocks/mockForProps.js +0 -38
  117. package/dist/components/referral-component/components/EmailPill.js +0 -26
  118. package/dist/components/referral-component/components/ReferralComponent.js +0 -115
  119. package/dist/components/referral-component/components/StepOne.js +0 -170
  120. package/dist/components/referral-component/components/StepTwo.js +0 -57
  121. package/dist/components/referral-component/index.js +0 -10
  122. package/dist/components/referral-component/mocks/mockForStory.js +0 -40
  123. package/dist/components/survey-component/components/ApplicableBox.js +0 -49
  124. package/dist/components/survey-component/components/OpinionBox.js +0 -45
  125. package/dist/components/survey-component/components/SurveyComponent.js +0 -150
  126. package/dist/components/survey-component/components/TextBox.js +0 -40
  127. package/dist/components/survey-component/index.js +0 -10
  128. package/dist/components/survey-component/mocks/mockForStory.js +0 -14
  129. package/dist/components/terminal-puzzle-component/components/FilesGroup/Item.js +0 -28
  130. package/dist/components/terminal-puzzle-component/components/FilesGroup/index.js +0 -76
  131. package/dist/components/terminal-puzzle-component/components/Image/index.js +0 -22
  132. package/dist/components/terminal-puzzle-component/components/TerminalPuzzleComponent.js +0 -216
  133. package/dist/components/terminal-puzzle-component/components/Visor/index.js +0 -129
  134. package/dist/components/terminal-puzzle-component/components/utils/index.js +0 -26
  135. package/dist/components/terminal-puzzle-component/index.js +0 -10
  136. package/dist/components/terminal-puzzle-component/mocks/mockForStory.js +0 -188
  137. package/dist/components/test-component/components/Container.js +0 -211
  138. package/dist/components/test-component/components/Feedbacks.js +0 -48
  139. package/dist/components/test-component/components/Questions.js +0 -145
  140. package/dist/components/test-component/components/Results.js +0 -208
  141. package/dist/components/test-component/components/TestComponent.js +0 -302
  142. package/dist/components/test-component/index.js +0 -10
  143. package/dist/components/test-component/mocks/mockForStory.js +0 -113
  144. package/dist/components/text-click-puzzle-component/components/TextClickPuzzleComponent.js +0 -387
  145. package/dist/components/text-click-puzzle-component/index.js +0 -10
  146. package/dist/components/text-click-puzzle-component/mocks/mockForStory.js +0 -485
  147. package/dist/components/text-click-puzzle-component/utils/index.js +0 -76
  148. package/dist/components/url-component/components/UrlComponent.js +0 -88
  149. package/dist/components/url-component/index.js +0 -10
  150. package/dist/components/url-component/mocks/mockForProps.js +0 -20
  151. package/dist/components/video-component/components/VideoComponent.js +0 -73
  152. package/dist/components/video-component/index.js +0 -10
  153. package/dist/components/video-component/mocks/mockForStory.js +0 -94
  154. package/dist/components/video-visor/components/VideoControllers/BufferBar.js +0 -108
  155. package/dist/components/video-visor/components/VideoControllers/ControlButtons.js +0 -31
  156. package/dist/components/video-visor/components/VideoControllers/FinishedVideoButtons.js +0 -32
  157. package/dist/components/video-visor/components/VideoControllers/PlayInitButton.js +0 -37
  158. package/dist/components/video-visor/components/VideoControllers/SkipButton.js +0 -37
  159. package/dist/components/video-visor/components/VideoControllers/Timer.js +0 -37
  160. package/dist/components/video-visor/components/VideoControllers/VolumeBar.js +0 -92
  161. package/dist/components/video-visor/components/VideoControllers/index.js +0 -122
  162. package/dist/components/video-visor/components/VideoVisor.js +0 -271
  163. package/dist/components/video-visor/index.js +0 -10
  164. package/dist/components/video-visor/mocks/mockForStory.js +0 -42
  165. package/dist/components/web-builder-puzzle-component/Popups/PopupColorComponent/index.js +0 -87
  166. package/dist/components/web-builder-puzzle-component/Popups/PopupImageComponent/index.js +0 -94
  167. package/dist/components/web-builder-puzzle-component/Popups/PopupTextComponent/index.js +0 -114
  168. package/dist/components/web-builder-puzzle-component/Popups/index.js +0 -27
  169. package/dist/components/web-builder-puzzle-component/Templates/Bank.js +0 -98
  170. package/dist/components/web-builder-puzzle-component/Templates/Facebook.js +0 -37
  171. package/dist/components/web-builder-puzzle-component/Templates/resourcePath.js +0 -9
  172. package/dist/components/web-builder-puzzle-component/components/EditButton/index.js +0 -28
  173. package/dist/components/web-builder-puzzle-component/components/Feedback/index.js +0 -41
  174. package/dist/components/web-builder-puzzle-component/components/PublishButton/index.js +0 -29
  175. package/dist/components/web-builder-puzzle-component/components/WebBuilderBody/BankBody.js +0 -118
  176. package/dist/components/web-builder-puzzle-component/components/WebBuilderBody/FacebookBody.js +0 -149
  177. package/dist/components/web-builder-puzzle-component/components/WebBuilderBody/index.js +0 -25
  178. package/dist/components/web-builder-puzzle-component/components/WebBuilderFront/index.js +0 -89
  179. package/dist/components/web-builder-puzzle-component/components/WebBuilderHeader/BankHeader.js +0 -84
  180. package/dist/components/web-builder-puzzle-component/components/WebBuilderHeader/FacebookHeader.js +0 -38
  181. package/dist/components/web-builder-puzzle-component/components/WebBuilderHeader/index.js +0 -40
  182. package/dist/components/web-builder-puzzle-component/components/WebBuilderPuzzleComponent.js +0 -302
  183. package/dist/components/web-builder-puzzle-component/components/WebBuilderTopBar/index.js +0 -30
  184. package/dist/components/web-builder-puzzle-component/index.js +0 -10
  185. package/dist/components/web-builder-puzzle-component/mocks/mockForStory.js +0 -27
  186. package/dist/components/writer-puzzle-component/components/ElectionComponent.js +0 -69
  187. package/dist/components/writer-puzzle-component/components/FeedbackComponent.js +0 -97
  188. package/dist/components/writer-puzzle-component/components/FeedbackElement.js +0 -32
  189. package/dist/components/writer-puzzle-component/components/FinishedTextComponent.js +0 -25
  190. package/dist/components/writer-puzzle-component/components/FixedComponent.js +0 -120
  191. package/dist/components/writer-puzzle-component/components/SingleElection.js +0 -85
  192. package/dist/components/writer-puzzle-component/components/WriterPuzzleComponent.js +0 -450
  193. package/dist/components/writer-puzzle-component/index.js +0 -10
  194. package/dist/components/writer-puzzle-component/mocks/mockForStory.js +0 -1194
  195. package/dist/components/zoom-test/components/ZoomTest.js +0 -73
  196. package/dist/components/zoom-test/index.js +0 -10
  197. package/dist/components/zoom-test/mocks/mockForStory.js +0 -21
  198. package/dist/helpers/LangIsRtl.js +0 -16
  199. package/dist/helpers/LightSet.js +0 -35
  200. package/dist/helpers/LodController.js +0 -28
  201. package/dist/helpers/deviceDetection.js +0 -21
  202. package/dist/helpers/drawLOD.js +0 -310
  203. package/dist/helpers/index.js +0 -268
  204. package/dist/helpers/lodStats.js +0 -55
  205. package/dist/helpers/mocker.js +0 -116
  206. package/dist/helpers/useEkho.js +0 -172
  207. package/dist/helpers/useGLB.js +0 -57
  208. package/dist/helpers/useStateMachine.js +0 -277
  209. package/dist/helpers/useTimeout.js +0 -32
  210. package/dist/helpers/useWindowSize.js +0 -44
  211. package/dist/index.js +0 -16
  212. package/dist/test/testSceneWrapper.js +0 -31
@@ -1,1529 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.withoutBackground = exports.voiceOverProps = exports.textToSpeechProps = exports.conversationPropsNoFeedbackNoRewards = exports.conversationPropsLodSettings = exports.conversationProps = exports.converOld = exports.branchedConver = void 0;
7
- var _mocker = require("helpers/mocker");
8
- /* eslint-disable max-len */
9
-
10
- var animations = {
11
- neutral: {
12
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/animation/5f06e116f9efdd00112fcc6f/male_missunderstand_1.glb'
13
- },
14
- angry: {
15
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/animation/5e4a5b4a8487c3000fb7a3bd/standmale_1_angry.glb'
16
- },
17
- sad: {
18
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/animation/5f06e116f9efdd00112fcc6f/male_missunderstand_1.glb'
19
- }
20
- };
21
- var branchedConver = {
22
- emitEvent: _mocker.emitEvent,
23
- soundActions: _mocker.soundActions,
24
- keyboardControl: _mocker.keyboardControl,
25
- lines: [{
26
- id: 'line1',
27
- type: 'conversationalPhrase',
28
- flex: true,
29
- slots: [{
30
- emotion: '',
31
- text: '',
32
- uid: 'DbKslR',
33
- talking: false,
34
- alias: 'paco',
35
- text_labelId: 'text_0_0_nlrZh8Np',
36
- alias_labelId: 'alias_0_0_nlrZh2Iq'
37
- }, {
38
- emotion: 'neutral',
39
- text: '',
40
- uid: null,
41
- talking: false,
42
- text_labelId: 'text_0_1_nlrZiNfB',
43
- alias_labelId: 'alias_0_1_nlrZijhw'
44
- }, {
45
- emotion: 'neutral',
46
- text: '',
47
- uid: null,
48
- talking: false,
49
- text_labelId: 'text_0_2_nlrZiBF3',
50
- alias_labelId: 'alias_0_2_nlrZiR6G'
51
- }, {
52
- emotion: 'neutral',
53
- text: '',
54
- uid: null,
55
- talking: false,
56
- text_labelId: 'text_0_3_nlrZinJN',
57
- alias_labelId: 'alias_0_3_nlrZjLWB'
58
- }, {
59
- emotion: 'neutral',
60
- text: 'Hola!',
61
- uid: 'kjTHqt',
62
- talking: true,
63
- alias: 'manolo',
64
- text_labelId: 'text_0_4_nlrZjUV9',
65
- alias_labelId: 'alias_0_4_nlrZj81d'
66
- }],
67
- audioId: '5f1078861d84860011e179d0',
68
- hasAlias: true,
69
- text_labelId: 'text_0_nlrZj4Nr',
70
- audioId_labelId: 'audioId_0_nlrZkkdo'
71
- }, {
72
- id: 'line2',
73
- flex: true,
74
- type: 'conversationalPhrase',
75
- slots: [{
76
- emotion: '',
77
- text: '',
78
- uid: 'DbKslR',
79
- talking: false,
80
- alias: 'paco',
81
- text_labelId: 'text_0_0_nlrZh8Np',
82
- alias_labelId: 'alias_0_0_nlrZh2Iq'
83
- }, {
84
- emotion: 'neutral',
85
- text: '',
86
- uid: null,
87
- talking: false,
88
- text_labelId: 'text_0_1_nlrZiNfB',
89
- alias_labelId: 'alias_0_1_nlrZijhw'
90
- }, {
91
- emotion: 'neutral',
92
- text: '',
93
- uid: null,
94
- talking: false,
95
- text_labelId: 'text_0_2_nlrZiBF3',
96
- alias_labelId: 'alias_0_2_nlrZiR6G'
97
- }, {
98
- emotion: 'neutral',
99
- text: '',
100
- uid: null,
101
- talking: false,
102
- text_labelId: 'text_0_3_nlrZinJN',
103
- alias_labelId: 'alias_0_3_nlrZjLWB'
104
- }, {
105
- emotion: 'neutral',
106
- text: 'Hola!',
107
- uid: 'kjTHqi',
108
- talking: true,
109
- alias: 'manolo',
110
- text_labelId: 'text_0_4_nlrZjUV9',
111
- alias_labelId: 'alias_0_4_nlrZj81d'
112
- }],
113
- audioId: '5f1078861d84860011e179d0',
114
- hasAlias: true,
115
- text_labelId: 'text_0_nlrZj4Nr',
116
- audioId_labelId: 'audioId_0_nlrZkkdo'
117
- }, {
118
- id: 'line3',
119
- flex: true,
120
- type: 'conversationalPhrase',
121
- slots: [{
122
- emotion: '',
123
- text: '',
124
- uid: 'DbKslR',
125
- talking: false,
126
- alias: 'paco',
127
- text_labelId: 'text_0_0_nlrZh8Np',
128
- alias_labelId: 'alias_0_0_nlrZh2Iq'
129
- }, {
130
- emotion: 'neutral',
131
- text: '',
132
- uid: null,
133
- talking: false,
134
- text_labelId: 'text_0_1_nlrZiNfB',
135
- alias_labelId: 'alias_0_1_nlrZijhw'
136
- }, {
137
- emotion: 'neutral',
138
- text: '',
139
- uid: null,
140
- talking: false,
141
- text_labelId: 'text_0_2_nlrZiBF3',
142
- alias_labelId: 'alias_0_2_nlrZiR6G'
143
- }, {
144
- emotion: 'neutral',
145
- text: '',
146
- uid: null,
147
- talking: false,
148
- text_labelId: 'text_0_3_nlrZinJN',
149
- alias_labelId: 'alias_0_3_nlrZjLWB'
150
- }, {
151
- emotion: 'neutral',
152
- text: 'Hola!',
153
- uid: 'kjTHqx',
154
- talking: true,
155
- alias: 'manolo',
156
- text_labelId: 'text_0_4_nlrZjUV9',
157
- alias_labelId: 'alias_0_4_nlrZj81d'
158
- }],
159
- audioId: '5f1078861d84860011e179d0',
160
- hasAlias: true,
161
- text_labelId: 'text_0_nlrZj4Nr',
162
- audioId_labelId: 'audioId_0_nlrZkkdo'
163
- }, {
164
- id: 'line3',
165
- type: 'conversationalDecision',
166
- payload: {
167
- options: [{
168
- id: 0,
169
- right: false,
170
- feedback: 'dfgsdfgsdfgsdfghdfgh',
171
- text: 'Si',
172
- rewards: [],
173
- audioId: '',
174
- text_labelId: 'text_3_0_u4s8j5fa',
175
- feedback_labelId: 'feedback_3_0_u4s8jVTv',
176
- audioId_labelId: 'audioId_3_0_u4s8jyiK'
177
- }, {
178
- id: 1,
179
- right: false,
180
- feedback: 'fasdfasdfg',
181
- text: 'No',
182
- rewards: [],
183
- audioId: '',
184
- text_labelId: 'text_3_1_u4s8jzBF',
185
- feedback_labelId: 'feedback_3_1_u4s8jWNa',
186
- audioId_labelId: 'audioId_3_1_u4s8jaJY'
187
- }, {
188
- id: 2,
189
- right: true,
190
- feedback: 'asdfasd',
191
- text: 'Patata',
192
- rewards: [],
193
- audioId: '',
194
- text_labelId: 'text_3_2_u4s8jA2Z',
195
- feedback_labelId: 'feedback_3_2_u4s8jBIJ',
196
- audioId_labelId: 'audioId_3_2_u4s8j23g'
197
- }],
198
- required: true,
199
- question: 'Funciona la decisión',
200
- question_labelId: 'question_3_u4s8i10a'
201
- },
202
- decision: true
203
- }, {
204
- id: 'line4',
205
- flex: true,
206
- type: 'conversationalPhrase',
207
- slots: [{
208
- emotion: 'angry',
209
- text: '',
210
- uid: 'DbKslR',
211
- talking: false,
212
- alias: 'paco',
213
- text_labelId: 'text_0_0_nlrZh8Np',
214
- alias_labelId: 'alias_0_0_nlrZh2Iq'
215
- }, {
216
- emotion: 'neutral',
217
- text: '',
218
- uid: null,
219
- talking: false,
220
- text_labelId: 'text_0_1_nlrZiNfB',
221
- alias_labelId: 'alias_0_1_nlrZijhw'
222
- }, {
223
- emotion: 'neutral',
224
- text: '',
225
- uid: null,
226
- talking: false,
227
- text_labelId: 'text_0_2_nlrZiBF3',
228
- alias_labelId: 'alias_0_2_nlrZiR6G'
229
- }, {
230
- emotion: 'neutral',
231
- text: '',
232
- uid: null,
233
- talking: false,
234
- text_labelId: 'text_0_3_nlrZinJN',
235
- alias_labelId: 'alias_0_3_nlrZjLWB'
236
- }, {
237
- emotion: 'neutral',
238
- text: 'Hola!',
239
- uid: 'kjTHqi',
240
- talking: true,
241
- alias: 'manolo',
242
- text_labelId: 'text_0_4_nlrZjUV9',
243
- alias_labelId: 'alias_0_4_nlrZj81d'
244
- }],
245
- audioId: '5f1078861d84860011e179d0',
246
- hasAlias: true,
247
- text_labelId: 'text_0_nlrZj4Nr',
248
- audioId_labelId: 'audioId_0_nlrZkkdo'
249
- }, {
250
- id: 'line5',
251
- type: 'conversationalNarration',
252
- name: 'Narrador',
253
- text: 'Probando el voice over',
254
- audioId: '',
255
- voiceOver: true,
256
- text_labelId: 'text_2_nylZEurm',
257
- audioId_labelId: 'audioId_2_nylZECnV'
258
- }],
259
- background: {
260
- imgId: '605369a5901f3e00123b81ca',
261
- imgName: 'b27bb40dcb1189d14012131a35b48a36.jpeg',
262
- img: {
263
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/image/605369a5901f3e00123b81ca/b27bb40dcb1189d14012131a35b48a36.jpeg'
264
- }
265
- },
266
- characters: [{
267
- name: 'Testing',
268
- resourceId: '5f68d7b6a373890011a78a11',
269
- resource: {
270
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/object/5eff09c2085be00011aae087/pr0238_yacht_001.glb'
271
- },
272
- type: 'object',
273
- uid: 'DbKslR'
274
- }, {
275
- name: 'Male senior dark-skinned 01',
276
- resourceId: '5f5214cec39e26001123797f',
277
- resource: {
278
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f5214cec39e26001123797f/ch0112_philip_001.glb',
279
- animations: animations
280
- },
281
- type: 'character',
282
- uid: 'kjTHqi'
283
- }, {
284
- name: 'Female senior light-skinned 01',
285
- resourceId: '5f5214cec39e26001123797f',
286
- resource: {
287
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f60759328beb100113b694c/ch0116_bima_001_rig_v01_llaveronuevo.glb',
288
- animations: {
289
- neutral: {
290
- resource: {}
291
- }
292
- }
293
- },
294
- type: 'character',
295
- uid: 'kjTHqt'
296
- }, {
297
- name: 'Taxi',
298
- resourceId: '5f5214cec39e26001123797f',
299
- resource: {
300
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/object/5e53b649ef1f60000fb9cc1c/draco_pr0065_car_004.glb'
301
- },
302
- type: 'object',
303
- uid: 'kjTHqx'
304
- }],
305
- edges: [{
306
- id: '1',
307
- fromId: 'line1',
308
- toId: 'line3'
309
- }, {
310
- id: '2',
311
- fromId: 'line3',
312
- toId: 'line2'
313
- }]
314
- };
315
- exports.branchedConver = branchedConver;
316
- var converOld = {
317
- emitEvent: _mocker.emitEvent,
318
- soundActions: _mocker.soundActions,
319
- keyboardControl: _mocker.keyboardControl,
320
- messages: [{
321
- character: 'Puerta',
322
- emotion: 'neutral',
323
- position: 0,
324
- text: 'asdadaddad',
325
- text_labelId: 'text_0_iUf0i9oJ'
326
- }, {
327
- character: 'Puerta',
328
- emotion: 'neutral',
329
- position: 0,
330
- text: 'asdasdadad',
331
- text_labelId: 'text_1_iUf0i9Vu'
332
- }, {
333
- character: 'taxi',
334
- emotion: 'neutral',
335
- position: 1,
336
- text: 'asdasdadad',
337
- text_labelId: 'text_1_iUf0i9Vu'
338
- }, {
339
- character: 'voice-over',
340
- emotion: null,
341
- position: 2,
342
- text: 'asdasdadad',
343
- text_labelId: 'text_1_iUf0i9Vu'
344
- }],
345
- characters: [{
346
- name: 'Puerta',
347
- resource: {
348
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f5214cec39e26001123797f/ch0112_philip_001.glb',
349
- animations: animations
350
- },
351
- type: 'character',
352
- uid: 'DgYrst'
353
- }, {
354
- name: 'taxi',
355
- resource: {
356
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/object/5eff09c2085be00011aae087/pr0238_yacht_001.glb'
357
- },
358
- type: 'object',
359
- uid: 'qejIfp'
360
- }],
361
- alias: ['', 'Pepito', 'Narrador'],
362
- background: {
363
- imgId: '5e81fb36bbb333000f68a804',
364
- imgName: '01_GRAFICO_ASAP_Mesa de trabajo 1 copia 10.jpg',
365
- img: {
366
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/image/605369a5901f3e00123b81ca/b27bb40dcb1189d14012131a35b48a36.jpeg'
367
- }
368
- }
369
- };
370
- exports.converOld = converOld;
371
- var conversationProps = {
372
- emitEvent: _mocker.emitEvent,
373
- soundActions: _mocker.soundActions,
374
- keyboardControl: _mocker.keyboardControl,
375
- lines: [{
376
- flex: true,
377
- slots: [{
378
- emotion: '',
379
- text: '',
380
- uid: 'DbKslR',
381
- talking: false,
382
- alias: 'paco',
383
- text_labelId: 'text_0_0_nlrZh8Np',
384
- alias_labelId: 'alias_0_0_nlrZh2Iq'
385
- }, {
386
- emotion: 'neutral',
387
- text: '',
388
- uid: null,
389
- talking: false,
390
- text_labelId: 'text_0_1_nlrZiNfB',
391
- alias_labelId: 'alias_0_1_nlrZijhw'
392
- }, {
393
- emotion: 'neutral',
394
- text: '',
395
- uid: null,
396
- talking: false,
397
- text_labelId: 'text_0_2_nlrZiBF3',
398
- alias_labelId: 'alias_0_2_nlrZiR6G'
399
- }, {
400
- emotion: 'neutral',
401
- text: '',
402
- uid: null,
403
- talking: false,
404
- text_labelId: 'text_0_3_nlrZinJN',
405
- alias_labelId: 'alias_0_3_nlrZjLWB'
406
- }, {
407
- emotion: 'neutral',
408
- text: 'Hola!',
409
- uid: 'kjTHqt',
410
- talking: true,
411
- alias: 'manolo',
412
- text_labelId: 'text_0_4_nlrZjUV9',
413
- alias_labelId: 'alias_0_4_nlrZj81d'
414
- }],
415
- audioId: '5f1078861d84860011e179d0',
416
- hasAlias: true,
417
- text_labelId: 'text_0_nlrZj4Nr',
418
- audioId_labelId: 'audioId_0_nlrZkkdo'
419
- }, {
420
- flex: true,
421
- slots: [{
422
- emotion: '',
423
- text: '',
424
- uid: 'DbKslR',
425
- talking: false,
426
- alias: 'paco',
427
- text_labelId: 'text_0_0_nlrZh8Np',
428
- alias_labelId: 'alias_0_0_nlrZh2Iq'
429
- }, {
430
- emotion: 'neutral',
431
- text: '',
432
- uid: null,
433
- talking: false,
434
- text_labelId: 'text_0_1_nlrZiNfB',
435
- alias_labelId: 'alias_0_1_nlrZijhw'
436
- }, {
437
- emotion: 'neutral',
438
- text: '',
439
- uid: null,
440
- talking: false,
441
- text_labelId: 'text_0_2_nlrZiBF3',
442
- alias_labelId: 'alias_0_2_nlrZiR6G'
443
- }, {
444
- emotion: 'neutral',
445
- text: '',
446
- uid: null,
447
- talking: false,
448
- text_labelId: 'text_0_3_nlrZinJN',
449
- alias_labelId: 'alias_0_3_nlrZjLWB'
450
- }, {
451
- emotion: 'neutral',
452
- text: 'Hola!',
453
- uid: 'kjTHqi',
454
- talking: true,
455
- alias: 'manolo',
456
- text_labelId: 'text_0_4_nlrZjUV9',
457
- alias_labelId: 'alias_0_4_nlrZj81d'
458
- }],
459
- audioId: '5f1078861d84860011e179d0',
460
- hasAlias: true,
461
- text_labelId: 'text_0_nlrZj4Nr',
462
- audioId_labelId: 'audioId_0_nlrZkkdo'
463
- }, {
464
- flex: true,
465
- slots: [{
466
- emotion: '',
467
- text: '',
468
- uid: 'DbKslR',
469
- talking: false,
470
- alias: 'paco',
471
- text_labelId: 'text_0_0_nlrZh8Np',
472
- alias_labelId: 'alias_0_0_nlrZh2Iq'
473
- }, {
474
- emotion: 'neutral',
475
- text: '',
476
- uid: null,
477
- talking: false,
478
- text_labelId: 'text_0_1_nlrZiNfB',
479
- alias_labelId: 'alias_0_1_nlrZijhw'
480
- }, {
481
- emotion: 'neutral',
482
- text: '',
483
- uid: null,
484
- talking: false,
485
- text_labelId: 'text_0_2_nlrZiBF3',
486
- alias_labelId: 'alias_0_2_nlrZiR6G'
487
- }, {
488
- emotion: 'neutral',
489
- text: '',
490
- uid: null,
491
- talking: false,
492
- text_labelId: 'text_0_3_nlrZinJN',
493
- alias_labelId: 'alias_0_3_nlrZjLWB'
494
- }, {
495
- emotion: 'neutral',
496
- text: 'Hola!',
497
- uid: 'kjTHqx',
498
- talking: true,
499
- alias: 'manolo',
500
- text_labelId: 'text_0_4_nlrZjUV9',
501
- alias_labelId: 'alias_0_4_nlrZj81d'
502
- }],
503
- audioId: '5f1078861d84860011e179d0',
504
- hasAlias: true,
505
- text_labelId: 'text_0_nlrZj4Nr',
506
- audioId_labelId: 'audioId_0_nlrZkkdo'
507
- }, {
508
- payload: {
509
- options: [{
510
- id: 0,
511
- right: false,
512
- feedback: 'dfgsdfgsdfgsdfghdfgh',
513
- text: 'Si',
514
- rewards: [],
515
- audioId: '',
516
- text_labelId: 'text_3_0_u4s8j5fa',
517
- feedback_labelId: 'feedback_3_0_u4s8jVTv',
518
- audioId_labelId: 'audioId_3_0_u4s8jyiK'
519
- }, {
520
- id: 1,
521
- right: false,
522
- feedback: 'fasdfasdfg',
523
- text: 'No',
524
- rewards: [],
525
- audioId: '',
526
- text_labelId: 'text_3_1_u4s8jzBF',
527
- feedback_labelId: 'feedback_3_1_u4s8jWNa',
528
- audioId_labelId: 'audioId_3_1_u4s8jaJY'
529
- }, {
530
- id: 2,
531
- right: true,
532
- feedback: 'asdfasd',
533
- text: 'Patata',
534
- rewards: [],
535
- audioId: '',
536
- text_labelId: 'text_3_2_u4s8jA2Z',
537
- feedback_labelId: 'feedback_3_2_u4s8jBIJ',
538
- audioId_labelId: 'audioId_3_2_u4s8j23g'
539
- }],
540
- required: true,
541
- question: 'Funciona la decisión',
542
- question_labelId: 'question_3_u4s8i10a'
543
- },
544
- decision: true
545
- }, {
546
- flex: true,
547
- slots: [{
548
- emotion: 'angry',
549
- text: '',
550
- uid: 'DbKslR',
551
- talking: false,
552
- alias: 'paco',
553
- text_labelId: 'text_0_0_nlrZh8Np',
554
- alias_labelId: 'alias_0_0_nlrZh2Iq'
555
- }, {
556
- emotion: 'neutral',
557
- text: '',
558
- uid: null,
559
- talking: false,
560
- text_labelId: 'text_0_1_nlrZiNfB',
561
- alias_labelId: 'alias_0_1_nlrZijhw'
562
- }, {
563
- emotion: 'neutral',
564
- text: '',
565
- uid: null,
566
- talking: false,
567
- text_labelId: 'text_0_2_nlrZiBF3',
568
- alias_labelId: 'alias_0_2_nlrZiR6G'
569
- }, {
570
- emotion: 'neutral',
571
- text: '',
572
- uid: null,
573
- talking: false,
574
- text_labelId: 'text_0_3_nlrZinJN',
575
- alias_labelId: 'alias_0_3_nlrZjLWB'
576
- }, {
577
- emotion: 'neutral',
578
- text: 'Hola!',
579
- uid: 'kjTHqi',
580
- talking: true,
581
- alias: 'manolo',
582
- text_labelId: 'text_0_4_nlrZjUV9',
583
- alias_labelId: 'alias_0_4_nlrZj81d'
584
- }],
585
- audioId: '5f1078861d84860011e179d0',
586
- hasAlias: true,
587
- text_labelId: 'text_0_nlrZj4Nr',
588
- audioId_labelId: 'audioId_0_nlrZkkdo'
589
- }],
590
- background: {
591
- imgId: '605369a5901f3e00123b81ca',
592
- imgName: 'b27bb40dcb1189d14012131a35b48a36.jpeg',
593
- img: {
594
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/image/605369a5901f3e00123b81ca/b27bb40dcb1189d14012131a35b48a36.jpeg'
595
- }
596
- },
597
- characters: [{
598
- name: 'Testing',
599
- resourceId: '5f68d7b6a373890011a78a11',
600
- resource: {
601
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/object/5eff09c2085be00011aae087/pr0238_yacht_001.glb'
602
- },
603
- type: 'object',
604
- uid: 'DbKslR'
605
- }, {
606
- name: 'Male senior dark-skinned 01',
607
- resourceId: '5f5214cec39e26001123797f',
608
- resource: {
609
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f5214cec39e26001123797f/ch0112_philip_001.glb',
610
- animations: animations
611
- },
612
- type: 'character',
613
- uid: 'kjTHqi'
614
- }, {
615
- name: 'Female senior light-skinned 01',
616
- resourceId: '5f5214cec39e26001123797f',
617
- resource: {
618
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f60759328beb100113b694c/ch0116_bima_001_rig_v01_llaveronuevo.glb',
619
- animations: {
620
- neutral: {
621
- resource: {}
622
- }
623
- }
624
- },
625
- type: 'character',
626
- uid: 'kjTHqt'
627
- }, {
628
- name: 'Taxi',
629
- resourceId: '5f5214cec39e26001123797f',
630
- resource: {
631
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/object/5e53b649ef1f60000fb9cc1c/draco_pr0065_car_004.glb'
632
- },
633
- type: 'object',
634
- uid: 'kjTHqx'
635
- }]
636
- };
637
- exports.conversationProps = conversationProps;
638
- var voiceOverProps = {
639
- emitEvent: _mocker.emitEvent,
640
- soundActions: _mocker.soundActions,
641
- keyboardControl: _mocker.keyboardControl,
642
- lines: [{
643
- flex: false,
644
- slots: [{
645
- emotion: 'neutral',
646
- text: '',
647
- uid: 'DbKslR',
648
- talking: false,
649
- alias: 'paco',
650
- text_labelId: 'text_0_0_nlrZh8Np',
651
- alias_labelId: 'alias_0_0_nlrZh2Iq'
652
- }, {
653
- emotion: 'neutral',
654
- text: '',
655
- uid: null,
656
- talking: false,
657
- text_labelId: 'text_0_1_nlrZiNfB',
658
- alias_labelId: 'alias_0_1_nlrZijhw'
659
- }, {
660
- emotion: 'neutral',
661
- text: '',
662
- uid: null,
663
- talking: false,
664
- text_labelId: 'text_0_2_nlrZiBF3',
665
- alias_labelId: 'alias_0_2_nlrZiR6G'
666
- }, {
667
- emotion: 'neutral',
668
- text: '',
669
- uid: null,
670
- talking: false,
671
- text_labelId: 'text_0_3_nlrZinJN',
672
- alias_labelId: 'alias_0_3_nlrZjLWB'
673
- }, {
674
- emotion: 'neutral',
675
- text: 'Hola!',
676
- uid: 'kjTHqi',
677
- talking: true,
678
- alias: 'manolo',
679
- text_labelId: 'text_0_4_nlrZjUV9',
680
- alias_labelId: 'alias_0_4_nlrZj81d'
681
- }],
682
- audioId: '5f1078861d84860011e179d0',
683
- audio: {
684
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/documents/Cat-sound.mp3'
685
- },
686
- hasAlias: true,
687
- text_labelId: 'text_0_nlrZj4Nr',
688
- audioId_labelId: 'audioId_0_nlrZkkdo'
689
- }, {
690
- flex: false,
691
- slots: [{
692
- emotion: 'angry',
693
- text: 'Hola manolo! Manten la distancia social! fus!\n',
694
- uid: 'DbKslR',
695
- talking: true,
696
- alias: 'paco',
697
- text_labelId: 'text_1_0_nlrZkQmc',
698
- alias_labelId: 'alias_1_0_nlrZkgt4'
699
- }, {
700
- emotion: 'neutral',
701
- text: '',
702
- uid: 'kjTHqi',
703
- talking: false,
704
- alias: 'manolo',
705
- text_labelId: 'text_1_1_nlrZk7vR',
706
- alias_labelId: 'alias_1_1_nlrZkUf9'
707
- }, {
708
- emotion: 'neutral',
709
- text: '',
710
- uid: null,
711
- talking: false,
712
- text_labelId: 'text_1_2_nlrZkw4D',
713
- alias_labelId: 'alias_1_2_nlrZkKz8'
714
- }, {
715
- emotion: 'neutral',
716
- text: '',
717
- uid: null,
718
- talking: false,
719
- text_labelId: 'text_1_3_nlrZkvkR',
720
- alias_labelId: 'alias_1_3_nlrZk5Yp'
721
- }, {
722
- emotion: 'neutral',
723
- text: '',
724
- uid: null,
725
- talking: false,
726
- text_labelId: 'text_1_4_nlrZlZIQ',
727
- alias_labelId: 'alias_1_4_nlrZlHKA'
728
- }],
729
- audioId: 'patata',
730
- audio: {
731
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/audio/5f646497f6d21e001139b0ed/coin.wav'
732
- },
733
- hasAlias: true,
734
- text_labelId: 'text_1_nlrZlzvp',
735
- audioId_labelId: 'audioId_1_nlrZlBHy'
736
- }, {
737
- name: 'Narrador',
738
- text: 'Probando el voice over',
739
- audioId: '',
740
- voiceOver: true,
741
- text_labelId: 'text_2_nylZEurm',
742
- audioId_labelId: 'audioId_2_nylZECnV'
743
- }],
744
- background: {
745
- imgId: '605369a5901f3e00123b81ca',
746
- imgName: 'b27bb40dcb1189d14012131a35b48a36.jpeg',
747
- img: {
748
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/image/605369a5901f3e00123b81ca/b27bb40dcb1189d14012131a35b48a36.jpeg'
749
- }
750
- },
751
- characters: [{
752
- name: 'Male adult medium-skinned 12',
753
- resourceId: '5f68d7b6a373890011a78a11',
754
- resource: {
755
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f68d7b6a373890011a78a11/ch0010_carlo_saggio.glb',
756
- animations: animations
757
- },
758
- type: 'character',
759
- uid: 'DbKslR'
760
- }, {
761
- name: 'Male senior dark-skinned 01',
762
- resourceId: '5f5214cec39e26001123797f',
763
- resource: {
764
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f5214cec39e26001123797f/ch0112_philip_001.glb',
765
- animations: animations
766
- },
767
- type: 'character',
768
- uid: 'kjTHqi'
769
- }]
770
- };
771
- exports.voiceOverProps = voiceOverProps;
772
- var withoutBackground = {
773
- emitEvent: _mocker.emitEvent,
774
- soundActions: _mocker.soundActions,
775
- keyboardControl: _mocker.keyboardControl,
776
- lines: [{
777
- flex: false,
778
- slots: [{
779
- emotion: 'neutral',
780
- text: '',
781
- uid: 'DbKslR',
782
- talking: false,
783
- alias: 'paco',
784
- text_labelId: 'text_0_0_nlrZh8Np',
785
- alias_labelId: 'alias_0_0_nlrZh2Iq'
786
- }, {
787
- emotion: 'neutral',
788
- text: '',
789
- uid: null,
790
- talking: false,
791
- text_labelId: 'text_0_1_nlrZiNfB',
792
- alias_labelId: 'alias_0_1_nlrZijhw'
793
- }, {
794
- emotion: 'neutral',
795
- text: '',
796
- uid: null,
797
- talking: false,
798
- text_labelId: 'text_0_2_nlrZiBF3',
799
- alias_labelId: 'alias_0_2_nlrZiR6G'
800
- }, {
801
- emotion: 'neutral',
802
- text: '',
803
- uid: null,
804
- talking: false,
805
- text_labelId: 'text_0_3_nlrZinJN',
806
- alias_labelId: 'alias_0_3_nlrZjLWB'
807
- }, {
808
- emotion: 'neutral',
809
- text: 'Hola!',
810
- uid: 'kjTHqi',
811
- talking: true,
812
- alias: 'manolo',
813
- text_labelId: 'text_0_4_nlrZjUV9',
814
- alias_labelId: 'alias_0_4_nlrZj81d'
815
- }],
816
- audioId: '5f1078861d84860011e179d0',
817
- audio: {
818
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/documents/Cat-sound.mp3'
819
- },
820
- hasAlias: true,
821
- text_labelId: 'text_0_nlrZj4Nr',
822
- audioId_labelId: 'audioId_0_nlrZkkdo'
823
- }, {
824
- flex: false,
825
- slots: [{
826
- emotion: 'neutral',
827
- text: 'Hola manolo! Manten la distancia social! fus!\n',
828
- uid: 'DbKslR',
829
- talking: true,
830
- alias: 'paco',
831
- text_labelId: 'text_1_0_nlrZkQmc',
832
- alias_labelId: 'alias_1_0_nlrZkgt4'
833
- }, {
834
- emotion: 'neutral',
835
- text: '',
836
- uid: 'kjTHqi',
837
- talking: false,
838
- alias: 'manolo',
839
- text_labelId: 'text_1_1_nlrZk7vR',
840
- alias_labelId: 'alias_1_1_nlrZkUf9'
841
- }, {
842
- emotion: 'neutral',
843
- text: '',
844
- uid: null,
845
- talking: false,
846
- text_labelId: 'text_1_2_nlrZkw4D',
847
- alias_labelId: 'alias_1_2_nlrZkKz8'
848
- }, {
849
- emotion: 'neutral',
850
- text: '',
851
- uid: null,
852
- talking: false,
853
- text_labelId: 'text_1_3_nlrZkvkR',
854
- alias_labelId: 'alias_1_3_nlrZk5Yp'
855
- }, {
856
- emotion: 'neutral',
857
- text: '',
858
- uid: null,
859
- talking: false,
860
- text_labelId: 'text_1_4_nlrZlZIQ',
861
- alias_labelId: 'alias_1_4_nlrZlHKA'
862
- }],
863
- audioId: 'patata',
864
- audio: {
865
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/audio/5f646497f6d21e001139b0ed/coin.wav'
866
- },
867
- hasAlias: true,
868
- text_labelId: 'text_1_nlrZlzvp',
869
- audioId_labelId: 'audioId_1_nlrZlBHy'
870
- }, {
871
- name: 'Narrador',
872
- text: 'Probando el voice over',
873
- audioId: '',
874
- voiceOver: true,
875
- text_labelId: 'text_2_nylZEurm',
876
- audioId_labelId: 'audioId_2_nylZECnV'
877
- }],
878
- background: {},
879
- characters: [{
880
- name: 'Male adult medium-skinned 12',
881
- resourceId: '5f68d7b6a373890011a78a11',
882
- resource: {
883
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f68d7b6a373890011a78a11/ch0010_carlo_saggio.glb',
884
- animations: animations
885
- },
886
- animations: animations,
887
- type: 'character',
888
- uid: 'DbKslR'
889
- }, {
890
- name: 'Male senior dark-skinned 01',
891
- resourceId: '5f5214cec39e26001123797f',
892
- resource: {
893
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f5214cec39e26001123797f/ch0112_philip_001.glb',
894
- animations: animations
895
- },
896
- animations: animations,
897
- type: 'character',
898
- uid: 'kjTHqi'
899
- }]
900
- };
901
- exports.withoutBackground = withoutBackground;
902
- var conversationPropsNoFeedbackNoRewards = {
903
- emitEvent: _mocker.emitEvent,
904
- soundActions: _mocker.soundActions,
905
- keyboardControl: _mocker.keyboardControl,
906
- lines: [{
907
- flex: true,
908
- slots: [{
909
- emotion: '',
910
- text: '',
911
- uid: 'DbKslR',
912
- talking: false,
913
- alias: 'paco',
914
- text_labelId: 'text_0_0_nlrZh8Np',
915
- alias_labelId: 'alias_0_0_nlrZh2Iq'
916
- }, {
917
- emotion: 'neutral',
918
- text: '',
919
- uid: null,
920
- talking: false,
921
- text_labelId: 'text_0_1_nlrZiNfB',
922
- alias_labelId: 'alias_0_1_nlrZijhw'
923
- }, {
924
- emotion: 'neutral',
925
- text: '',
926
- uid: null,
927
- talking: false,
928
- text_labelId: 'text_0_2_nlrZiBF3',
929
- alias_labelId: 'alias_0_2_nlrZiR6G'
930
- }, {
931
- emotion: 'neutral',
932
- text: '',
933
- uid: null,
934
- talking: false,
935
- text_labelId: 'text_0_3_nlrZinJN',
936
- alias_labelId: 'alias_0_3_nlrZjLWB'
937
- }, {
938
- emotion: 'neutral',
939
- text: 'Hola!',
940
- uid: 'kjTHqt',
941
- talking: true,
942
- alias: 'manolo',
943
- text_labelId: 'text_0_4_nlrZjUV9',
944
- alias_labelId: 'alias_0_4_nlrZj81d'
945
- }],
946
- audioId: '5f1078861d84860011e179d0',
947
- hasAlias: true,
948
- text_labelId: 'text_0_nlrZj4Nr',
949
- audioId_labelId: 'audioId_0_nlrZkkdo'
950
- }, {
951
- flex: true,
952
- slots: [{
953
- emotion: '',
954
- text: '',
955
- uid: 'DbKslR',
956
- talking: false,
957
- alias: 'paco',
958
- text_labelId: 'text_0_0_nlrZh8Np',
959
- alias_labelId: 'alias_0_0_nlrZh2Iq'
960
- }, {
961
- emotion: 'neutral',
962
- text: '',
963
- uid: null,
964
- talking: false,
965
- text_labelId: 'text_0_1_nlrZiNfB',
966
- alias_labelId: 'alias_0_1_nlrZijhw'
967
- }, {
968
- emotion: 'neutral',
969
- text: '',
970
- uid: null,
971
- talking: false,
972
- text_labelId: 'text_0_2_nlrZiBF3',
973
- alias_labelId: 'alias_0_2_nlrZiR6G'
974
- }, {
975
- emotion: 'neutral',
976
- text: '',
977
- uid: null,
978
- talking: false,
979
- text_labelId: 'text_0_3_nlrZinJN',
980
- alias_labelId: 'alias_0_3_nlrZjLWB'
981
- }, {
982
- emotion: 'neutral',
983
- text: 'Hola!',
984
- uid: 'kjTHqi',
985
- talking: true,
986
- alias: 'manolo',
987
- text_labelId: 'text_0_4_nlrZjUV9',
988
- alias_labelId: 'alias_0_4_nlrZj81d'
989
- }],
990
- audioId: '5f1078861d84860011e179d0',
991
- hasAlias: true,
992
- text_labelId: 'text_0_nlrZj4Nr',
993
- audioId_labelId: 'audioId_0_nlrZkkdo'
994
- }, {
995
- flex: true,
996
- slots: [{
997
- emotion: '',
998
- text: '',
999
- uid: 'DbKslR',
1000
- talking: false,
1001
- alias: 'paco',
1002
- text_labelId: 'text_0_0_nlrZh8Np',
1003
- alias_labelId: 'alias_0_0_nlrZh2Iq'
1004
- }, {
1005
- emotion: 'neutral',
1006
- text: '',
1007
- uid: null,
1008
- talking: false,
1009
- text_labelId: 'text_0_1_nlrZiNfB',
1010
- alias_labelId: 'alias_0_1_nlrZijhw'
1011
- }, {
1012
- emotion: 'neutral',
1013
- text: '',
1014
- uid: null,
1015
- talking: false,
1016
- text_labelId: 'text_0_2_nlrZiBF3',
1017
- alias_labelId: 'alias_0_2_nlrZiR6G'
1018
- }, {
1019
- emotion: 'neutral',
1020
- text: '',
1021
- uid: null,
1022
- talking: false,
1023
- text_labelId: 'text_0_3_nlrZinJN',
1024
- alias_labelId: 'alias_0_3_nlrZjLWB'
1025
- }, {
1026
- emotion: 'neutral',
1027
- text: 'Hola!',
1028
- uid: 'kjTHqx',
1029
- talking: true,
1030
- alias: 'manolo',
1031
- text_labelId: 'text_0_4_nlrZjUV9',
1032
- alias_labelId: 'alias_0_4_nlrZj81d'
1033
- }],
1034
- audioId: '5f1078861d84860011e179d0',
1035
- hasAlias: true,
1036
- text_labelId: 'text_0_nlrZj4Nr',
1037
- audioId_labelId: 'audioId_0_nlrZkkdo'
1038
- }, {
1039
- payload: {
1040
- options: [{
1041
- id: 0,
1042
- right: false,
1043
- text: 'Si',
1044
- rewards: [],
1045
- audioId: '',
1046
- text_labelId: 'text_3_0_u4s8j5fa',
1047
- audioId_labelId: 'audioId_3_0_u4s8jyiK'
1048
- }, {
1049
- id: 1,
1050
- right: false,
1051
- text: 'No',
1052
- rewards: [],
1053
- audioId: '',
1054
- text_labelId: 'text_3_1_u4s8jzBF',
1055
- audioId_labelId: 'audioId_3_1_u4s8jaJY'
1056
- }, {
1057
- id: 2,
1058
- right: true,
1059
- text: 'Patata',
1060
- rewards: [],
1061
- audioId: '',
1062
- text_labelId: 'text_3_2_u4s8jA2Z',
1063
- audioId_labelId: 'audioId_3_2_u4s8j23g'
1064
- }],
1065
- required: true,
1066
- question: 'Decisión en conversacion sin feedback ni puntos',
1067
- question_labelId: 'question_3_u4s8i10a'
1068
- },
1069
- decision: true
1070
- }, {
1071
- flex: true,
1072
- slots: [{
1073
- emotion: 'angry',
1074
- text: '',
1075
- uid: 'DbKslR',
1076
- talking: false,
1077
- alias: 'paco',
1078
- text_labelId: 'text_0_0_nlrZh8Np',
1079
- alias_labelId: 'alias_0_0_nlrZh2Iq'
1080
- }, {
1081
- emotion: 'neutral',
1082
- text: '',
1083
- uid: null,
1084
- talking: false,
1085
- text_labelId: 'text_0_1_nlrZiNfB',
1086
- alias_labelId: 'alias_0_1_nlrZijhw'
1087
- }, {
1088
- emotion: 'neutral',
1089
- text: '',
1090
- uid: null,
1091
- talking: false,
1092
- text_labelId: 'text_0_2_nlrZiBF3',
1093
- alias_labelId: 'alias_0_2_nlrZiR6G'
1094
- }, {
1095
- emotion: 'neutral',
1096
- text: '',
1097
- uid: null,
1098
- talking: false,
1099
- text_labelId: 'text_0_3_nlrZinJN',
1100
- alias_labelId: 'alias_0_3_nlrZjLWB'
1101
- }, {
1102
- emotion: 'neutral',
1103
- text: 'Hola!',
1104
- uid: 'kjTHqi',
1105
- talking: true,
1106
- alias: 'manolo',
1107
- text_labelId: 'text_0_4_nlrZjUV9',
1108
- alias_labelId: 'alias_0_4_nlrZj81d'
1109
- }],
1110
- audioId: '5f1078861d84860011e179d0',
1111
- hasAlias: true,
1112
- text_labelId: 'text_0_nlrZj4Nr',
1113
- audioId_labelId: 'audioId_0_nlrZkkdo'
1114
- }],
1115
- background: {
1116
- imgId: '605369a5901f3e00123b81ca',
1117
- imgName: 'b27bb40dcb1189d14012131a35b48a36.jpeg',
1118
- img: {
1119
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/image/605369a5901f3e00123b81ca/b27bb40dcb1189d14012131a35b48a36.jpeg'
1120
- }
1121
- },
1122
- characters: [{
1123
- name: 'Testing',
1124
- resourceId: '5f68d7b6a373890011a78a11',
1125
- resource: {
1126
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/object/5eff09c2085be00011aae087/pr0238_yacht_001.glb'
1127
- },
1128
- type: 'object',
1129
- uid: 'DbKslR'
1130
- }, {
1131
- name: 'Male senior dark-skinned 01',
1132
- resourceId: '5f5214cec39e26001123797f',
1133
- resource: {
1134
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f5214cec39e26001123797f/ch0112_philip_001.glb',
1135
- animations: animations
1136
- },
1137
- type: 'character',
1138
- uid: 'kjTHqi'
1139
- }, {
1140
- name: 'Female senior light-skinned 01',
1141
- resourceId: '5f5214cec39e26001123797f',
1142
- resource: {
1143
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f60759328beb100113b694c/ch0116_bima_001_rig_v01_llaveronuevo.glb',
1144
- animations: {
1145
- neutral: {
1146
- resource: {}
1147
- }
1148
- }
1149
- },
1150
- type: 'character',
1151
- uid: 'kjTHqt'
1152
- }, {
1153
- name: 'Taxi',
1154
- resourceId: '5f5214cec39e26001123797f',
1155
- resource: {
1156
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/object/5e53b649ef1f60000fb9cc1c/draco_pr0065_car_004.glb'
1157
- },
1158
- type: 'object',
1159
- uid: 'kjTHqx'
1160
- }]
1161
- };
1162
- exports.conversationPropsNoFeedbackNoRewards = conversationPropsNoFeedbackNoRewards;
1163
- var conversationPropsLodSettings = {
1164
- emitEvent: _mocker.emitEvent,
1165
- soundActions: _mocker.soundActions,
1166
- keyboardControl: _mocker.keyboardControl,
1167
- lodSettings: {
1168
- currentLOD: 'original',
1169
- rgbSimulation: true,
1170
- showHelpers: true,
1171
- showStats: true
1172
- },
1173
- lines: [{
1174
- flex: true,
1175
- slots: [{
1176
- emotion: '',
1177
- text: '',
1178
- uid: 'DbKslR',
1179
- talking: false,
1180
- alias: 'paco',
1181
- text_labelId: 'text_0_0_nlrZh8Np',
1182
- alias_labelId: 'alias_0_0_nlrZh2Iq'
1183
- }, {
1184
- emotion: 'neutral',
1185
- text: '',
1186
- uid: null,
1187
- talking: false,
1188
- text_labelId: 'text_0_1_nlrZiNfB',
1189
- alias_labelId: 'alias_0_1_nlrZijhw'
1190
- }, {
1191
- emotion: 'neutral',
1192
- text: '',
1193
- uid: null,
1194
- talking: false,
1195
- text_labelId: 'text_0_2_nlrZiBF3',
1196
- alias_labelId: 'alias_0_2_nlrZiR6G'
1197
- }, {
1198
- emotion: 'neutral',
1199
- text: '',
1200
- uid: null,
1201
- talking: false,
1202
- text_labelId: 'text_0_3_nlrZinJN',
1203
- alias_labelId: 'alias_0_3_nlrZjLWB'
1204
- }, {
1205
- emotion: 'neutral',
1206
- text: 'Hola!',
1207
- uid: 'kjTHqt',
1208
- talking: true,
1209
- alias: 'manolo',
1210
- text_labelId: 'text_0_4_nlrZjUV9',
1211
- alias_labelId: 'alias_0_4_nlrZj81d'
1212
- }],
1213
- audioId: '5f1078861d84860011e179d0',
1214
- hasAlias: true,
1215
- text_labelId: 'text_0_nlrZj4Nr',
1216
- audioId_labelId: 'audioId_0_nlrZkkdo'
1217
- }, {
1218
- flex: true,
1219
- slots: [{
1220
- emotion: '',
1221
- text: '',
1222
- uid: 'DbKslR',
1223
- talking: false,
1224
- alias: 'paco',
1225
- text_labelId: 'text_0_0_nlrZh8Np',
1226
- alias_labelId: 'alias_0_0_nlrZh2Iq'
1227
- }, {
1228
- emotion: 'neutral',
1229
- text: '',
1230
- uid: null,
1231
- talking: false,
1232
- text_labelId: 'text_0_1_nlrZiNfB',
1233
- alias_labelId: 'alias_0_1_nlrZijhw'
1234
- }, {
1235
- emotion: 'neutral',
1236
- text: '',
1237
- uid: null,
1238
- talking: false,
1239
- text_labelId: 'text_0_2_nlrZiBF3',
1240
- alias_labelId: 'alias_0_2_nlrZiR6G'
1241
- }, {
1242
- emotion: 'neutral',
1243
- text: '',
1244
- uid: null,
1245
- talking: false,
1246
- text_labelId: 'text_0_3_nlrZinJN',
1247
- alias_labelId: 'alias_0_3_nlrZjLWB'
1248
- }, {
1249
- emotion: 'neutral',
1250
- text: 'Hola!',
1251
- uid: 'kjTHqi',
1252
- talking: true,
1253
- alias: 'manolo',
1254
- text_labelId: 'text_0_4_nlrZjUV9',
1255
- alias_labelId: 'alias_0_4_nlrZj81d'
1256
- }],
1257
- audioId: '5f1078861d84860011e179d0',
1258
- hasAlias: true,
1259
- text_labelId: 'text_0_nlrZj4Nr',
1260
- audioId_labelId: 'audioId_0_nlrZkkdo'
1261
- }, {
1262
- flex: true,
1263
- slots: [{
1264
- emotion: '',
1265
- text: '',
1266
- uid: 'DbKslR',
1267
- talking: false,
1268
- alias: 'paco',
1269
- text_labelId: 'text_0_0_nlrZh8Np',
1270
- alias_labelId: 'alias_0_0_nlrZh2Iq'
1271
- }, {
1272
- emotion: 'neutral',
1273
- text: '',
1274
- uid: null,
1275
- talking: false,
1276
- text_labelId: 'text_0_1_nlrZiNfB',
1277
- alias_labelId: 'alias_0_1_nlrZijhw'
1278
- }, {
1279
- emotion: 'neutral',
1280
- text: '',
1281
- uid: null,
1282
- talking: false,
1283
- text_labelId: 'text_0_2_nlrZiBF3',
1284
- alias_labelId: 'alias_0_2_nlrZiR6G'
1285
- }, {
1286
- emotion: 'neutral',
1287
- text: '',
1288
- uid: null,
1289
- talking: false,
1290
- text_labelId: 'text_0_3_nlrZinJN',
1291
- alias_labelId: 'alias_0_3_nlrZjLWB'
1292
- }, {
1293
- emotion: 'neutral',
1294
- text: 'Hola!',
1295
- uid: 'kjTHqx',
1296
- talking: true,
1297
- alias: 'manolo',
1298
- text_labelId: 'text_0_4_nlrZjUV9',
1299
- alias_labelId: 'alias_0_4_nlrZj81d'
1300
- }],
1301
- audioId: '5f1078861d84860011e179d0',
1302
- hasAlias: true,
1303
- text_labelId: 'text_0_nlrZj4Nr',
1304
- audioId_labelId: 'audioId_0_nlrZkkdo'
1305
- }, {
1306
- payload: {
1307
- options: [{
1308
- id: 0,
1309
- right: false,
1310
- text: 'Si',
1311
- rewards: [],
1312
- audioId: '',
1313
- text_labelId: 'text_3_0_u4s8j5fa',
1314
- audioId_labelId: 'audioId_3_0_u4s8jyiK'
1315
- }, {
1316
- id: 1,
1317
- right: false,
1318
- text: 'No',
1319
- rewards: [],
1320
- audioId: '',
1321
- text_labelId: 'text_3_1_u4s8jzBF',
1322
- audioId_labelId: 'audioId_3_1_u4s8jaJY'
1323
- }, {
1324
- id: 2,
1325
- right: true,
1326
- text: 'Patata',
1327
- rewards: [],
1328
- audioId: '',
1329
- text_labelId: 'text_3_2_u4s8jA2Z',
1330
- audioId_labelId: 'audioId_3_2_u4s8j23g'
1331
- }],
1332
- required: true,
1333
- question: 'Decisión en conversacion sin feedback ni puntos',
1334
- question_labelId: 'question_3_u4s8i10a'
1335
- },
1336
- decision: true
1337
- }, {
1338
- flex: true,
1339
- slots: [{
1340
- emotion: 'angry',
1341
- text: '',
1342
- uid: 'DbKslR',
1343
- talking: false,
1344
- alias: 'paco',
1345
- text_labelId: 'text_0_0_nlrZh8Np',
1346
- alias_labelId: 'alias_0_0_nlrZh2Iq'
1347
- }, {
1348
- emotion: 'neutral',
1349
- text: '',
1350
- uid: null,
1351
- talking: false,
1352
- text_labelId: 'text_0_1_nlrZiNfB',
1353
- alias_labelId: 'alias_0_1_nlrZijhw'
1354
- }, {
1355
- emotion: 'neutral',
1356
- text: '',
1357
- uid: null,
1358
- talking: false,
1359
- text_labelId: 'text_0_2_nlrZiBF3',
1360
- alias_labelId: 'alias_0_2_nlrZiR6G'
1361
- }, {
1362
- emotion: 'neutral',
1363
- text: '',
1364
- uid: null,
1365
- talking: false,
1366
- text_labelId: 'text_0_3_nlrZinJN',
1367
- alias_labelId: 'alias_0_3_nlrZjLWB'
1368
- }, {
1369
- emotion: 'neutral',
1370
- text: 'Hola!',
1371
- uid: 'kjTHqi',
1372
- talking: true,
1373
- alias: 'manolo',
1374
- text_labelId: 'text_0_4_nlrZjUV9',
1375
- alias_labelId: 'alias_0_4_nlrZj81d'
1376
- }],
1377
- audioId: '5f1078861d84860011e179d0',
1378
- hasAlias: true,
1379
- text_labelId: 'text_0_nlrZj4Nr',
1380
- audioId_labelId: 'audioId_0_nlrZkkdo'
1381
- }],
1382
- background: {
1383
- imgId: '605369a5901f3e00123b81ca',
1384
- imgName: 'b27bb40dcb1189d14012131a35b48a36.jpeg',
1385
- img: {
1386
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/58dccfba26561500117caf53/image/605369a5901f3e00123b81ca/b27bb40dcb1189d14012131a35b48a36.jpeg'
1387
- }
1388
- },
1389
- characters: [{
1390
- name: 'Testing',
1391
- resourceId: '5f68d7b6a373890011a78a11',
1392
- resource: {
1393
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/object/5eff09c2085be00011aae087/pr0238_yacht_001.glb'
1394
- },
1395
- type: 'object',
1396
- uid: 'DbKslR'
1397
- }, {
1398
- name: 'Male senior dark-skinned 01',
1399
- resourceId: '5f5214cec39e26001123797f',
1400
- resource: {
1401
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f5214cec39e26001123797f/ch0112_philip_001.glb',
1402
- animations: animations
1403
- },
1404
- type: 'character',
1405
- uid: 'kjTHqi'
1406
- }, {
1407
- name: 'Female senior light-skinned 01',
1408
- resourceId: '5f5214cec39e26001123797f',
1409
- resource: {
1410
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/character/5f60759328beb100113b694c/ch0116_bima_001_rig_v01_llaveronuevo.glb',
1411
- animations: {
1412
- neutral: {
1413
- resource: {}
1414
- }
1415
- }
1416
- },
1417
- type: 'character',
1418
- uid: 'kjTHqt'
1419
- }, {
1420
- name: 'Taxi',
1421
- resourceId: '5f5214cec39e26001123797f',
1422
- resource: {
1423
- url: 'https://min.int.gamelearn.io/cooked.gl-lms-storage/clients/5981fca94d82290bcbe957fe/object/5e53b649ef1f60000fb9cc1c/draco_pr0065_car_004.glb'
1424
- },
1425
- type: 'object',
1426
- uid: 'kjTHqx'
1427
- }]
1428
- };
1429
- exports.conversationPropsLodSettings = conversationPropsLodSettings;
1430
- var textToSpeechProps = {
1431
- actors: [],
1432
- background: {},
1433
- lines: [{
1434
- audioId_labelId: 'audioId_0_u8GqjXR4',
1435
- audioType: 'voice',
1436
- flex: false,
1437
- hasAlias: true,
1438
- slots: [{
1439
- alias: 'alias_0_0_u8GqgZXt',
1440
- alias_labelId: 'alias_0_0_u8GqgZXt',
1441
- emotion: 'neutral',
1442
- talking: true,
1443
- text: 'text_0_0_u8Gqfb0d',
1444
- text_labelId: 'text_0_0_u8Gqfb0d',
1445
- uid: 'OxVPqm'
1446
- }, {
1447
- alias_labelId: 'alias_0_1_u8GqgVBv',
1448
- emotion: 'neutral',
1449
- talking: false,
1450
- text: '',
1451
- text_labelId: 'text_0_1_u8GqgH0e',
1452
- uid: null
1453
- }, {
1454
- alias_labelId: 'alias_0_2_u8GqgGOU',
1455
- emotion: 'neutral',
1456
- talking: false,
1457
- text: '',
1458
- text_labelId: 'text_0_2_u8GqgCxs',
1459
- uid: null
1460
- }, {
1461
- alias_labelId: 'alias_0_3_u8Gqhwkb',
1462
- emotion: 'neutral',
1463
- talking: false,
1464
- text: '',
1465
- text_labelId: 'text_0_3_u8GqhLmZ',
1466
- uid: null
1467
- }, {
1468
- alias_labelId: 'alias_0_4_u8GqhHJG',
1469
- emotion: 'neutral',
1470
- talking: false,
1471
- text: '',
1472
- text_labelId: 'text_0_4_u8Gqh68W',
1473
- uid: null
1474
- }],
1475
- text_labelId: 'text_0_u8Gqjbqa',
1476
- voice: {
1477
- type: 'character',
1478
- id: 'OxVPqm'
1479
- }
1480
- }, {
1481
- audioId_labelId: 'audioId_0_u8GqjXR4',
1482
- audioType: 'voice',
1483
- flex: false,
1484
- hasAlias: true,
1485
- slots: [{
1486
- alias: 'alias_0_0_u8GqgZXt',
1487
- alias_labelId: 'alias_0_0_u8GqgZXt',
1488
- emotion: 'neutral',
1489
- talking: true,
1490
- text: 'text_0_0_u8Gqfb0d',
1491
- text_labelId: 'text_0_0_u8Gqfb0d',
1492
- uid: 'OxVPqm'
1493
- }, {
1494
- alias_labelId: 'alias_0_1_u8GqgVBv',
1495
- emotion: 'neutral',
1496
- talking: false,
1497
- text: '',
1498
- text_labelId: 'text_0_1_u8GqgH0e',
1499
- uid: null
1500
- }, {
1501
- alias_labelId: 'alias_0_2_u8GqgGOU',
1502
- emotion: 'neutral',
1503
- talking: false,
1504
- text: '',
1505
- text_labelId: 'text_0_2_u8GqgCxs',
1506
- uid: null
1507
- }, {
1508
- alias_labelId: 'alias_0_3_u8Gqhwkb',
1509
- emotion: 'neutral',
1510
- talking: false,
1511
- text: '',
1512
- text_labelId: 'text_0_3_u8GqhLmZ',
1513
- uid: null
1514
- }, {
1515
- alias_labelId: 'alias_0_4_u8GqhHJG',
1516
- emotion: 'neutral',
1517
- talking: false,
1518
- text: '',
1519
- text_labelId: 'text_0_4_u8Gqh68W',
1520
- uid: null
1521
- }],
1522
- text_labelId: 'text_0_u8Gqjbqa',
1523
- voice: {
1524
- type: 'base',
1525
- id: 'female_01'
1526
- }
1527
- }]
1528
- };
1529
- exports.textToSpeechProps = textToSpeechProps;