@gamelearn/arcade-components 2.41.1 → 3.0.2

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 +9 -6
  2. package/dist/arcade-components.cjs +274 -0
  3. package/dist/arcade-components.js +57929 -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,1194 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.mock9 = exports.mock8 = exports.mock7 = exports.mock6 = exports.mock5 = exports.mock4 = exports.mock3 = exports.mock2 = exports.mock = exports.messages = void 0;
7
- var _mocker = require("helpers/mocker");
8
- var messages = {
9
- 'puzzles.reference': 'Información de referencia',
10
- title: '<b>Titulo de prueba</b>',
11
- hint: 'Texto de pista',
12
- instructions: 'Texto de informacion',
13
- description: 'Texto genérico de explicación',
14
- correctSolution: 'Texto de solucion correcta!',
15
- wrongSolution: 'Texto de solucion incorrecta!',
16
- confirm: 'Estas seguro que quieres continuar?',
17
- continue: 'Continuar',
18
- cancel: 'Cancelar',
19
- 'puzzles.skip': 'Saltar',
20
- fullText1: '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit</p>',
21
- fullText2: '<p>Lorem ipsbibendum indis Cras nibh mi, luctus in augue vel</p>',
22
- fullText3: ' <p>Tercer Párrafo Lorem ipsbibendum indis</p>',
23
- fullText4: ' <p>Cuarto Párrafo </p>',
24
- fullText5: ' <p>Quinto Párrafo</p>',
25
- fullText6: ' <p>ipsum dolor Lorem sit amet, consectetur adipisicing </p>',
26
- fullText7: ' <p>Mucho Texto aqui a desglosar bla bla blsa bla</p>',
27
- fullText8: ' <p>Mucho Texto aqui a desglosar bla bla bla pbla</p>',
28
- fullText9: ' <p>Cuarto Párrafo jasndjkasbndfajksb,dfakjsbhjksabkjasbgjdsfbgsdfasfgsdgsd </p>',
29
- fullText10: ' <p>Mucho Texto aqui a desglosar bla bla blax bla</p>',
30
- fullText11: '<p>sdfsdfsdf</p>',
31
- fullText12: ' <p>Mucho Texto aqui a desglosar bla bla bla bla</p>',
32
- fullText13: ' <p>Mucho Texto aqui a desglosar bla bla bla bla</p>',
33
- previewText1: 'Preview Text 1',
34
- previewText2: 'este pinta bien ;)',
35
- previewText3: 'correcto este',
36
- previewText4: 'Preview Text 4',
37
- previewText5: 'Preview Text 5',
38
- previewText6: 'Preview Text 6',
39
- previewText7: '👍🏻 here!',
40
- previewText8: 'Preview Text 8',
41
- feedbackTitle1: 'Has fallado!',
42
- feedbackTitle2: 'Has Acertado!',
43
- feedbackTitle3: 'Has fallado!',
44
- feedbackBody1: 'NOOOOO fatal de los fatales no cojas esto',
45
- feedbackBody2: 'BIEN Elegiste Bien',
46
- feedbackBody3: 'NOOOOO fatal de los fatales no cojas esto',
47
- documentTitle1: 'Las Clases Del Señor X',
48
- documentTitle2: 'La Odisea una aventura extrema',
49
- documentTitle3: 'Estimado Señor de las pastillas azules',
50
- documentTitle4: 'La noticia del siglo',
51
- documentTitle5: 'Comparte es importante'
52
- };
53
- exports.messages = messages;
54
- var mock = {
55
- emitEvent: _mocker.emitEvent,
56
- soundActions: _mocker.soundActions,
57
- setResolveAction: function setResolveAction() {},
58
- keyboardControl: _mocker.keyboardControl,
59
- texts: [{
60
- type: 'fixed',
61
- fullText: messages.fullText1
62
- }, {
63
- type: 'election',
64
- electionTexts: [{
65
- previewText: messages.previewText3,
66
- correct: true,
67
- fullText: messages.fullText6,
68
- feedback: {
69
- title: null,
70
- body: null,
71
- rewards: [{
72
- id: 'k49zf40n',
73
- name: 'asd',
74
- points: 1,
75
- type: 'score'
76
- }]
77
- }
78
- }, {
79
- previewText: messages.previewText4,
80
- correct: false,
81
- fullText: messages.fullText7,
82
- feedback: {
83
- title: null,
84
- body: null,
85
- rewards: [{
86
- id: 'k49zf40n',
87
- name: 'asd',
88
- points: 1,
89
- type: 'score'
90
- }]
91
- }
92
- }, {
93
- previewText: messages.previewText5,
94
- correct: false,
95
- fullText: messages.fullText8,
96
- feedback: {
97
- title: null,
98
- body: null,
99
- rewards: [{
100
- id: 'k49zf40n',
101
- name: 'asd',
102
- points: 1,
103
- type: 'score'
104
- }]
105
- }
106
- }]
107
- }],
108
- info: {
109
- solution: {
110
- right: {
111
- desc: 'Great!!',
112
- rewards: [{
113
- id: 'k49zf40n',
114
- name: 'asd',
115
- points: 4,
116
- type: 'score'
117
- }],
118
- desc_labelId: 'desc_bEo7Tp88'
119
- },
120
- wrong: {
121
- desc: 'Boooo',
122
- rewards: [{
123
- id: 'k49zf40n',
124
- name: 'asd',
125
- points: -1,
126
- type: 'score'
127
- }],
128
- desc_labelId: 'desc_bEo7TrDd'
129
- }
130
- },
131
- hint: {
132
- active: true,
133
- desc: 'Just choose',
134
- rewards: [{
135
- id: 'k49zf40n',
136
- name: 'asd',
137
- points: -1,
138
- type: 'score'
139
- }],
140
- desc_labelId: 'desc_bEo7TTUl'
141
- },
142
- resolve: {
143
- rewards: [{
144
- id: 'k49zf40n',
145
- name: 'asd',
146
- points: -4,
147
- type: 'score'
148
- }]
149
- },
150
- title: 'Writter Title',
151
- instructions: 'Instructions for doing this Puzzle',
152
- description: 'This is a puzzle about writting',
153
- title_labelId: 'title_bEo7SRDk',
154
- instructions_labelId: 'instructions_bEo7TDEq'
155
- },
156
- styles: 'chalkboard',
157
- type: 'document',
158
- visible: true,
159
- retry: true,
160
- skip: true,
161
- documentTitle: messages.documentTitle1
162
- };
163
- exports.mock = mock;
164
- var mock2 = {
165
- emitEvent: _mocker.emitEvent,
166
- soundActions: _mocker.soundActions,
167
- setResolveAction: function setResolveAction() {},
168
- keyboardControl: _mocker.keyboardControl,
169
- texts: [{
170
- type: 'fixed',
171
- fullText: messages.fullText1
172
- }, {
173
- type: 'fixed',
174
- fullText: messages.fullText2
175
- }, {
176
- type: 'election',
177
- electionTexts: [{
178
- previewText: messages.previewText1,
179
- correct: false,
180
- fullText: messages.fullText3,
181
- feedback: {
182
- title: null,
183
- body: null,
184
- rewards: []
185
- }
186
- }, {
187
- previewText: messages.previewText2,
188
- correct: true,
189
- fullText: messages.fullText4,
190
- feedback: {
191
- title: null,
192
- body: null,
193
- rewards: []
194
- }
195
- }, {
196
- previewText: '',
197
- correct: false,
198
- fullText: messages.fullText5,
199
- feedback: {
200
- title: null,
201
- body: null,
202
- rewards: []
203
- }
204
- }]
205
- }, {
206
- type: 'fixed',
207
- fullText: messages.fullText6
208
- }, {
209
- type: 'election',
210
- electionTexts: [{
211
- previewText: messages.previewText3,
212
- correct: true,
213
- fullText: messages.fullText6,
214
- feedback: {
215
- title: null,
216
- body: null,
217
- rewards: []
218
- }
219
- }, {
220
- previewText: messages.previewText4,
221
- correct: false,
222
- fullText: messages.fullText7,
223
- feedback: {
224
- title: null,
225
- body: null,
226
- rewards: []
227
- }
228
- }, {
229
- previewText: messages.previewText5,
230
- correct: false,
231
- fullText: messages.fullText8,
232
- feedback: {
233
- title: null,
234
- body: null,
235
- rewards: []
236
- }
237
- }]
238
- }, {
239
- type: 'fixed',
240
- fullText: messages.fullText9
241
- }, {
242
- type: 'election',
243
- electionTexts: [{
244
- previewText: messages.previewText6,
245
- correct: false,
246
- fullText: messages.fullText10,
247
- feedback: {
248
- title: messages.feedbackTitle1,
249
- body: messages.feedbackBody1,
250
- rewards: [{
251
- id: 'k843nns2',
252
- name: 'Power',
253
- points: -22,
254
- type: 'score'
255
- }, {
256
- id: 'k843nns2',
257
- name: 'Power',
258
- points: -2,
259
- type: 'score'
260
- }]
261
- }
262
- }, {
263
- previewText: messages.previewText7,
264
- correct: true,
265
- fullText: messages.fullText11,
266
- feedback: {
267
- title: messages.feedbackTitle2,
268
- body: messages.feedbackBody2,
269
- rewards: [{
270
- id: 'k843nns2',
271
- name: 'Power',
272
- points: 22,
273
- type: 'score'
274
- }, {
275
- id: 'k843nns2',
276
- name: 'Power',
277
- points: 2,
278
- type: 'score'
279
- }]
280
- }
281
- }, {
282
- previewText: messages.previewText8,
283
- correct: false,
284
- fullText: messages.fullText12,
285
- feedback: {
286
- title: messages.feedbackTitle3,
287
- body: messages.feedbackBody3,
288
- rewards: [{
289
- id: 'k843nns2',
290
- name: 'Power',
291
- points: -22,
292
- type: 'score'
293
- }, {
294
- id: 'k843nns2',
295
- name: 'Power',
296
- points: -2,
297
- type: 'score'
298
- }]
299
- }
300
- }]
301
- }, {
302
- type: 'fixed',
303
- fullText: messages.fullText13
304
- }],
305
- info: {
306
- solution: {
307
- right: {
308
- desc: 'Great!!',
309
- rewards: [],
310
- desc_labelId: 'desc_bEo7Tp88'
311
- },
312
- wrong: {
313
- desc: 'Boooo',
314
- rewards: [],
315
- desc_labelId: 'desc_bEo7TrDd'
316
- }
317
- },
318
- hint: {
319
- active: true,
320
- desc: 'Just choose',
321
- rewards: [{
322
- id: 'k7d3gq9i',
323
- name: 'asdasd',
324
- rewards: -10,
325
- type: 'score'
326
- }],
327
- desc_labelId: 'desc_bEo7TTUl'
328
- },
329
- resolve: {
330
- rewards: [{
331
- id: 'k7d3gq9i',
332
- name: 'asdasd',
333
- rewards: 100,
334
- type: 'score'
335
- }]
336
- },
337
- title: 'Writter Title',
338
- instructions: 'Instructions for doing this Puzzle',
339
- description: 'This is a puzzle about writting',
340
- title_labelId: 'title_bEo7SRDk',
341
- instructions_labelId: 'instructions_bEo7TDEq'
342
- },
343
- styles: 'handwrittenDocument',
344
- type: 'view',
345
- visible: true,
346
- retry: true,
347
- skip: true,
348
- documentTitle: messages.documentTitle2
349
- };
350
- exports.mock2 = mock2;
351
- var mock3 = {
352
- emitEvent: _mocker.emitEvent,
353
- soundActions: _mocker.soundActions,
354
- keyboardControl: _mocker.keyboardControl,
355
- texts: [{
356
- type: 'fixed',
357
- fullText: messages.fullText1
358
- }, {
359
- type: 'fixed',
360
- fullText: messages.fullText2
361
- }, {
362
- type: 'election',
363
- electionTexts: [{
364
- previewText: messages.previewText1,
365
- correct: false,
366
- fullText: messages.fullText3,
367
- feedback: {
368
- title: null,
369
- body: null,
370
- rewards: []
371
- }
372
- }, {
373
- previewText: messages.previewText2,
374
- correct: true,
375
- fullText: messages.fullText4,
376
- feedback: {
377
- title: null,
378
- body: null,
379
- rewards: []
380
- }
381
- }, {
382
- previewText: '',
383
- correct: false,
384
- fullText: messages.fullText5,
385
- feedback: {
386
- title: null,
387
- body: null,
388
- rewards: []
389
- }
390
- }]
391
- }, {
392
- type: 'fixed',
393
- fullText: messages.fullText6
394
- }, {
395
- type: 'election',
396
- electionTexts: [{
397
- previewText: messages.previewText3,
398
- correct: true,
399
- fullText: messages.fullText6,
400
- feedback: {
401
- title: null,
402
- body: null,
403
- rewards: []
404
- }
405
- }, {
406
- previewText: messages.previewText4,
407
- correct: false,
408
- fullText: messages.fullText7,
409
- feedback: {
410
- title: null,
411
- body: null,
412
- rewards: []
413
- }
414
- }, {
415
- previewText: messages.previewText5,
416
- correct: false,
417
- fullText: messages.fullText8,
418
- feedback: {
419
- title: null,
420
- body: null,
421
- rewards: []
422
- }
423
- }]
424
- }, {
425
- type: 'fixed',
426
- fullText: messages.fullText9
427
- }, {
428
- type: 'election',
429
- electionTexts: [{
430
- previewText: messages.previewText6,
431
- correct: false,
432
- fullText: messages.fullText10,
433
- feedback: {
434
- title: messages.feedbackTitle1,
435
- body: messages.feedbackBody1,
436
- rewards: []
437
- }
438
- }, {
439
- previewText: messages.previewText7,
440
- correct: true,
441
- fullText: messages.fullText11,
442
- feedback: {
443
- title: messages.feedbackTitle2,
444
- body: messages.feedbackBody2,
445
- rewards: []
446
- }
447
- }, {
448
- previewText: messages.previewText8,
449
- correct: false,
450
- fullText: messages.fullText12,
451
- feedback: {
452
- title: messages.feedbackTitle3,
453
- body: messages.feedbackBody3,
454
- rewards: []
455
- }
456
- }]
457
- }, {
458
- type: 'fixed',
459
- fullText: messages.fullText13
460
- }],
461
- info: {
462
- solution: {
463
- right: {
464
- desc: 'Great!!',
465
- rewards: [],
466
- desc_labelId: 'desc_bEo7Tp88'
467
- },
468
- wrong: {
469
- desc: 'Boooo',
470
- rewards: [],
471
- desc_labelId: 'desc_bEo7TrDd'
472
- }
473
- },
474
- hint: {
475
- active: true,
476
- desc: 'Just choose',
477
- rewards: [{
478
- id: 'k7d3gq9i',
479
- name: 'asdasd',
480
- rewards: -10,
481
- type: 'score'
482
- }],
483
- desc_labelId: 'desc_bEo7TTUl'
484
- },
485
- resolve: {
486
- rewards: [{
487
- id: 'k7d3gq9i',
488
- name: 'asdasd',
489
- rewards: 100,
490
- type: 'score'
491
- }]
492
- },
493
- title: 'Writter Title',
494
- instructions: 'Instructions for doing this Puzzle',
495
- description: 'This is a puzzle about writting',
496
- title_labelId: 'title_bEo7SRDk',
497
- instructions_labelId: 'instructions_bEo7TDEq'
498
- },
499
- styles: 'email',
500
- type: 'document',
501
- visible: true,
502
- retry: true,
503
- skip: true,
504
- documentTitle: messages.documentTitle3
505
- };
506
- exports.mock3 = mock3;
507
- var mock4 = {
508
- emitEvent: _mocker.emitEvent,
509
- soundActions: _mocker.soundActions,
510
- keyboardControl: _mocker.keyboardControl,
511
- texts: [{
512
- type: 'fixed',
513
- fullText: messages.fullText1
514
- }, {
515
- type: 'fixed',
516
- fullText: messages.fullText2
517
- }, {
518
- type: 'election',
519
- electionTexts: [{
520
- previewText: messages.previewText1,
521
- correct: false,
522
- fullText: messages.fullText3,
523
- feedback: {
524
- title: null,
525
- body: null,
526
- rewards: []
527
- }
528
- }, {
529
- previewText: messages.previewText2,
530
- correct: true,
531
- fullText: messages.fullText4,
532
- feedback: {
533
- title: null,
534
- body: null,
535
- rewards: []
536
- }
537
- }, {
538
- previewText: '',
539
- correct: false,
540
- fullText: messages.fullText5,
541
- feedback: {
542
- title: null,
543
- body: null,
544
- rewards: []
545
- }
546
- }]
547
- }, {
548
- type: 'fixed',
549
- fullText: messages.fullText6
550
- }, {
551
- type: 'election',
552
- electionTexts: [{
553
- previewText: messages.previewText3,
554
- correct: true,
555
- fullText: messages.fullText6,
556
- feedback: {
557
- title: null,
558
- body: null,
559
- rewards: []
560
- }
561
- }, {
562
- previewText: messages.previewText4,
563
- correct: false,
564
- fullText: messages.fullText7,
565
- feedback: {
566
- title: null,
567
- body: null,
568
- rewards: []
569
- }
570
- }, {
571
- previewText: messages.previewText5,
572
- correct: false,
573
- fullText: messages.fullText8,
574
- feedback: {
575
- title: null,
576
- body: null,
577
- rewards: []
578
- }
579
- }]
580
- }, {
581
- type: 'fixed',
582
- fullText: messages.fullText9
583
- }, {
584
- type: 'election',
585
- electionTexts: [{
586
- previewText: messages.previewText6,
587
- correct: false,
588
- fullText: messages.fullText10,
589
- feedback: {
590
- title: messages.feedbackTitle1,
591
- body: messages.feedbackBody1,
592
- rewards: [{
593
- id: 'k843nns2',
594
- name: 'Power',
595
- points: -22,
596
- type: 'score'
597
- }, {
598
- id: 'k843nns2',
599
- name: 'Power',
600
- points: -2,
601
- type: 'score'
602
- }]
603
- }
604
- }, {
605
- previewText: messages.previewText7,
606
- correct: true,
607
- fullText: messages.fullText11,
608
- feedback: {
609
- title: messages.feedbackTitle2,
610
- body: messages.feedbackBody2,
611
- rewards: [{
612
- id: 'k843nns2',
613
- name: 'Power',
614
- points: 22,
615
- type: 'score'
616
- }, {
617
- id: 'k843nns2',
618
- name: 'Power',
619
- points: 2,
620
- type: 'score'
621
- }]
622
- }
623
- }, {
624
- previewText: messages.previewText8,
625
- correct: false,
626
- fullText: messages.fullText12,
627
- feedback: {
628
- title: messages.feedbackTitle3,
629
- body: messages.feedbackBody3,
630
- rewards: [{
631
- id: 'k843nns2',
632
- name: 'Power',
633
- points: -22,
634
- type: 'score'
635
- }, {
636
- id: 'k843nns2',
637
- name: 'Power',
638
- points: -2,
639
- type: 'score'
640
- }]
641
- }
642
- }]
643
- }, {
644
- type: 'fixed',
645
- fullText: messages.fullText13
646
- }],
647
- info: {
648
- solution: {
649
- right: {
650
- desc: 'Great!!',
651
- rewards: [],
652
- desc_labelId: 'desc_bEo7Tp88'
653
- },
654
- wrong: {
655
- desc: 'Boooo',
656
- rewards: [],
657
- desc_labelId: 'desc_bEo7TrDd'
658
- }
659
- },
660
- hint: {
661
- active: true,
662
- desc: 'Just choose',
663
- rewards: [{
664
- id: 'k7d3gq9i',
665
- name: 'asdasd',
666
- rewards: -10,
667
- type: 'score'
668
- }],
669
- desc_labelId: 'desc_bEo7TTUl'
670
- },
671
- resolve: {
672
- rewards: [{
673
- id: 'k7d3gq9i',
674
- name: 'asdasd',
675
- rewards: 100,
676
- type: 'score'
677
- }]
678
- },
679
- title: 'Writter Title',
680
- instructions: 'Instructions for doing this Puzzle',
681
- description: 'This is a puzzle about writting',
682
- title_labelId: 'title_bEo7SRDk',
683
- instructions_labelId: 'instructions_bEo7TDEq'
684
- },
685
- styles: 'typeWriter',
686
- type: 'document',
687
- visible: true,
688
- retry: true,
689
- skip: true,
690
- documentTitle: messages.documentTitle4
691
- };
692
- exports.mock4 = mock4;
693
- var mock5 = {
694
- emitEvent: _mocker.emitEvent,
695
- soundActions: _mocker.soundActions,
696
- keyboardControl: _mocker.keyboardControl,
697
- texts: [{
698
- type: 'fixed',
699
- fullText: messages.fullText11
700
- }, {
701
- type: 'election',
702
- electionTexts: [{
703
- previewText: messages.previewText1,
704
- correct: false,
705
- fullText: messages.fullText3,
706
- feedback: {
707
- title: null,
708
- body: null,
709
- rewards: []
710
- }
711
- }, {
712
- previewText: messages.previewText2,
713
- correct: false,
714
- fullText: messages.fullText4,
715
- feedback: {
716
- title: null,
717
- body: null,
718
- rewards: []
719
- }
720
- }, {
721
- previewText: '',
722
- correct: false,
723
- fullText: messages.fullText5,
724
- feedback: {
725
- title: null,
726
- body: null,
727
- rewards: []
728
- }
729
- }]
730
- }, {
731
- type: 'fixed',
732
- fullText: messages.fullText6
733
- }],
734
- info: {
735
- solution: {
736
- right: {
737
- desc: 'Great!!',
738
- rewards: [],
739
- desc_labelId: 'desc_bEo7Tp88'
740
- },
741
- wrong: {
742
- desc: 'Boooo',
743
- rewards: [],
744
- desc_labelId: 'desc_bEo7TrDd'
745
- }
746
- },
747
- hint: {
748
- active: true,
749
- desc: 'Just choose',
750
- rewards: [{
751
- id: 'k7d3gq9i',
752
- name: 'asdasd',
753
- rewards: -10,
754
- type: 'score'
755
- }],
756
- desc_labelId: 'desc_bEo7TTUl'
757
- },
758
- resolve: {
759
- rewards: [{
760
- id: 'k7d3gq9i',
761
- name: 'asdasd',
762
- rewards: 100,
763
- type: 'score'
764
- }]
765
- },
766
- title: 'Writter Title',
767
- instructions: 'Instructions for doing this Puzzle',
768
- description: 'This is a puzzle about writting',
769
- title_labelId: 'title_bEo7SRDk',
770
- instructions_labelId: 'instructions_bEo7TDEq'
771
- },
772
- styles: 'pacebook',
773
- type: 'view',
774
- visible: true,
775
- retry: false,
776
- skip: false,
777
- documentTitle: messages.documentTitle5
778
- };
779
- exports.mock5 = mock5;
780
- var mock6 = {
781
- emitEvent: _mocker.emitEvent,
782
- soundActions: _mocker.soundActions,
783
- keyboardControl: _mocker.keyboardControl,
784
- texts: [{
785
- type: 'fixed',
786
- fullText: messages.fullText11
787
- }, {
788
- type: 'election',
789
- electionTexts: [{
790
- previewText: messages.previewText1,
791
- correct: false,
792
- fullText: messages.fullText3,
793
- feedback: {
794
- title: null,
795
- body: null,
796
- rewards: []
797
- }
798
- }, {
799
- previewText: messages.previewText2,
800
- correct: false,
801
- fullText: messages.fullText4,
802
- feedback: {
803
- title: null,
804
- body: null,
805
- rewards: []
806
- }
807
- }, {
808
- previewText: '',
809
- correct: false,
810
- fullText: messages.fullText5,
811
- feedback: {
812
- title: null,
813
- body: null,
814
- rewards: []
815
- }
816
- }]
817
- }, {
818
- type: 'fixed',
819
- fullText: messages.fullText6
820
- }],
821
- info: {
822
- solution: {
823
- right: {
824
- desc: 'Great!!',
825
- rewards: [],
826
- desc_labelId: 'desc_bEo7Tp88'
827
- },
828
- wrong: {
829
- desc: 'Boooo',
830
- rewards: [],
831
- desc_labelId: 'desc_bEo7TrDd'
832
- }
833
- },
834
- hint: {
835
- active: true,
836
- desc: 'Just choose',
837
- rewards: [{
838
- id: 'k7d3gq9i',
839
- name: 'asdasd',
840
- rewards: -10,
841
- type: 'score'
842
- }],
843
- desc_labelId: 'desc_bEo7TTUl'
844
- },
845
- resolve: {
846
- rewards: [{
847
- id: 'k7d3gq9i',
848
- name: 'asdasd',
849
- rewards: 100,
850
- type: 'score'
851
- }]
852
- },
853
- title: 'Writter Title',
854
- instructions: 'Instructions for doing this Puzzle',
855
- description: 'This is a puzzle about writting',
856
- title_labelId: 'title_bEo7SRDk',
857
- instructions_labelId: 'instructions_bEo7TDEq'
858
- },
859
- styles: 'document',
860
- type: 'view',
861
- visible: true,
862
- retry: false,
863
- skip: false,
864
- documentTitle: messages.documentTitle5
865
- };
866
- exports.mock6 = mock6;
867
- var mock7 = {
868
- emitEvent: _mocker.emitEvent,
869
- soundActions: _mocker.soundActions,
870
- keyboardControl: _mocker.keyboardControl,
871
- texts: [{
872
- type: 'fixed',
873
- fullText: messages.fullText11
874
- }, {
875
- type: 'election',
876
- electionTexts: [{
877
- previewText: messages.previewText1,
878
- correct: false,
879
- fullText: messages.fullText3,
880
- feedback: {
881
- title: null,
882
- body: null,
883
- rewards: []
884
- }
885
- }, {
886
- previewText: messages.previewText2,
887
- correct: false,
888
- fullText: messages.fullText4,
889
- feedback: {
890
- title: null,
891
- body: null,
892
- rewards: []
893
- }
894
- }, {
895
- previewText: '',
896
- correct: false,
897
- fullText: messages.fullText5,
898
- feedback: {
899
- title: null,
900
- body: null,
901
- rewards: []
902
- }
903
- }]
904
- }, {
905
- type: 'fixed',
906
- fullText: messages.fullText6
907
- }],
908
- info: {
909
- solution: {
910
- right: {
911
- desc: 'Great!!',
912
- rewards: [],
913
- desc_labelId: 'desc_bEo7Tp88'
914
- },
915
- wrong: {
916
- desc: 'Boooo',
917
- rewards: [],
918
- desc_labelId: 'desc_bEo7TrDd'
919
- }
920
- },
921
- hint: {
922
- active: true,
923
- desc: 'Just choose',
924
- rewards: [{
925
- id: 'k7d3gq9i',
926
- name: 'asdasd',
927
- rewards: -10,
928
- type: 'score'
929
- }],
930
- desc_labelId: 'desc_bEo7TTUl'
931
- },
932
- resolve: {
933
- rewards: [{
934
- id: 'k7d3gq9i',
935
- name: 'asdasd',
936
- rewards: 100,
937
- type: 'score'
938
- }]
939
- },
940
- title: 'Writter Title',
941
- instructions: 'Instructions for doing this Puzzle',
942
- description: 'This is a puzzle about writting',
943
- title_labelId: 'title_bEo7SRDk',
944
- instructions_labelId: 'instructions_bEo7TDEq'
945
- },
946
- styles: 'whatsapp-ligth',
947
- type: 'view',
948
- visible: true,
949
- retry: false,
950
- skip: false,
951
- documentTitle: messages.documentTitle5
952
- };
953
- exports.mock7 = mock7;
954
- var mock8 = {
955
- emitEvent: _mocker.emitEvent,
956
- soundActions: _mocker.soundActions,
957
- keyboardControl: _mocker.keyboardControl,
958
- texts: [{
959
- type: 'fixed',
960
- fullText: messages.fullText11
961
- }, {
962
- type: 'election',
963
- electionTexts: [{
964
- previewText: messages.previewText1,
965
- correct: false,
966
- fullText: messages.fullText3,
967
- feedback: {
968
- title: null,
969
- body: null,
970
- rewards: []
971
- }
972
- }, {
973
- previewText: messages.previewText2,
974
- correct: false,
975
- fullText: messages.fullText4,
976
- feedback: {
977
- title: null,
978
- body: null,
979
- rewards: []
980
- }
981
- }, {
982
- previewText: '',
983
- correct: false,
984
- fullText: messages.fullText5,
985
- feedback: {
986
- title: null,
987
- body: null,
988
- rewards: []
989
- }
990
- }]
991
- }, {
992
- type: 'fixed',
993
- fullText: messages.fullText6
994
- }],
995
- info: {
996
- solution: {
997
- right: {
998
- desc: 'Great!!',
999
- rewards: [],
1000
- desc_labelId: 'desc_bEo7Tp88'
1001
- },
1002
- wrong: {
1003
- desc: 'Boooo',
1004
- rewards: [],
1005
- desc_labelId: 'desc_bEo7TrDd'
1006
- }
1007
- },
1008
- hint: {
1009
- active: true,
1010
- desc: 'Just choose',
1011
- rewards: [{
1012
- id: 'k7d3gq9i',
1013
- name: 'asdasd',
1014
- rewards: -10,
1015
- type: 'score'
1016
- }],
1017
- desc_labelId: 'desc_bEo7TTUl'
1018
- },
1019
- resolve: {
1020
- rewards: [{
1021
- id: 'k7d3gq9i',
1022
- name: 'asdasd',
1023
- rewards: 100,
1024
- type: 'score'
1025
- }]
1026
- },
1027
- title: 'Writter Title',
1028
- instructions: 'Instructions for doing this Puzzle',
1029
- description: 'This is a puzzle about writting',
1030
- title_labelId: 'title_bEo7SRDk',
1031
- instructions_labelId: 'instructions_bEo7TDEq'
1032
- },
1033
- styles: 'whatsapp-dark',
1034
- type: 'view',
1035
- visible: true,
1036
- retry: false,
1037
- skip: false,
1038
- documentTitle: messages.documentTitle5
1039
- };
1040
- exports.mock8 = mock8;
1041
- var mock9 = {
1042
- emitEvent: _mocker.emitEvent,
1043
- soundActions: _mocker.soundActions,
1044
- keyboardControl: _mocker.keyboardControl,
1045
- texts: [{
1046
- fullText:
1047
- // eslint-disable-next-line max-len
1048
- '<p><strong>SHARON B:</strong>&nbsp;<br>Hola Joanna. Soy Sharon B.<br><br><strong>JOANNA:&nbsp;<br></strong>Ya claro, ¡y yo soy una Spice Girl!<br><br></p>',
1049
- fullText_labelId: 'fullText_0_2gMZwWlK',
1050
- type: 'fixed'
1051
- }, {
1052
- electionTexts: [{
1053
- correct: true,
1054
- feedback: {
1055
- body: '¡Bien! Te estás metiendo en la piel de Sharon B.. ',
1056
- body_labelId: 'body_1_0_2gMZw4CT',
1057
- rewards: [],
1058
- title: null,
1059
- title_labelId: 'title_1_0_2gMZwxk1'
1060
- },
1061
- fullText:
1062
- // eslint-disable-next-line max-len
1063
- '<p><strong>SHARON B:&nbsp;<br></strong>Soy yo y éste es mi perfil personal. Sólo lo uso para comunicarme con mis fans más importantes.</p>',
1064
- fullText_labelId: 'fullText_1_0_2gMZwaDp',
1065
- previewText: 'Soy yo',
1066
- previewText_labelId: 'previewText_1_0_2gMZwq0y'
1067
- }, {
1068
- correct: true,
1069
- feedback: {
1070
- body: '¡Bien! Te estás metiendo en la piel de Sharon B.. ',
1071
- body_labelId: 'body_1_1_2gMZxTbh',
1072
- title: null,
1073
- title_labelId: 'title_1_1_2gMZxSPT'
1074
- },
1075
- fullText:
1076
- // eslint-disable-next-line max-len
1077
- '<p><strong>SHARON B:&nbsp;<br></strong>Jaja… Muy graciosa. La diferencia entre tú y yo es que yo sí soy la&nbsp;verdadera Sharon B.</p>',
1078
- fullText_labelId: 'fullText_1_1_2gMZx1HK',
1079
- previewText: 'Muy graciosa',
1080
- previewText_labelId: 'previewText_1_1_2gMZxqfn'
1081
- }, {
1082
- correct: true,
1083
- feedback: {
1084
- body: '¡Bien! Te estás metiendo en la piel de Sharon B.. ',
1085
- body_labelId: 'body_1_2_2gMZyT39',
1086
- title: null,
1087
- title_labelId: 'title_1_2_2gMZygwn'
1088
- },
1089
- fullText:
1090
- // eslint-disable-next-line max-len
1091
- '<p><strong>SHARON B:&nbsp;<br></strong>Yo que tú no sería tan borde. No todo el mundo puede hablar con Sharon B.</p>',
1092
- fullText_labelId: 'fullText_1_2_2gMZxpzh',
1093
- previewText: 'Tranquila',
1094
- previewText_labelId: 'previewText_1_2_2gMZx0VN'
1095
- }],
1096
- fullText_labelId: 'fullText_1_2gMZw34m',
1097
- type: 'election'
1098
- }, {
1099
- fullText:
1100
- // eslint-disable-next-line max-len
1101
- '<p><br><br><strong>JOANNA:<br></strong>¿Me lo dices en serio? ¿De verdad eres Sharon B.?<br><br><strong>SHARON B:&nbsp;<br></strong>¿Qué iba a conseguir mintiéndote?<br><br><strong>JOANNA:&nbsp;<br></strong>…<br><br><strong>SHARON B:</strong>&nbsp;<br>¿Joanna?<br><br><strong>JOANNA:&nbsp;<br></strong>¡¡¡¡NO ME LO PUEDO CREER!!!! ¡¡Estoy chateando con SHARON B!<br><br><strong>SHARON B:</strong>&nbsp;<br>Jajaja. Verás, te escribo porque estoy interesada en conocer y hablar con mis fans más exclusivas. Necesito sus opiniones para incluirlas en mi nuevo libro sobre Mastermind. ¿Te interesa participar?<br><br><strong>JOANNA:</strong>&nbsp;<br>¡Oh, wow… claro que sí! ¡Qué emoción!<br><br><strong>SHARON B:</strong>&nbsp;<br>¿Puedes quedar ahora?&nbsp;<br><br><strong>JOANNA:&nbsp;<br></strong>¿Ahora?<br><br><strong>SHARON B:</strong>&nbsp;<br>Sí, salgo en dos horas al aeropuerto. ¿No me irás a decir que no?<br><br><strong>JOANNA:</strong>&nbsp;<br>¡Dios! ¡Hago lo que sea por conocerte!<br><br></p>',
1102
- fullText_labelId: 'fullText_2_2gMZyEbj',
1103
- type: 'fixed'
1104
- }, {
1105
- electionTexts: [{
1106
- correct: true,
1107
- feedback: {
1108
- body: '¡Bien! Has atraído con un falso pretexto a Joanna. ',
1109
- body_labelId: 'body_3_0_2gMZzKgD',
1110
- title: null,
1111
- title_labelId: 'title_3_0_2gMZyTXZ'
1112
- },
1113
- fullText: '<p><strong>SHARON B:&nbsp;<br></strong>¡Súper! Te espero en el Oxford Vintage Cafe. ¿Sabes cuál es, verdad?</p>',
1114
- fullText_labelId: 'fullText_3_0_2gMZyI3C',
1115
- previewText: 'Quedamos en: Cafetería',
1116
- previewText_labelId: 'previewText_3_0_2gMZy5Ai'
1117
- }, {
1118
- correct: true,
1119
- feedback: {
1120
- body: '¡Bien! Has atraído con un falso pretexto a Joanna. ',
1121
- body_labelId: 'body_3_1_2gMZ0a7m',
1122
- title: null,
1123
- title_labelId: 'title_3_1_2gMZzTFL'
1124
- },
1125
- fullText: '<p><strong>SHARON B:&nbsp;<br></strong>¡Genial! ¿Te apetece tomar una pinta en el Candem Pub?</p>',
1126
- fullText_labelId: 'fullText_3_1_2gMZzWvV',
1127
- previewText: 'Quedamos en: Un pub',
1128
- previewText_labelId: 'previewText_3_1_2gMZzjyc'
1129
- }, {
1130
- correct: true,
1131
- feedback: {
1132
- body: '¡Bien! Has atraído con un falso pretexto a Joanna. ',
1133
- body_labelId: 'body_3_2_2gMZ21Cz',
1134
- title: null,
1135
- title_labelId: 'title_3_2_2gMZ2uAH'
1136
- },
1137
- fullText: '<p><strong>SHARON B:&nbsp;<br></strong>¡Estupendo! ¿Comemos algo en el&nbsp;Trafalgar Burger?</p>',
1138
- fullText_labelId: 'fullText_3_2_2gMZ1pfM',
1139
- previewText: 'Quedamos en: Burger',
1140
- previewText_labelId: 'previewText_3_2_2gMZ1NW0'
1141
- }],
1142
- fullText_labelId: 'fullText_3_2gMZyFZU',
1143
- type: 'election'
1144
- }, {
1145
- fullText: '<p><br><br><strong>JOANNA:<br></strong>Enseguida salgo para allá. ¡Qué emoción!<br></p>',
1146
- fullText_labelId: 'fullText_4_2gMZ2MWR',
1147
- type: 'fixed'
1148
- }],
1149
- info: {
1150
- solution: {
1151
- right: {
1152
- desc: 'Great!!',
1153
- rewards: [],
1154
- desc_labelId: 'desc_bEo7Tp88'
1155
- },
1156
- wrong: {
1157
- desc: 'Boooo',
1158
- rewards: [],
1159
- desc_labelId: 'desc_bEo7TrDd'
1160
- }
1161
- },
1162
- hint: {
1163
- active: true,
1164
- desc: 'Just choose',
1165
- rewards: [{
1166
- id: 'k7d3gq9i',
1167
- name: 'asdasd',
1168
- rewards: -10,
1169
- type: 'score'
1170
- }],
1171
- desc_labelId: 'desc_bEo7TTUl'
1172
- },
1173
- resolve: {
1174
- rewards: [{
1175
- id: 'k7d3gq9i',
1176
- name: 'asdasd',
1177
- rewards: 100,
1178
- type: 'score'
1179
- }]
1180
- },
1181
- title: 'Writter Title',
1182
- instructions: 'Instructions for doing this Puzzle',
1183
- description: 'This is a puzzle about writting',
1184
- title_labelId: 'title_bEo7SRDk',
1185
- instructions_labelId: 'instructions_bEo7TDEq'
1186
- },
1187
- styles: 'whatsapp-dark',
1188
- type: 'view',
1189
- visible: true,
1190
- retry: false,
1191
- skip: false,
1192
- documentTitle: messages.documentTitle5
1193
- };
1194
- exports.mock9 = mock9;