@doenet/doenetml 0.6.0-alpha1

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 (549) hide show
  1. package/.prettierrc +3 -0
  2. package/LICENSE +661 -0
  3. package/README.md +146 -0
  4. package/cypress/e2e/ActivityViewer/activityVariants.cy.js +1770 -0
  5. package/cypress/e2e/ActivityViewer/compiledActivity.cy.js +83 -0
  6. package/cypress/e2e/ActivityViewer/relationshipsAmongPages.cy.js +697 -0
  7. package/cypress/e2e/answerValidation/errorinnumbers.cy.js +2125 -0
  8. package/cypress/e2e/answerValidation/factoring.cy.js +1945 -0
  9. package/cypress/e2e/answerValidation/factoringOldAlgorithm.cy.js +892 -0
  10. package/cypress/e2e/answerValidation/functionanswers.cy.js +314 -0
  11. package/cypress/e2e/answerValidation/matchingpatterns.cy.js +287 -0
  12. package/cypress/e2e/answerValidation/matchpartial.cy.js +6711 -0
  13. package/cypress/e2e/answerValidation/pointlocation.cy.js +3989 -0
  14. package/cypress/e2e/answerValidation/symbolicequality.cy.js +1893 -0
  15. package/cypress/e2e/answerValidation/videoProgress.cy.js +210 -0
  16. package/cypress/e2e/assignNames/basiccopy.cy.js +2376 -0
  17. package/cypress/e2e/assignNames/collections.cy.js +9247 -0
  18. package/cypress/e2e/assignNames/selects.cy.js +105 -0
  19. package/cypress/e2e/assignNames/sequences.cy.js +1964 -0
  20. package/cypress/e2e/baseComponent/basecomponentproperties.cy.js +999 -0
  21. package/cypress/e2e/baseComponent/doenetMLtext.cy.js +427 -0
  22. package/cypress/e2e/chemistry/atom.cy.js +201 -0
  23. package/cypress/e2e/chemistry/ion.cy.js +608 -0
  24. package/cypress/e2e/chemistry/ioniccompound.cy.js +133 -0
  25. package/cypress/e2e/dynamicalsystem/cobwebpolyline.cy.js +2653 -0
  26. package/cypress/e2e/dynamicalsystem/equilibriumcurve.cy.js +311 -0
  27. package/cypress/e2e/dynamicalsystem/equilibriumline.cy.js +279 -0
  28. package/cypress/e2e/dynamicalsystem/equilibriumpoint.cy.js +283 -0
  29. package/cypress/e2e/dynamicalsystem/odesystem.cy.js +1834 -0
  30. package/cypress/e2e/equality/mathexpressions.cy.js +948 -0
  31. package/cypress/e2e/graphing/graphreferences.cy.js +978 -0
  32. package/cypress/e2e/graphing/graphreferences2.cy.js +615 -0
  33. package/cypress/e2e/linearAlgebra/eigenDecomposition.cy.js +401 -0
  34. package/cypress/e2e/tagSpecific/angle.cy.js +3898 -0
  35. package/cypress/e2e/tagSpecific/animatefromsequence.cy.js +2306 -0
  36. package/cypress/e2e/tagSpecific/answer.cy.js +31647 -0
  37. package/cypress/e2e/tagSpecific/bestfitline.cy.js +612 -0
  38. package/cypress/e2e/tagSpecific/blockquote.cy.js +30 -0
  39. package/cypress/e2e/tagSpecific/boolean.cy.js +742 -0
  40. package/cypress/e2e/tagSpecific/booleaninput.cy.js +1283 -0
  41. package/cypress/e2e/tagSpecific/booleanlist.cy.js +588 -0
  42. package/cypress/e2e/tagSpecific/booleanoperators.cy.js +596 -0
  43. package/cypress/e2e/tagSpecific/booleanoperatorsonmath.cy.js +498 -0
  44. package/cypress/e2e/tagSpecific/callaction.cy.js +2835 -0
  45. package/cypress/e2e/tagSpecific/choiceinput.cy.js +3205 -0
  46. package/cypress/e2e/tagSpecific/circle.cy.js +22036 -0
  47. package/cypress/e2e/tagSpecific/codeeditor.cy.js +1995 -0
  48. package/cypress/e2e/tagSpecific/collect.cy.js +5035 -0
  49. package/cypress/e2e/tagSpecific/componentsize.cy.js +502 -0
  50. package/cypress/e2e/tagSpecific/conditionalcontent.cy.js +3495 -0
  51. package/cypress/e2e/tagSpecific/contentBrowser.cy.js +335 -0
  52. package/cypress/e2e/tagSpecific/contentpicker.cy.js +261 -0
  53. package/cypress/e2e/tagSpecific/copy.cy.js +12627 -0
  54. package/cypress/e2e/tagSpecific/copy2.cy.js +5698 -0
  55. package/cypress/e2e/tagSpecific/curve.bezier.cy.js +12440 -0
  56. package/cypress/e2e/tagSpecific/curve.cy.js +1716 -0
  57. package/cypress/e2e/tagSpecific/curve.function.cy.js +1471 -0
  58. package/cypress/e2e/tagSpecific/curve.parametrized.cy.js +920 -0
  59. package/cypress/e2e/tagSpecific/document.cy.js +234 -0
  60. package/cypress/e2e/tagSpecific/endpoint.cy.js +197 -0
  61. package/cypress/e2e/tagSpecific/evaluate.cy.js +8895 -0
  62. package/cypress/e2e/tagSpecific/extract.cy.js +2282 -0
  63. package/cypress/e2e/tagSpecific/feedback.cy.js +2941 -0
  64. package/cypress/e2e/tagSpecific/function.cy.js +9450 -0
  65. package/cypress/e2e/tagSpecific/functioniterates.cy.js +1178 -0
  66. package/cypress/e2e/tagSpecific/functionoperators.cy.js +4047 -0
  67. package/cypress/e2e/tagSpecific/graph.cy.js +2491 -0
  68. package/cypress/e2e/tagSpecific/group.cy.js +683 -0
  69. package/cypress/e2e/tagSpecific/hint.cy.js +204 -0
  70. package/cypress/e2e/tagSpecific/image.cy.js +770 -0
  71. package/cypress/e2e/tagSpecific/integer.cy.js +206 -0
  72. package/cypress/e2e/tagSpecific/label.cy.js +800 -0
  73. package/cypress/e2e/tagSpecific/legend.cy.js +1001 -0
  74. package/cypress/e2e/tagSpecific/line.cy.js +12167 -0
  75. package/cypress/e2e/tagSpecific/linesegment.cy.js +4749 -0
  76. package/cypress/e2e/tagSpecific/lorem.cy.js +289 -0
  77. package/cypress/e2e/tagSpecific/map.cy.js +4476 -0
  78. package/cypress/e2e/tagSpecific/matchespattern.cy.js +693 -0
  79. package/cypress/e2e/tagSpecific/math.cy.js +10990 -0
  80. package/cypress/e2e/tagSpecific/mathdisplay.cy.js +2689 -0
  81. package/cypress/e2e/tagSpecific/mathinput.cy.js +15628 -0
  82. package/cypress/e2e/tagSpecific/mathinputgraph.cy.js +566 -0
  83. package/cypress/e2e/tagSpecific/mathlist.cy.js +4073 -0
  84. package/cypress/e2e/tagSpecific/mathoperators.cy.js +13851 -0
  85. package/cypress/e2e/tagSpecific/matrix.cy.js +8825 -0
  86. package/cypress/e2e/tagSpecific/matrixinput.cy.js +16277 -0
  87. package/cypress/e2e/tagSpecific/module.cy.js +1771 -0
  88. package/cypress/e2e/tagSpecific/number.cy.js +2221 -0
  89. package/cypress/e2e/tagSpecific/numberlist.cy.js +1285 -0
  90. package/cypress/e2e/tagSpecific/p.cy.js +72 -0
  91. package/cypress/e2e/tagSpecific/paginator.cy.js +2983 -0
  92. package/cypress/e2e/tagSpecific/parabola.cy.js +14331 -0
  93. package/cypress/e2e/tagSpecific/paragraphmarkup.cy.js +104 -0
  94. package/cypress/e2e/tagSpecific/periodicset.cy.js +1439 -0
  95. package/cypress/e2e/tagSpecific/piecewisefunction.cy.js +1055 -0
  96. package/cypress/e2e/tagSpecific/pluralize.cy.js +274 -0
  97. package/cypress/e2e/tagSpecific/point.cy.js +8895 -0
  98. package/cypress/e2e/tagSpecific/point2.cy.js +10259 -0
  99. package/cypress/e2e/tagSpecific/polygon.cy.js +5039 -0
  100. package/cypress/e2e/tagSpecific/polyline.cy.js +4704 -0
  101. package/cypress/e2e/tagSpecific/problem.cy.js +2768 -0
  102. package/cypress/e2e/tagSpecific/ray.cy.js +10770 -0
  103. package/cypress/e2e/tagSpecific/rectangle.cy.js +2143 -0
  104. package/cypress/e2e/tagSpecific/ref.cy.js +420 -0
  105. package/cypress/e2e/tagSpecific/regularPolygon.cy.js +1006 -0
  106. package/cypress/e2e/tagSpecific/regularPolygon2.cy.js +100 -0
  107. package/cypress/e2e/tagSpecific/regularPolygon3.cy.js +777 -0
  108. package/cypress/e2e/tagSpecific/samplerandomnumbers.cy.js +3619 -0
  109. package/cypress/e2e/tagSpecific/sectioning.cy.js +3530 -0
  110. package/cypress/e2e/tagSpecific/select.cy.js +5376 -0
  111. package/cypress/e2e/tagSpecific/selectfromsequence.cy.js +3846 -0
  112. package/cypress/e2e/tagSpecific/selectrandomnumbers.cy.js +2914 -0
  113. package/cypress/e2e/tagSpecific/sequence.cy.js +2093 -0
  114. package/cypress/e2e/tagSpecific/shuffle.cy.js +490 -0
  115. package/cypress/e2e/tagSpecific/sidebyside.cy.js +8057 -0
  116. package/cypress/e2e/tagSpecific/singlecharactercomponents.cy.js +72 -0
  117. package/cypress/e2e/tagSpecific/slider.cy.js +914 -0
  118. package/cypress/e2e/tagSpecific/solution.cy.js +109 -0
  119. package/cypress/e2e/tagSpecific/solveequations.cy.js +1026 -0
  120. package/cypress/e2e/tagSpecific/sort.cy.js +1685 -0
  121. package/cypress/e2e/tagSpecific/spreadsheet.cy.js +5971 -0
  122. package/cypress/e2e/tagSpecific/subsetofreals.cy.js +2725 -0
  123. package/cypress/e2e/tagSpecific/substitute.cy.js +2646 -0
  124. package/cypress/e2e/tagSpecific/tabular.cy.js +36 -0
  125. package/cypress/e2e/tagSpecific/text.cy.js +975 -0
  126. package/cypress/e2e/tagSpecific/textinput.cy.js +2177 -0
  127. package/cypress/e2e/tagSpecific/textlist.cy.js +369 -0
  128. package/cypress/e2e/tagSpecific/triangle.cy.js +1936 -0
  129. package/cypress/e2e/tagSpecific/triggerset.cy.js +2023 -0
  130. package/cypress/e2e/tagSpecific/updatevalue.cy.js +3288 -0
  131. package/cypress/e2e/tagSpecific/vector.cy.js +20183 -0
  132. package/cypress/e2e/tagSpecific/video.cy.js +612 -0
  133. package/cypress/e2e/tagSpecific/when.cy.js +202 -0
  134. package/cypress/e2e/variants/specifysinglevariant.cy.js +6726 -0
  135. package/cypress/e2e/variants/uniquevariants.cy.js +4846 -0
  136. package/cypress/fixtures/example.json +5 -0
  137. package/cypress/support/commands.js +32 -0
  138. package/cypress/support/e2e.js +31 -0
  139. package/cypress.config.js +18 -0
  140. package/docs/codeSnippet.jsx +11 -0
  141. package/docs/index.html +133 -0
  142. package/docs/index.jsx +138 -0
  143. package/docs/prism.css +3 -0
  144. package/index.html +14 -0
  145. package/index.js +21 -0
  146. package/media/answer_example.png +0 -0
  147. package/media/graph_example.png +0 -0
  148. package/media/graph_markup_example.png +0 -0
  149. package/package.json +83 -0
  150. package/public/favicon.ico +0 -0
  151. package/public/fonts/files/open-sans-v18-latin-700.woff +0 -0
  152. package/public/fonts/files/open-sans-v18-latin-700.woff2 +0 -0
  153. package/public/fonts/files/open-sans-v18-latin-700italic.woff +0 -0
  154. package/public/fonts/files/open-sans-v18-latin-700italic.woff2 +0 -0
  155. package/public/fonts/files/open-sans-v18-latin-italic.woff +0 -0
  156. package/public/fonts/files/open-sans-v18-latin-italic.woff2 +0 -0
  157. package/public/fonts/files/open-sans-v18-latin-light-italic.woff +0 -0
  158. package/public/fonts/files/open-sans-v18-latin-light-italic.woff2 +0 -0
  159. package/public/fonts/files/open-sans-v18-latin-light.woff +0 -0
  160. package/public/fonts/files/open-sans-v18-latin-light.woff2 +0 -0
  161. package/public/fonts/files/open-sans-v18-latin-regular.woff +0 -0
  162. package/public/fonts/files/open-sans-v18-latin-regular.woff2 +0 -0
  163. package/src/Core/ComponentTypes.js +426 -0
  164. package/src/Core/Core.js +11852 -0
  165. package/src/Core/CoreWorker.js +127 -0
  166. package/src/Core/Dependencies.js +8226 -0
  167. package/src/Core/Numerics.js +473 -0
  168. package/src/Core/ParameterStack.js +36 -0
  169. package/src/Core/ReadOnlyProxyHandler.js +41 -0
  170. package/src/Core/StateProxyHandler.js +88 -0
  171. package/src/Core/components/Aliases.js +67 -0
  172. package/src/Core/components/Angle.js +758 -0
  173. package/src/Core/components/AnimateFromSequence.js +922 -0
  174. package/src/Core/components/Answer.js +2087 -0
  175. package/src/Core/components/AsList.js +83 -0
  176. package/src/Core/components/AttractTo.js +245 -0
  177. package/src/Core/components/AttractToAngles.js +262 -0
  178. package/src/Core/components/AttractToConstraint.js +104 -0
  179. package/src/Core/components/AttractToGrid.js +315 -0
  180. package/src/Core/components/Award.js +906 -0
  181. package/src/Core/components/BestFitLine.js +318 -0
  182. package/src/Core/components/BezierControls.js +719 -0
  183. package/src/Core/components/BlockQuote.js +35 -0
  184. package/src/Core/components/Boolean.js +500 -0
  185. package/src/Core/components/BooleanInput.js +330 -0
  186. package/src/Core/components/BooleanList.js +396 -0
  187. package/src/Core/components/BooleanOperators.js +35 -0
  188. package/src/Core/components/BooleanOperatorsOfMath.js +148 -0
  189. package/src/Core/components/CallAction.js +261 -0
  190. package/src/Core/components/Caption.js +73 -0
  191. package/src/Core/components/Case.js +56 -0
  192. package/src/Core/components/Cell.js +439 -0
  193. package/src/Core/components/CellBlock.js +64 -0
  194. package/src/Core/components/Chart.js +795 -0
  195. package/src/Core/components/Choice.js +266 -0
  196. package/src/Core/components/ChoiceInput.js +1407 -0
  197. package/src/Core/components/Circle.js +2884 -0
  198. package/src/Core/components/CodeEditor.js +647 -0
  199. package/src/Core/components/CodeViewer.js +294 -0
  200. package/src/Core/components/CollaborateGroupSetup.js +46 -0
  201. package/src/Core/components/CollaborateGroups.js +119 -0
  202. package/src/Core/components/Collect.js +850 -0
  203. package/src/Core/components/Column.js +608 -0
  204. package/src/Core/components/ConditionalContent.js +468 -0
  205. package/src/Core/components/ConsiderAsResponses.js +49 -0
  206. package/src/Core/components/ConstrainTo.js +161 -0
  207. package/src/Core/components/ConstrainToAngles.js +244 -0
  208. package/src/Core/components/ConstrainToGraph.js +142 -0
  209. package/src/Core/components/ConstrainToGrid.js +175 -0
  210. package/src/Core/components/ConstraintUnion.js +119 -0
  211. package/src/Core/components/Constraints.js +497 -0
  212. package/src/Core/components/ContentBrowser.js +441 -0
  213. package/src/Core/components/ContentPicker.js +263 -0
  214. package/src/Core/components/ControlVectors.js +25 -0
  215. package/src/Core/components/Coords.js +63 -0
  216. package/src/Core/components/Copy.js +3412 -0
  217. package/src/Core/components/Curve.js +4130 -0
  218. package/src/Core/components/CustomAttribute.js +175 -0
  219. package/src/Core/components/DataFrame.js +357 -0
  220. package/src/Core/components/DiscreteSimulationResultList.js +342 -0
  221. package/src/Core/components/DiscreteSimulationResultPolyline.js +581 -0
  222. package/src/Core/components/Divisions.js +55 -0
  223. package/src/Core/components/Document.js +888 -0
  224. package/src/Core/components/Embed.js +65 -0
  225. package/src/Core/components/Endpoint.js +62 -0
  226. package/src/Core/components/Evaluate.js +321 -0
  227. package/src/Core/components/Extract.js +656 -0
  228. package/src/Core/components/Extrema.js +556 -0
  229. package/src/Core/components/Feedback.js +200 -0
  230. package/src/Core/components/FeedbackDefinitions.js +97 -0
  231. package/src/Core/components/Figure.js +148 -0
  232. package/src/Core/components/Footnote.js +73 -0
  233. package/src/Core/components/Function.js +5344 -0
  234. package/src/Core/components/FunctionIterates.js +306 -0
  235. package/src/Core/components/FunctionOperators.js +702 -0
  236. package/src/Core/components/Graph.js +1679 -0
  237. package/src/Core/components/Group.js +7 -0
  238. package/src/Core/components/HasSameFactoring.js +407 -0
  239. package/src/Core/components/Hint.js +241 -0
  240. package/src/Core/components/Image.js +524 -0
  241. package/src/Core/components/Indexing.js +79 -0
  242. package/src/Core/components/IntComma.js +64 -0
  243. package/src/Core/components/Integer.js +81 -0
  244. package/src/Core/components/Intersection.js +328 -0
  245. package/src/Core/components/Interval.js +29 -0
  246. package/src/Core/components/Label.js +492 -0
  247. package/src/Core/components/Latex.js +104 -0
  248. package/src/Core/components/Legend.js +329 -0
  249. package/src/Core/components/Line.js +2040 -0
  250. package/src/Core/components/LineSegment.js +882 -0
  251. package/src/Core/components/Lists.js +180 -0
  252. package/src/Core/components/Lorem.js +249 -0
  253. package/src/Core/components/MMeMen.js +377 -0
  254. package/src/Core/components/Map.js +873 -0
  255. package/src/Core/components/Markers.js +101 -0
  256. package/src/Core/components/MatchesPattern.js +339 -0
  257. package/src/Core/components/Math.js +2552 -0
  258. package/src/Core/components/MathInput.js +948 -0
  259. package/src/Core/components/MathList.js +828 -0
  260. package/src/Core/components/MathOperators.js +1286 -0
  261. package/src/Core/components/Matrix.js +497 -0
  262. package/src/Core/components/MatrixInput.js +3157 -0
  263. package/src/Core/components/MdMdnMrow.js +394 -0
  264. package/src/Core/components/Module.js +16 -0
  265. package/src/Core/components/Number.js +1031 -0
  266. package/src/Core/components/NumberList.js +550 -0
  267. package/src/Core/components/Option.js +24 -0
  268. package/src/Core/components/P.js +71 -0
  269. package/src/Core/components/Paginator.js +338 -0
  270. package/src/Core/components/Panel.js +126 -0
  271. package/src/Core/components/Parabola.js +1561 -0
  272. package/src/Core/components/ParagraphMarkup.js +59 -0
  273. package/src/Core/components/Pegboard.js +43 -0
  274. package/src/Core/components/PeriodicSet.js +291 -0
  275. package/src/Core/components/PiecewiseFunction.js +832 -0
  276. package/src/Core/components/Pluralize.js +198 -0
  277. package/src/Core/components/Point.js +1295 -0
  278. package/src/Core/components/Polygon.js +408 -0
  279. package/src/Core/components/Polyline.js +841 -0
  280. package/src/Core/components/RandomizedTextList.js +225 -0
  281. package/src/Core/components/Ray.js +1737 -0
  282. package/src/Core/components/Rectangle.js +1535 -0
  283. package/src/Core/components/Ref.js +350 -0
  284. package/src/Core/components/RegionBetweenCurveXAxis.js +124 -0
  285. package/src/Core/components/RegionHalfPlane.js +107 -0
  286. package/src/Core/components/RegularPolygon.js +2118 -0
  287. package/src/Core/components/RenderDoenetML.js +181 -0
  288. package/src/Core/components/Row.js +780 -0
  289. package/src/Core/components/SampleRandomNumbers.js +653 -0
  290. package/src/Core/components/Sectioning.js +303 -0
  291. package/src/Core/components/Select.js +947 -0
  292. package/src/Core/components/SelectFromSequence.js +1242 -0
  293. package/src/Core/components/SelectRandomNumbers.js +225 -0
  294. package/src/Core/components/Sequence.js +444 -0
  295. package/src/Core/components/Setup.js +53 -0
  296. package/src/Core/components/Shuffle.js +470 -0
  297. package/src/Core/components/SideBySide.js +2130 -0
  298. package/src/Core/components/SingleCharacterComponents.js +41 -0
  299. package/src/Core/components/Slider.js +819 -0
  300. package/src/Core/components/SolutionContainer.js +67 -0
  301. package/src/Core/components/Solutions.js +334 -0
  302. package/src/Core/components/SolveEquations.js +568 -0
  303. package/src/Core/components/Sort.js +398 -0
  304. package/src/Core/components/Sources.js +108 -0
  305. package/src/Core/components/Split.js +205 -0
  306. package/src/Core/components/Spreadsheet.js +1507 -0
  307. package/src/Core/components/StyleDefinitions.js +111 -0
  308. package/src/Core/components/SubsetOfReals.js +348 -0
  309. package/src/Core/components/SubsetOfRealsInput.js +1474 -0
  310. package/src/Core/components/Substitute.js +496 -0
  311. package/src/Core/components/SummaryStatistics.js +652 -0
  312. package/src/Core/components/Table.js +145 -0
  313. package/src/Core/components/Tabular.js +384 -0
  314. package/src/Core/components/Template.js +360 -0
  315. package/src/Core/components/Text.js +341 -0
  316. package/src/Core/components/TextInput.js +566 -0
  317. package/src/Core/components/TextList.js +442 -0
  318. package/src/Core/components/TextListFromString.js +137 -0
  319. package/src/Core/components/TextOperatorsOfMath.js +21 -0
  320. package/src/Core/components/Triangle.js +280 -0
  321. package/src/Core/components/TriggerSet.js +189 -0
  322. package/src/Core/components/TupleList.js +43 -0
  323. package/src/Core/components/UpdateValue.js +435 -0
  324. package/src/Core/components/VariantControl.js +36 -0
  325. package/src/Core/components/Vector.js +2478 -0
  326. package/src/Core/components/Verbatim.js +125 -0
  327. package/src/Core/components/Video.js +673 -0
  328. package/src/Core/components/When.js +198 -0
  329. package/src/Core/components/abstract/AngleListComponent.js +140 -0
  330. package/src/Core/components/abstract/BaseComponent.js +1496 -0
  331. package/src/Core/components/abstract/BlockComponent.js +5 -0
  332. package/src/Core/components/abstract/BooleanBaseOperator.js +88 -0
  333. package/src/Core/components/abstract/BooleanBaseOperatorOfMath.js +100 -0
  334. package/src/Core/components/abstract/BooleanBaseOperatorOneInput.js +44 -0
  335. package/src/Core/components/abstract/ComponentSize.js +789 -0
  336. package/src/Core/components/abstract/ComponentWithSelectableType.js +537 -0
  337. package/src/Core/components/abstract/CompositeComponent.js +142 -0
  338. package/src/Core/components/abstract/ConstraintComponent.js +19 -0
  339. package/src/Core/components/abstract/FunctionBaseOperator.js +680 -0
  340. package/src/Core/components/abstract/GraphicalComponent.js +56 -0
  341. package/src/Core/components/abstract/InlineComponent.js +5 -0
  342. package/src/Core/components/abstract/InlineRenderInlineChildren.js +63 -0
  343. package/src/Core/components/abstract/Input.js +192 -0
  344. package/src/Core/components/abstract/IntervalListComponent.js +218 -0
  345. package/src/Core/components/abstract/LineListComponent.js +114 -0
  346. package/src/Core/components/abstract/MathBaseOperator.js +631 -0
  347. package/src/Core/components/abstract/MathBaseOperatorOneInput.js +112 -0
  348. package/src/Core/components/abstract/PointListComponent.js +238 -0
  349. package/src/Core/components/abstract/SectioningComponent.js +1262 -0
  350. package/src/Core/components/abstract/SingleCharacterInline.js +23 -0
  351. package/src/Core/components/abstract/TextBaseOperatorOfMath.js +47 -0
  352. package/src/Core/components/abstract/TextOrInline.js +66 -0
  353. package/src/Core/components/abstract/VariableName.js +31 -0
  354. package/src/Core/components/abstract/VariableNameList.js +83 -0
  355. package/src/Core/components/abstract/VectorListComponent.js +235 -0
  356. package/src/Core/components/chemistry/Atom.js +910 -0
  357. package/src/Core/components/chemistry/ElectronConfiguration.js +36 -0
  358. package/src/Core/components/chemistry/Ion.js +684 -0
  359. package/src/Core/components/chemistry/IonicCompound.js +189 -0
  360. package/src/Core/components/chemistry/OrbitalDiagram.js +175 -0
  361. package/src/Core/components/chemistry/OrbitalDiagramInput.js +753 -0
  362. package/src/Core/components/chemistry/index.js +6 -0
  363. package/src/Core/components/commonsugar/breakstrings.js +627 -0
  364. package/src/Core/components/commonsugar/lists.js +177 -0
  365. package/src/Core/components/dynamicalSystems/CobwebPolyline.js +913 -0
  366. package/src/Core/components/dynamicalSystems/EquilibriumCurve.js +95 -0
  367. package/src/Core/components/dynamicalSystems/EquilibriumLine.js +93 -0
  368. package/src/Core/components/dynamicalSystems/EquilibriumPoint.js +93 -0
  369. package/src/Core/components/dynamicalSystems/ODESystem.js +943 -0
  370. package/src/Core/components/dynamicalSystems/index.js +5 -0
  371. package/src/Core/components/linearAlgebra/EigenDecomposition.js +294 -0
  372. package/src/Core/utils/array.js +30 -0
  373. package/src/Core/utils/booleanLogic.js +965 -0
  374. package/src/Core/utils/checkEquality.js +818 -0
  375. package/src/Core/utils/cid.js +29 -0
  376. package/src/Core/utils/componentInfoObjects.js +100 -0
  377. package/src/Core/utils/constraints.js +23 -0
  378. package/src/Core/utils/copy.js +572 -0
  379. package/src/Core/utils/deepFunctions.js +173 -0
  380. package/src/Core/utils/descendants.js +252 -0
  381. package/src/Core/utils/enumeration.js +234 -0
  382. package/src/Core/utils/feedback.js +84 -0
  383. package/src/Core/utils/function.js +1343 -0
  384. package/src/Core/utils/graphical.js +196 -0
  385. package/src/Core/utils/label.js +396 -0
  386. package/src/Core/utils/math.js +1056 -0
  387. package/src/Core/utils/naming.js +45 -0
  388. package/src/Core/utils/periodicSetEquality.js +403 -0
  389. package/src/Core/utils/randomNumbers.js +70 -0
  390. package/src/Core/utils/retrieveMedia.js +98 -0
  391. package/src/Core/utils/retrieveTextFile.js +140 -0
  392. package/src/Core/utils/returnAllPossibleVariants.js +73 -0
  393. package/src/Core/utils/rounding.js +316 -0
  394. package/src/Core/utils/sequence.js +754 -0
  395. package/src/Core/utils/serializedStateProcessing.js +4049 -0
  396. package/src/Core/utils/size.js +22 -0
  397. package/src/Core/utils/stateVariables.js +138 -0
  398. package/src/Core/utils/style.js +535 -0
  399. package/src/Core/utils/subset-of-reals.js +796 -0
  400. package/src/Core/utils/table.js +41 -0
  401. package/src/Core/utils/text.js +16 -0
  402. package/src/Core/utils/triggering.js +167 -0
  403. package/src/Core/utils/variants.js +477 -0
  404. package/src/DoenetML.css +308 -0
  405. package/src/DoenetML.jsx +201 -0
  406. package/src/Parser/doenet.grammar +90 -0
  407. package/src/Parser/doenet.js +33 -0
  408. package/src/Parser/doenet.terms.js +20 -0
  409. package/src/Parser/parser.js +266 -0
  410. package/src/Parser/tokens.js +129 -0
  411. package/src/Tools/CodeMirror.jsx +440 -0
  412. package/src/Tools/DarkmodeController.jsx +21 -0
  413. package/src/Tools/Footers/MathInputSelector.jsx +34 -0
  414. package/src/Tools/Footers/VirtualKeyboard.jsx +751 -0
  415. package/src/Tools/cypressTest/CypressTest.jsx +341 -0
  416. package/src/Tools/cypressTest/index.html +102 -0
  417. package/src/Tools/cypressTest/index.jsx +40 -0
  418. package/src/Viewer/ActivityViewer.jsx +1461 -0
  419. package/src/Viewer/PageViewer.jsx +1329 -0
  420. package/src/Viewer/renderers/alert.jsx +17 -0
  421. package/src/Viewer/renderers/angle.jsx +209 -0
  422. package/src/Viewer/renderers/answer.jsx +206 -0
  423. package/src/Viewer/renderers/asList.jsx +25 -0
  424. package/src/Viewer/renderers/blockQuote.jsx +41 -0
  425. package/src/Viewer/renderers/boolean.jsx +17 -0
  426. package/src/Viewer/renderers/booleanInput.css +105 -0
  427. package/src/Viewer/renderers/booleanInput.jsx +636 -0
  428. package/src/Viewer/renderers/button.jsx +369 -0
  429. package/src/Viewer/renderers/c.jsx +17 -0
  430. package/src/Viewer/renderers/callAction.jsx +18 -0
  431. package/src/Viewer/renderers/cell.jsx +59 -0
  432. package/src/Viewer/renderers/chart.jsx +83 -0
  433. package/src/Viewer/renderers/choiceInput.css +223 -0
  434. package/src/Viewer/renderers/choiceInput.jsx +535 -0
  435. package/src/Viewer/renderers/circle.jsx +990 -0
  436. package/src/Viewer/renderers/cobwebPolyline.jsx +442 -0
  437. package/src/Viewer/renderers/codeEditor.jsx +248 -0
  438. package/src/Viewer/renderers/codeViewer.jsx +105 -0
  439. package/src/Viewer/renderers/containerBlock.jsx +41 -0
  440. package/src/Viewer/renderers/containerInline.jsx +17 -0
  441. package/src/Viewer/renderers/contentBrowser.jsx +159 -0
  442. package/src/Viewer/renderers/contentPicker.jsx +160 -0
  443. package/src/Viewer/renderers/curve.jsx +1072 -0
  444. package/src/Viewer/renderers/ellipsis.jsx +17 -0
  445. package/src/Viewer/renderers/em.jsx +17 -0
  446. package/src/Viewer/renderers/embed.jsx +110 -0
  447. package/src/Viewer/renderers/feedback.jsx +74 -0
  448. package/src/Viewer/renderers/figure.jsx +131 -0
  449. package/src/Viewer/renderers/footnote.jsx +52 -0
  450. package/src/Viewer/renderers/graph.jsx +925 -0
  451. package/src/Viewer/renderers/hint.jsx +142 -0
  452. package/src/Viewer/renderers/image.jsx +581 -0
  453. package/src/Viewer/renderers/jsxgraph-distrib/jsxgraphcore.mjs +2 -0
  454. package/src/Viewer/renderers/jsxgraph-distrib/jsxgraphcore.mjs.map +1 -0
  455. package/src/Viewer/renderers/label.jsx +470 -0
  456. package/src/Viewer/renderers/legend.jsx +306 -0
  457. package/src/Viewer/renderers/line.jsx +511 -0
  458. package/src/Viewer/renderers/lineSegment.jsx +754 -0
  459. package/src/Viewer/renderers/list.jsx +111 -0
  460. package/src/Viewer/renderers/lq.jsx +12 -0
  461. package/src/Viewer/renderers/lsq.jsx +12 -0
  462. package/src/Viewer/renderers/math.jsx +582 -0
  463. package/src/Viewer/renderers/mathInput.css +10 -0
  464. package/src/Viewer/renderers/mathInput.jsx +425 -0
  465. package/src/Viewer/renderers/mathInputog.jsx +534 -0
  466. package/src/Viewer/renderers/mathList.jsx +39 -0
  467. package/src/Viewer/renderers/matrixInput.jsx +317 -0
  468. package/src/Viewer/renderers/mdash.jsx +12 -0
  469. package/src/Viewer/renderers/nbsp.jsx +12 -0
  470. package/src/Viewer/renderers/ndash.jsx +12 -0
  471. package/src/Viewer/renderers/number.jsx +454 -0
  472. package/src/Viewer/renderers/numberList.jsx +35 -0
  473. package/src/Viewer/renderers/orbitalDiagram.jsx +247 -0
  474. package/src/Viewer/renderers/orbitalDiagramInput.jsx +450 -0
  475. package/src/Viewer/renderers/p.jsx +38 -0
  476. package/src/Viewer/renderers/paginatorControls.jsx +41 -0
  477. package/src/Viewer/renderers/pegboard.jsx +239 -0
  478. package/src/Viewer/renderers/point.jsx +649 -0
  479. package/src/Viewer/renderers/polygon.jsx +612 -0
  480. package/src/Viewer/renderers/polyline.jsx +608 -0
  481. package/src/Viewer/renderers/pre.jsx +34 -0
  482. package/src/Viewer/renderers/q.jsx +17 -0
  483. package/src/Viewer/renderers/ray.jsx +410 -0
  484. package/src/Viewer/renderers/ref.jsx +149 -0
  485. package/src/Viewer/renderers/regionBetweenCurveXAxis.jsx +182 -0
  486. package/src/Viewer/renderers/renderDoenetML.jsx +56 -0
  487. package/src/Viewer/renderers/row.jsx +31 -0
  488. package/src/Viewer/renderers/rq.jsx +12 -0
  489. package/src/Viewer/renderers/rsq.jsx +12 -0
  490. package/src/Viewer/renderers/section.jsx +427 -0
  491. package/src/Viewer/renderers/sideBySide.jsx +80 -0
  492. package/src/Viewer/renderers/slider.jsx +800 -0
  493. package/src/Viewer/renderers/solution.jsx +134 -0
  494. package/src/Viewer/renderers/spreadsheet.jsx +83 -0
  495. package/src/Viewer/renderers/sq.jsx +17 -0
  496. package/src/Viewer/renderers/styles/global.css +14 -0
  497. package/src/Viewer/renderers/subsetOfRealsInput.jsx +392 -0
  498. package/src/Viewer/renderers/summaryStatistics.jsx +83 -0
  499. package/src/Viewer/renderers/table.jsx +78 -0
  500. package/src/Viewer/renderers/tabular.jsx +58 -0
  501. package/src/Viewer/renderers/tag.jsx +26 -0
  502. package/src/Viewer/renderers/text.jsx +439 -0
  503. package/src/Viewer/renderers/textInput.jsx +774 -0
  504. package/src/Viewer/renderers/textList.jsx +30 -0
  505. package/src/Viewer/renderers/triggerSet.jsx +52 -0
  506. package/src/Viewer/renderers/updateValue.jsx +30 -0
  507. package/src/Viewer/renderers/utils/css.js +13 -0
  508. package/src/Viewer/renderers/utils/graph.js +159 -0
  509. package/src/Viewer/renderers/utils/offGraphIndicators.js +91 -0
  510. package/src/Viewer/renderers/vector.jsx +678 -0
  511. package/src/Viewer/renderers/video.jsx +494 -0
  512. package/src/Viewer/useDoenetRenderer.jsx +128 -0
  513. package/src/main.jsx +16 -0
  514. package/src/media/fonts/files/open-sans-v18-latin-700.woff +0 -0
  515. package/src/media/fonts/files/open-sans-v18-latin-700.woff2 +0 -0
  516. package/src/media/fonts/files/open-sans-v18-latin-700italic.woff +0 -0
  517. package/src/media/fonts/files/open-sans-v18-latin-700italic.woff2 +0 -0
  518. package/src/media/fonts/files/open-sans-v18-latin-italic.woff +0 -0
  519. package/src/media/fonts/files/open-sans-v18-latin-italic.woff2 +0 -0
  520. package/src/media/fonts/files/open-sans-v18-latin-light-italic.woff +0 -0
  521. package/src/media/fonts/files/open-sans-v18-latin-light-italic.woff2 +0 -0
  522. package/src/media/fonts/files/open-sans-v18-latin-light.woff +0 -0
  523. package/src/media/fonts/files/open-sans-v18-latin-light.woff2 +0 -0
  524. package/src/media/fonts/files/open-sans-v18-latin-regular.woff +0 -0
  525. package/src/media/fonts/files/open-sans-v18-latin-regular.woff2 +0 -0
  526. package/src/test/testCode.doenet +26 -0
  527. package/src/test/testViewer.jsx +158 -0
  528. package/src/uiComponents/ActionButton.jsx +157 -0
  529. package/src/uiComponents/ActionButtonGroup.jsx +93 -0
  530. package/src/uiComponents/Button.jsx +160 -0
  531. package/src/uiComponents/ButtonGroup.jsx +56 -0
  532. package/src/uiComponents/ToggleButton.jsx +194 -0
  533. package/src/uiComponents/ToggleButtonGroup.jsx +77 -0
  534. package/src/utils/activityUtils.js +713 -0
  535. package/src/utils/array.js +17 -0
  536. package/src/utils/cid.js +34 -0
  537. package/src/utils/componentInfoObjects.js +89 -0
  538. package/src/utils/deepFunctions.js +165 -0
  539. package/src/utils/enumeration.js +226 -0
  540. package/src/utils/math.js +624 -0
  541. package/src/utils/naming.js +44 -0
  542. package/src/utils/retrieveTextFile.js +156 -0
  543. package/src/utils/returnAllPossibleVariants.js +81 -0
  544. package/src/utils/sequence.js +715 -0
  545. package/src/utils/serialize.js +29 -0
  546. package/src/utils/serializedStateProcessing.js +2587 -0
  547. package/src/utils/subset-of-reals.js +783 -0
  548. package/src/utils/url.js +19 -0
  549. package/vite.config.js +14 -0
@@ -0,0 +1,2306 @@
1
+ import { cesc } from "../../../../src/utils/url";
2
+
3
+ describe("AnimateFromSequence Tag Tests", function () {
4
+ beforeEach(() => {
5
+ cy.clearIndexedDB();
6
+ cy.visit("/src/Tools/cypressTest/");
7
+ });
8
+
9
+ it("increase from 1 to 10", () => {
10
+ cy.window().then(async (win) => {
11
+ win.postMessage(
12
+ {
13
+ doenetML: `
14
+ <text>a</text>
15
+
16
+ <p>value: <number name="a">1</number></p>
17
+
18
+ <animateFromSequence name="x" animationMode='increase' animationOn='$b' target='a' animationInterval='100' />
19
+
20
+ <booleaninput name="b" />
21
+
22
+ <p>copy: <copy target="a" assignNames="a2" /></p>
23
+
24
+ `,
25
+ },
26
+ "*",
27
+ );
28
+ });
29
+
30
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
31
+
32
+ cy.get(cesc("#\\/a")).should("have.text", "1");
33
+ cy.get(cesc("#\\/a2")).should("have.text", "1");
34
+
35
+ cy.window().then(async (win) => {
36
+ let stateVariables = await win.returnAllStateVariables1();
37
+ expect(stateVariables["/x"].stateValues.value).eq(1);
38
+ expect(stateVariables["/a"].stateValues.value).eq(1);
39
+ expect(stateVariables["/a2"].stateValues.value).eq(1);
40
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
41
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
42
+ });
43
+
44
+ cy.get(cesc(`#\\/b`)).click();
45
+ cy.get(cesc("#\\/a")).should("have.text", "2");
46
+ cy.get(cesc("#\\/a2")).should("have.text", "2");
47
+ cy.get(cesc("#\\/a")).should("have.text", "3");
48
+ cy.get(cesc("#\\/a2")).should("have.text", "3");
49
+ cy.get(cesc("#\\/a")).should("have.text", "4");
50
+ cy.get(cesc("#\\/a2")).should("have.text", "4");
51
+ cy.get(cesc("#\\/a")).should("have.text", "5");
52
+ cy.get(cesc("#\\/a2")).should("have.text", "5");
53
+ cy.get(cesc("#\\/a")).should("have.text", "6");
54
+ cy.get(cesc("#\\/a2")).should("have.text", "6");
55
+ cy.get(cesc("#\\/a")).should("have.text", "7");
56
+ cy.get(cesc("#\\/a2")).should("have.text", "7");
57
+ cy.get(cesc("#\\/a")).should("have.text", "8");
58
+ cy.get(cesc("#\\/a2")).should("have.text", "8");
59
+ cy.get(cesc("#\\/a")).should("have.text", "9");
60
+ cy.get(cesc("#\\/a2")).should("have.text", "9");
61
+ cy.get(cesc("#\\/a")).should("have.text", "10");
62
+ cy.get(cesc("#\\/a2")).should("have.text", "10");
63
+ cy.get(cesc("#\\/a")).should("have.text", "1");
64
+ cy.get(cesc("#\\/a2")).should("have.text", "1");
65
+ cy.get(cesc("#\\/a")).should("have.text", "2");
66
+ cy.get(cesc("#\\/a2")).should("have.text", "2");
67
+
68
+ cy.get(cesc(`#\\/b`)).click();
69
+
70
+ cy.waitUntil(() =>
71
+ cy.window().then(async (win) => {
72
+ let stateVariables = await win.returnAllStateVariables1();
73
+ return stateVariables["/x"].stateValues.animationOn === false;
74
+ }),
75
+ );
76
+
77
+ // should stop at 2 or 3
78
+ cy.get(cesc("#\\/a")).contains(/2|3/);
79
+
80
+ cy.window().then(async (win) => {
81
+ let stateVariables = await win.returnAllStateVariables1();
82
+ let lastValue = stateVariables["/x"].stateValues.value;
83
+ expect(lastValue === 2 || lastValue === 3).be.true;
84
+ expect(stateVariables["/a"].stateValues.value).eq(lastValue);
85
+ expect(stateVariables["/a2"].stateValues.value).eq(lastValue);
86
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue);
87
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
88
+
89
+ cy.get(cesc("#\\/a")).should("have.text", `${lastValue}`);
90
+ cy.get(cesc("#\\/a2")).should("have.text", `${lastValue}`);
91
+ });
92
+ });
93
+
94
+ it("increase once from 1 to 10", () => {
95
+ cy.window().then(async (win) => {
96
+ win.postMessage(
97
+ {
98
+ doenetML: `
99
+ <text>a</text>
100
+
101
+ <p>value: <number name="a">1</number></p>
102
+
103
+ <animateFromSequence name="x" animationMode='increase once' animationOn='$b' target='a' animationInterval='100' />
104
+
105
+ <booleaninput name="b" />
106
+
107
+ <p>copy: <copy target="a" assignNames="a2" /></p>
108
+
109
+ `,
110
+ },
111
+ "*",
112
+ );
113
+ });
114
+
115
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
116
+
117
+ cy.get(cesc("#\\/a")).should("have.text", "1");
118
+ cy.get(cesc("#\\/a2")).should("have.text", "1");
119
+
120
+ cy.window().then(async (win) => {
121
+ let stateVariables = await win.returnAllStateVariables1();
122
+ expect(stateVariables["/x"].stateValues.value).eq(1);
123
+ expect(stateVariables["/a"].stateValues.value).eq(1);
124
+ expect(stateVariables["/a2"].stateValues.value).eq(1);
125
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
126
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
127
+ });
128
+
129
+ cy.get(cesc(`#\\/b`)).click();
130
+ cy.get(cesc("#\\/a")).should("have.text", "2");
131
+ cy.get(cesc("#\\/a2")).should("have.text", "2");
132
+ cy.get(cesc("#\\/a")).should("have.text", "3");
133
+ cy.get(cesc("#\\/a2")).should("have.text", "3");
134
+ cy.get(cesc("#\\/a")).should("have.text", "4");
135
+ cy.get(cesc("#\\/a2")).should("have.text", "4");
136
+ cy.get(cesc("#\\/a")).should("have.text", "5");
137
+ cy.get(cesc("#\\/a2")).should("have.text", "5");
138
+ cy.get(cesc("#\\/a")).should("have.text", "6");
139
+ cy.get(cesc("#\\/a2")).should("have.text", "6");
140
+ cy.get(cesc("#\\/a")).should("have.text", "7");
141
+ cy.get(cesc("#\\/a2")).should("have.text", "7");
142
+ cy.get(cesc("#\\/a")).should("have.text", "8");
143
+ cy.get(cesc("#\\/a2")).should("have.text", "8");
144
+ cy.get(cesc("#\\/a")).should("have.text", "9");
145
+ cy.get(cesc("#\\/a2")).should("have.text", "9");
146
+ cy.get(cesc("#\\/a")).should("have.text", "10");
147
+ cy.get(cesc("#\\/a2")).should("have.text", "10");
148
+
149
+ cy.waitUntil(() =>
150
+ cy.window().then(async (win) => {
151
+ let stateVariables = await win.returnAllStateVariables1();
152
+ return stateVariables["/x"].stateValues.animationOn === false;
153
+ }),
154
+ );
155
+
156
+ cy.get(cesc("#\\/a")).should("have.text", "10");
157
+ cy.get(cesc("#\\/a2")).should("have.text", "10");
158
+
159
+ cy.window().then(async (win) => {
160
+ let stateVariables = await win.returnAllStateVariables1();
161
+ expect(stateVariables["/x"].stateValues.value).eq(10);
162
+ expect(stateVariables["/a"].stateValues.value).eq(10);
163
+ expect(stateVariables["/a2"].stateValues.value).eq(10);
164
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(10);
165
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
166
+ });
167
+ });
168
+
169
+ it("decrease from z to e by 3", () => {
170
+ cy.window().then(async (win) => {
171
+ win.postMessage(
172
+ {
173
+ doenetML: `
174
+ <text>a</text>
175
+
176
+ <p>value: <text name="a">z</text></p>
177
+
178
+ <animateFromSequence type="letters" name="x" animationMode='decrease' animationOn='$b' target='a' animationInterval='100' from="e" to="z" step="3" />
179
+ <booleaninput name="b" />
180
+
181
+ <p>copy: <copy target="a" assignNames="a2" /></p>
182
+
183
+ `,
184
+ },
185
+ "*",
186
+ );
187
+ });
188
+
189
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
190
+
191
+ cy.get(cesc("#\\/a")).should("have.text", "z");
192
+ cy.get(cesc("#\\/a2")).should("have.text", "z");
193
+
194
+ cy.window().then(async (win) => {
195
+ let stateVariables = await win.returnAllStateVariables1();
196
+ expect(stateVariables["/x"].stateValues.value).eq("e");
197
+ expect(stateVariables["/a"].stateValues.value).eq("z");
198
+ expect(stateVariables["/a2"].stateValues.value).eq("z");
199
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
200
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
201
+ });
202
+
203
+ cy.log("advance at most one when click twice");
204
+ cy.get(cesc(`#\\/b`)).click();
205
+ cy.get(cesc(`#\\/b`)).click();
206
+
207
+ cy.waitUntil(() =>
208
+ cy.window().then(async (win) => {
209
+ let stateVariables = await win.returnAllStateVariables1();
210
+ let lastValue = stateVariables["/x"].stateValues.value;
211
+ return (
212
+ (lastValue === "z" || lastValue === "w") &&
213
+ stateVariables["/x"].stateValues.animationOn === false
214
+ );
215
+ }),
216
+ );
217
+
218
+ cy.get(cesc("#\\/a")).contains(/w|z/);
219
+
220
+ cy.window().then(async (win) => {
221
+ let stateVariables = await win.returnAllStateVariables1();
222
+ let lastValue = stateVariables["/x"].stateValues.value;
223
+ console.log(`lastValue: `, lastValue);
224
+ expect(lastValue === "z" || lastValue === "w").be.true;
225
+ expect(stateVariables["/a"].stateValues.value).eq(lastValue);
226
+ expect(stateVariables["/a2"].stateValues.value).eq(lastValue);
227
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(
228
+ lastValue === "z" ? 8 : 7,
229
+ );
230
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
231
+ cy.get(cesc("#\\/a")).should("have.text", lastValue);
232
+ cy.get(cesc("#\\/a2")).should("have.text", lastValue);
233
+ });
234
+
235
+ cy.get(cesc(`#\\/b`)).click();
236
+ cy.get(cesc("#\\/a")).should("have.text", "t");
237
+ cy.get(cesc("#\\/a2")).should("have.text", "t");
238
+ cy.get(cesc("#\\/a")).should("have.text", "q");
239
+ cy.get(cesc("#\\/a2")).should("have.text", "q");
240
+ cy.get(cesc("#\\/a")).should("have.text", "n");
241
+ cy.get(cesc("#\\/a2")).should("have.text", "n");
242
+ cy.get(cesc("#\\/a")).should("have.text", "k");
243
+ cy.get(cesc("#\\/a2")).should("have.text", "k");
244
+ cy.get(cesc("#\\/a")).should("have.text", "h");
245
+ cy.get(cesc("#\\/a2")).should("have.text", "h");
246
+ cy.get(cesc("#\\/a")).should("have.text", "e");
247
+ cy.get(cesc("#\\/a2")).should("have.text", "e");
248
+ cy.get(cesc("#\\/a")).should("have.text", "z");
249
+ cy.get(cesc("#\\/a2")).should("have.text", "z");
250
+ cy.get(cesc("#\\/a")).should("have.text", "w");
251
+ cy.get(cesc("#\\/a2")).should("have.text", "w");
252
+ cy.get(cesc("#\\/a")).should("have.text", "t");
253
+ cy.get(cesc("#\\/a2")).should("have.text", "t");
254
+ cy.get(cesc("#\\/a")).should("have.text", "q");
255
+ cy.get(cesc("#\\/a2")).should("have.text", "q");
256
+
257
+ cy.get(cesc(`#\\/b`)).click();
258
+
259
+ cy.waitUntil(() =>
260
+ cy.window().then(async (win) => {
261
+ let stateVariables = await win.returnAllStateVariables1();
262
+ return stateVariables["/x"].stateValues.animationOn === false;
263
+ }),
264
+ );
265
+
266
+ cy.get(cesc("#\\/a")).contains(/q|n/);
267
+
268
+ cy.window().then(async (win) => {
269
+ let stateVariables = await win.returnAllStateVariables1();
270
+ let lastValue = stateVariables["/x"].stateValues.value;
271
+ expect(lastValue === "q" || lastValue === "n").be.true;
272
+ expect(stateVariables["/a"].stateValues.value).eq(lastValue);
273
+ expect(stateVariables["/a2"].stateValues.value).eq(lastValue);
274
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(
275
+ lastValue === "q" ? 5 : 4,
276
+ );
277
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
278
+
279
+ cy.get(cesc("#\\/a")).should("have.text", lastValue);
280
+ cy.get(cesc("#\\/a2")).should("have.text", lastValue);
281
+ });
282
+ });
283
+
284
+ it("decrease once from z to e by 3", () => {
285
+ cy.window().then(async (win) => {
286
+ win.postMessage(
287
+ {
288
+ doenetML: `
289
+ <text>a</text>
290
+
291
+ <p>value: <text name="a">z</text></p>
292
+
293
+ <animateFromSequence type="letters" name="x" animationMode='decrease once' animationOn='$b' target='a' animationInterval='100' from="e" to="z" step="3" />
294
+ <booleaninput name="b" />
295
+
296
+ <p>copy: <copy target="a" assignNames="a2" /></p>
297
+
298
+ `,
299
+ },
300
+ "*",
301
+ );
302
+ });
303
+
304
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
305
+
306
+ cy.get(cesc("#\\/a")).should("have.text", "z");
307
+ cy.get(cesc("#\\/a2")).should("have.text", "z");
308
+
309
+ cy.window().then(async (win) => {
310
+ let stateVariables = await win.returnAllStateVariables1();
311
+ expect(stateVariables["/x"].stateValues.value).eq("e");
312
+ expect(stateVariables["/a"].stateValues.value).eq("z");
313
+ expect(stateVariables["/a2"].stateValues.value).eq("z");
314
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
315
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
316
+ });
317
+
318
+ cy.get(cesc(`#\\/b`)).click();
319
+ cy.get(cesc("#\\/a")).should("have.text", "w");
320
+ cy.get(cesc("#\\/a2")).should("have.text", "w");
321
+ cy.get(cesc("#\\/a")).should("have.text", "t");
322
+ cy.get(cesc("#\\/a2")).should("have.text", "t");
323
+ cy.get(cesc("#\\/a")).should("have.text", "q");
324
+ cy.get(cesc("#\\/a2")).should("have.text", "q");
325
+ cy.get(cesc("#\\/a")).should("have.text", "n");
326
+ cy.get(cesc("#\\/a2")).should("have.text", "n");
327
+ cy.get(cesc("#\\/a")).should("have.text", "k");
328
+ cy.get(cesc("#\\/a2")).should("have.text", "k");
329
+ cy.get(cesc("#\\/a")).should("have.text", "h");
330
+ cy.get(cesc("#\\/a2")).should("have.text", "h");
331
+ cy.get(cesc("#\\/a")).should("have.text", "e");
332
+ cy.get(cesc("#\\/a2")).should("have.text", "e");
333
+
334
+ cy.waitUntil(() =>
335
+ cy.window().then(async (win) => {
336
+ let stateVariables = await win.returnAllStateVariables1();
337
+ return stateVariables["/x"].stateValues.animationOn === false;
338
+ }),
339
+ );
340
+
341
+ cy.get(cesc("#\\/a")).should("have.text", "e");
342
+ cy.get(cesc("#\\/a2")).should("have.text", "e");
343
+
344
+ cy.window().then(async (win) => {
345
+ let stateVariables = await win.returnAllStateVariables1();
346
+ expect(stateVariables["/x"].stateValues.value).eq("e");
347
+ expect(stateVariables["/a"].stateValues.value).eq("e");
348
+ expect(stateVariables["/a2"].stateValues.value).eq("e");
349
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
350
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
351
+ });
352
+ });
353
+
354
+ it("oscillate between -1000 and 1000 by 100s, skipping 0, +-200, +-300 +-400, +-700, +-800", () => {
355
+ cy.window().then(async (win) => {
356
+ win.postMessage(
357
+ {
358
+ doenetML: `
359
+ <text>a</text>
360
+
361
+ <p>value: <number name="a">-600</number></p>
362
+
363
+ <animateFromSequence name="x" animationMode='oscillate' animationOn='$b' target='a' animationInterval='100' from="-1000" to="1000" step="100" exclude="0 200 -200 300 -300 400 -400 700 -700 800 -800" />
364
+ <booleaninput name="b" />
365
+
366
+ <p>copy: <copy target="a" assignNames="a2" /></p>
367
+
368
+ `,
369
+ },
370
+ "*",
371
+ );
372
+ });
373
+
374
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
375
+
376
+ cy.get(cesc("#\\/a")).should("have.text", "-600");
377
+ cy.get(cesc("#\\/a2")).should("have.text", "-600");
378
+
379
+ cy.window().then(async (win) => {
380
+ let stateVariables = await win.returnAllStateVariables1();
381
+ expect(stateVariables["/x"].stateValues.value).eq(-1000);
382
+ expect(stateVariables["/a"].stateValues.value).eq(-600);
383
+ expect(stateVariables["/a2"].stateValues.value).eq(-600);
384
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
385
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
386
+ });
387
+
388
+ cy.get(cesc(`#\\/b`)).click();
389
+ cy.get(cesc(`#\\/b`)).click();
390
+
391
+ cy.waitUntil(() =>
392
+ cy.window().then(async (win) => {
393
+ let stateVariables = await win.returnAllStateVariables1();
394
+ let lastValue = stateVariables["/x"].stateValues.value;
395
+ return (
396
+ (lastValue === -600 || lastValue === -500) &&
397
+ stateVariables["/x"].stateValues.animationOn === false
398
+ );
399
+ }),
400
+ );
401
+
402
+ cy.get(cesc("#\\/a")).contains(/-600|-500/);
403
+
404
+ cy.window().then(async (win) => {
405
+ let stateVariables = await win.returnAllStateVariables1();
406
+ let lastValue = stateVariables["/x"].stateValues.value;
407
+ expect(lastValue === -600 || lastValue === -500).be.true;
408
+ expect(stateVariables["/a"].stateValues.value).eq(lastValue);
409
+ expect(stateVariables["/a2"].stateValues.value).eq(lastValue);
410
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(
411
+ lastValue === -600 ? 3 : 4,
412
+ );
413
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
414
+ cy.get(cesc("#\\/a")).should("have.text", `${lastValue}`);
415
+ cy.get(cesc("#\\/a2")).should("have.text", `${lastValue}`);
416
+ });
417
+
418
+ cy.get(cesc(`#\\/b`)).click();
419
+ cy.get(cesc("#\\/a")).should("have.text", "-100");
420
+ cy.get(cesc("#\\/a2")).should("have.text", "-100");
421
+ cy.get(cesc("#\\/a")).should("have.text", "100");
422
+ cy.get(cesc("#\\/a2")).should("have.text", "100");
423
+ cy.get(cesc("#\\/a")).should("have.text", "500");
424
+ cy.get(cesc("#\\/a2")).should("have.text", "500");
425
+ cy.get(cesc("#\\/a")).should("have.text", "600");
426
+ cy.get(cesc("#\\/a2")).should("have.text", "600");
427
+ cy.get(cesc("#\\/a")).should("have.text", "900");
428
+ cy.get(cesc("#\\/a2")).should("have.text", "900");
429
+ cy.get(cesc("#\\/a")).should("have.text", "1000");
430
+ cy.get(cesc("#\\/a2")).should("have.text", "1000");
431
+ cy.get(cesc("#\\/a")).should("have.text", "900");
432
+ cy.get(cesc("#\\/a2")).should("have.text", "900");
433
+ cy.get(cesc("#\\/a")).should("have.text", "600");
434
+ cy.get(cesc("#\\/a2")).should("have.text", "600");
435
+ cy.get(cesc("#\\/a")).should("have.text", "500");
436
+ cy.get(cesc("#\\/a2")).should("have.text", "500");
437
+ cy.get(cesc("#\\/a")).should("have.text", "100");
438
+ cy.get(cesc("#\\/a2")).should("have.text", "100");
439
+ cy.get(cesc("#\\/a")).should("have.text", "-100");
440
+ cy.get(cesc("#\\/a2")).should("have.text", "-100");
441
+ cy.get(cesc("#\\/a")).should("have.text", "-500");
442
+ cy.get(cesc("#\\/a2")).should("have.text", "-500");
443
+ cy.get(cesc("#\\/a")).should("have.text", "-600");
444
+ cy.get(cesc("#\\/a2")).should("have.text", "-600");
445
+ cy.get(cesc("#\\/a")).should("have.text", "-900");
446
+ cy.get(cesc("#\\/a2")).should("have.text", "-900");
447
+ cy.get(cesc("#\\/a")).should("have.text", "-1000");
448
+ cy.get(cesc("#\\/a2")).should("have.text", "-1000");
449
+ cy.get(cesc("#\\/a")).should("have.text", "-900");
450
+ cy.get(cesc("#\\/a2")).should("have.text", "-900");
451
+ cy.get(cesc("#\\/a")).should("have.text", "-600");
452
+ cy.get(cesc("#\\/a2")).should("have.text", "-600");
453
+ cy.get(cesc("#\\/a")).should("have.text", "-500");
454
+ cy.get(cesc("#\\/a2")).should("have.text", "-500");
455
+ cy.get(cesc("#\\/a")).should("have.text", "-100");
456
+ cy.get(cesc("#\\/a2")).should("have.text", "-100");
457
+
458
+ cy.get(cesc(`#\\/b`)).click();
459
+
460
+ cy.waitUntil(() =>
461
+ cy.window().then(async (win) => {
462
+ let stateVariables = await win.returnAllStateVariables1();
463
+ return stateVariables["/x"].stateValues.animationOn === false;
464
+ }),
465
+ );
466
+
467
+ cy.get(cesc("#\\/a")).contains(/-100|100/);
468
+
469
+ cy.window().then(async (win) => {
470
+ let stateVariables = await win.returnAllStateVariables1();
471
+ let lastValue = stateVariables["/x"].stateValues.value;
472
+ expect(lastValue === -100 || lastValue === 100).be.true;
473
+ expect(stateVariables["/a"].stateValues.value).eq(lastValue);
474
+ expect(stateVariables["/a2"].stateValues.value).eq(lastValue);
475
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(
476
+ lastValue === -100 ? 5 : 6,
477
+ );
478
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
479
+
480
+ cy.get(cesc("#\\/a")).should("have.text", `${lastValue}`);
481
+ cy.get(cesc("#\\/a2")).should("have.text", `${lastValue}`);
482
+ });
483
+ });
484
+
485
+ it("animation adjusts if value changed when paused", () => {
486
+ cy.window().then(async (win) => {
487
+ win.postMessage(
488
+ {
489
+ doenetML: `
490
+ <text>a</text>
491
+
492
+ <p name="pa">value: $a</p>
493
+ <slider name="a" initialValue="89.8" from="1" to="100" step="0.1" />
494
+
495
+ <animateFromSequence name="x" animationMode='increase' animationOn='$b' target='a' animationInterval='400' from="1" to="100" step="0.1" />
496
+
497
+ <booleaninput name="b" />
498
+
499
+ <p name="pa2">value: $a2</p>
500
+ <slider copySource="a" name="a2" />
501
+
502
+ `,
503
+ },
504
+ "*",
505
+ );
506
+ });
507
+
508
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
509
+
510
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 89.8");
511
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 89.8");
512
+
513
+ cy.window().then(async (win) => {
514
+ let stateVariables = await win.returnAllStateVariables1();
515
+ expect(stateVariables["/x"].stateValues.value).closeTo(1, 1e-12);
516
+ expect(stateVariables["/a"].stateValues.value).closeTo(89.8, 1e-12);
517
+ expect(stateVariables["/a2"].stateValues.value).closeTo(89.8, 1e-12);
518
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
519
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
520
+ });
521
+
522
+ cy.get(cesc(`#\\/b`)).click();
523
+ cy.get(cesc(`#\\/b`)).click();
524
+
525
+ cy.waitUntil(() =>
526
+ cy.window().then(async (win) => {
527
+ let stateVariables = await win.returnAllStateVariables1();
528
+ let lastValue = stateVariables["/x"].stateValues.value;
529
+ return (
530
+ Math.abs(lastValue - 89.8) < 1e-12 &&
531
+ stateVariables["/x"].stateValues.animationOn === false
532
+ );
533
+ }),
534
+ );
535
+
536
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 89.8");
537
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 89.8");
538
+
539
+ cy.window().then(async (win) => {
540
+ let stateVariables = await win.returnAllStateVariables1();
541
+ expect(stateVariables["/x"].stateValues.value).closeTo(89.8, 1e-12);
542
+ expect(stateVariables["/a"].stateValues.value).closeTo(89.8, 1e-12);
543
+ expect(stateVariables["/a2"].stateValues.value).closeTo(89.8, 1e-12);
544
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(889);
545
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
546
+ });
547
+
548
+ cy.get(cesc(`#\\/b`)).click();
549
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 89.8");
550
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 89.8");
551
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 89.9");
552
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 89.9");
553
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 90");
554
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 90");
555
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 90.1");
556
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 90.1");
557
+
558
+ cy.get(cesc(`#\\/b`)).click();
559
+
560
+ cy.waitUntil(() =>
561
+ cy.window().then(async (win) => {
562
+ let stateVariables = await win.returnAllStateVariables1();
563
+ return stateVariables["/x"].stateValues.animationOn === false;
564
+ }),
565
+ );
566
+
567
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 90.1");
568
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 90.1");
569
+
570
+ cy.window().then(async (win) => {
571
+ let stateVariables = await win.returnAllStateVariables1();
572
+ expect(stateVariables["/x"].stateValues.value).closeTo(90.1, 1e-12);
573
+ expect(stateVariables["/a"].stateValues.value).closeTo(90.1, 1e-12);
574
+ expect(stateVariables["/a2"].stateValues.value).closeTo(90.1, 1e-12);
575
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(892);
576
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
577
+ });
578
+
579
+ cy.get(cesc(`#\\/b`)).click();
580
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 90.1");
581
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 90.1");
582
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 90.2");
583
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 90.2");
584
+ cy.get(cesc(`#\\/b`)).click();
585
+
586
+ cy.waitUntil(() =>
587
+ cy.window().then(async (win) => {
588
+ let stateVariables = await win.returnAllStateVariables1();
589
+ return stateVariables["/x"].stateValues.animationOn === false;
590
+ }),
591
+ );
592
+
593
+ cy.window().then(async (win) => {
594
+ let stateVariables = await win.returnAllStateVariables1();
595
+ expect(stateVariables["/x"].stateValues.value).closeTo(90.2, 1e-12);
596
+ expect(stateVariables["/a"].stateValues.value).closeTo(90.2, 1e-12);
597
+ expect(stateVariables["/a2"].stateValues.value).closeTo(90.2, 1e-12);
598
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(893);
599
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
600
+ });
601
+
602
+ cy.log(`change value on with first slider`);
603
+ cy.window().then(async (win) => {
604
+ await win.callAction1({
605
+ actionName: "changeValue",
606
+ componentName: "/a",
607
+ args: { value: 33.4 },
608
+ });
609
+ });
610
+
611
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 33.4");
612
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 33.4");
613
+
614
+ cy.window().then(async (win) => {
615
+ let stateVariables = await win.returnAllStateVariables1();
616
+ expect(stateVariables["/x"].stateValues.value).closeTo(90.2, 1e-12);
617
+ expect(stateVariables["/a"].stateValues.value).closeTo(33.4, 1e-12);
618
+ expect(stateVariables["/a2"].stateValues.value).closeTo(33.4, 1e-12);
619
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(893);
620
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
621
+ });
622
+
623
+ cy.get(cesc(`#\\/b`)).click();
624
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 33.4");
625
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 33.4");
626
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 33.5");
627
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 33.5");
628
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 33.6");
629
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 33.6");
630
+ cy.get(cesc(`#\\/b`)).click();
631
+
632
+ cy.waitUntil(() =>
633
+ cy.window().then(async (win) => {
634
+ let stateVariables = await win.returnAllStateVariables1();
635
+ return stateVariables["/x"].stateValues.animationOn === false;
636
+ }),
637
+ );
638
+
639
+ cy.window().then(async (win) => {
640
+ let stateVariables = await win.returnAllStateVariables1();
641
+ expect(stateVariables["/x"].stateValues.value).closeTo(33.6, 1e-12);
642
+ expect(stateVariables["/a"].stateValues.value).closeTo(33.6, 1e-12);
643
+ expect(stateVariables["/a2"].stateValues.value).closeTo(33.6, 1e-12);
644
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(327);
645
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
646
+ });
647
+
648
+ cy.log(`change value on with second slider`);
649
+ cy.window().then(async (win) => {
650
+ await win.callAction1({
651
+ actionName: "changeValue",
652
+ componentName: "/a2",
653
+ args: { value: 64.5 },
654
+ });
655
+ });
656
+
657
+ cy.window().then(async (win) => {
658
+ let stateVariables = await win.returnAllStateVariables1();
659
+ expect(stateVariables["/x"].stateValues.value).closeTo(33.6, 1e-12);
660
+ expect(stateVariables["/a"].stateValues.value).closeTo(64.5, 1e-12);
661
+ expect(stateVariables["/a2"].stateValues.value).closeTo(64.5, 1e-12);
662
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(327);
663
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
664
+ });
665
+
666
+ cy.get(cesc(`#\\/b`)).click();
667
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 64.5");
668
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 64.5");
669
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 64.6");
670
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 64.6");
671
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 64.7");
672
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 64.7");
673
+ cy.get(cesc(`#\\/b`)).click();
674
+
675
+ cy.waitUntil(() =>
676
+ cy.window().then(async (win) => {
677
+ let stateVariables = await win.returnAllStateVariables1();
678
+ return stateVariables["/x"].stateValues.animationOn === false;
679
+ }),
680
+ );
681
+
682
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 64.7");
683
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 64.7");
684
+
685
+ cy.window().then(async (win) => {
686
+ let stateVariables = await win.returnAllStateVariables1();
687
+ expect(stateVariables["/x"].stateValues.value).closeTo(64.7, 1e-12);
688
+ expect(stateVariables["/a"].stateValues.value).closeTo(64.7, 1e-12);
689
+ expect(stateVariables["/a2"].stateValues.value).closeTo(64.7, 1e-12);
690
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(638);
691
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
692
+ });
693
+ });
694
+
695
+ it("animation adjusts if value changed when running if allowAdjustmentsWhileRunning", () => {
696
+ cy.window().then(async (win) => {
697
+ win.postMessage(
698
+ {
699
+ doenetML: `
700
+ <text>a</text>
701
+
702
+ <p name="pa">value: $a</p>
703
+ <slider name="a" initialValue="89.8" from="1" to="100" step="0.1" />
704
+
705
+ <animateFromSequence name="x" animationMode='increase once' animationOn='$aon' target='a' animationInterval='400' from="1" to="100" step="0.1" allowAdjustmentsWhileRunning="$aawr" />
706
+
707
+ <p>Animation on: <booleaninput name="aon" /></p>
708
+ <p>Allow adjustments while running: <booleaninput name="aawr" /> <boolean name="aawr2" copySource="aawr" /></p>
709
+
710
+ <p name="pa2">value: $a2</p>
711
+ <slider copysource="a" name="a2" />
712
+
713
+ `,
714
+ },
715
+ "*",
716
+ );
717
+ });
718
+
719
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
720
+
721
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 89.8");
722
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 89.8");
723
+
724
+ cy.get(cesc(`#\\/aon`)).click();
725
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 89.8");
726
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 89.8");
727
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 89.9");
728
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 89.9");
729
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 90");
730
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 90");
731
+
732
+ cy.log(`can't change value on with first slider`);
733
+ cy.window().then(async (win) => {
734
+ await win.callAction1({
735
+ actionName: "changeValue",
736
+ componentName: "/a",
737
+ args: { value: 33.4 },
738
+ });
739
+ });
740
+
741
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 90.1");
742
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 90.1");
743
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 90.2");
744
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 90.2");
745
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 90.3");
746
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 90.3");
747
+
748
+ cy.log(`can't change value on with second slider`);
749
+ cy.window().then(async (win) => {
750
+ await win.callAction1({
751
+ actionName: "changeValue",
752
+ componentName: "/a2",
753
+ args: { value: 4.5 },
754
+ });
755
+ });
756
+
757
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 90.4");
758
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 90.4");
759
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 90.5");
760
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 90.5");
761
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 90.6");
762
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 90.6");
763
+
764
+ cy.log("allow adjustments");
765
+ cy.get(cesc(`#\\/aawr`)).click();
766
+ cy.get(cesc("#\\/aawr2")).should("have.text", "true");
767
+
768
+ cy.log(`can now change value on with first slider`);
769
+ cy.window().then(async (win) => {
770
+ await win.callAction1({
771
+ actionName: "changeValue",
772
+ componentName: "/a",
773
+ args: { value: 33.4 },
774
+ });
775
+ });
776
+
777
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 33.4");
778
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 33.4");
779
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 33.5");
780
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 33.5");
781
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 33.6");
782
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 33.6");
783
+
784
+ cy.log(`can now change value on with second slider`);
785
+ cy.window().then(async (win) => {
786
+ await win.callAction1({
787
+ actionName: "changeValue",
788
+ componentName: "/a2",
789
+ args: { value: 4.5 },
790
+ });
791
+ });
792
+
793
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 4.5");
794
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 4.5");
795
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 4.6");
796
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 4.6");
797
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 4.7");
798
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 4.7");
799
+ cy.get(cesc(`#\\/aon`)).click();
800
+
801
+ cy.waitUntil(() =>
802
+ cy.window().then(async (win) => {
803
+ let stateVariables = await win.returnAllStateVariables1();
804
+ return stateVariables["/x"].stateValues.animationOn === false;
805
+ }),
806
+ );
807
+
808
+ cy.get(cesc("#\\/pa")).should("have.text", "value: 4.7");
809
+ cy.get(cesc("#\\/pa2")).should("have.text", "value: 4.7");
810
+
811
+ cy.window().then(async (win) => {
812
+ let stateVariables = await win.returnAllStateVariables1();
813
+ expect(stateVariables["/x"].stateValues.value).closeTo(4.7, 1e-12);
814
+ expect(stateVariables["/a"].stateValues.value).closeTo(4.7, 1e-12);
815
+ expect(stateVariables["/a2"].stateValues.value).closeTo(4.7, 1e-12);
816
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(38);
817
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
818
+ });
819
+ });
820
+
821
+ it("check that calculated default value does not change on reload", () => {
822
+ let doenetML = `
823
+ <text>a</text>
824
+ <p>Animation mode: <textinput name="anmode" prefill="increase" /></p>
825
+ <animatefromsequence name="an" animationmode="$anmode" />
826
+ <p>Animation direction: <copy prop="currentAnimationDirection" target="an" assignNames="cad" /></p>
827
+ `;
828
+
829
+ cy.get("#testRunner_toggleControls").click();
830
+ cy.get("#testRunner_allowLocalState").click();
831
+ cy.wait(100);
832
+ cy.get("#testRunner_toggleControls").click();
833
+
834
+ cy.window().then(async (win) => {
835
+ win.postMessage(
836
+ {
837
+ doenetML,
838
+ },
839
+ "*",
840
+ );
841
+ });
842
+
843
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
844
+
845
+ cy.get(cesc("#\\/cad")).should("have.text", "increase");
846
+ cy.get(cesc("#\\/anmode_input")).should("have.value", "increase");
847
+
848
+ cy.window().then(async (win) => {
849
+ let stateVariables = await win.returnAllStateVariables1();
850
+ expect(stateVariables["/anmode"].stateValues.value).eq("increase");
851
+ expect(stateVariables["/an"].stateValues.animationMode).eq("increase");
852
+ });
853
+
854
+ cy.get(cesc("#\\/anmode_input")).clear().type("decrease{enter}");
855
+
856
+ cy.get(cesc("#\\/cad")).should("have.text", "decrease");
857
+ cy.get(cesc("#\\/anmode_input")).should("have.value", "decrease");
858
+
859
+ cy.window().then(async (win) => {
860
+ let stateVariables = await win.returnAllStateVariables1();
861
+ expect(stateVariables["/anmode"].stateValues.value).eq("decrease");
862
+ expect(stateVariables["/an"].stateValues.animationMode).eq("decrease");
863
+ });
864
+
865
+ cy.wait(2000); // wait for 1 second debounce
866
+
867
+ cy.reload();
868
+
869
+ cy.window().then(async (win) => {
870
+ win.postMessage(
871
+ {
872
+ doenetML,
873
+ },
874
+ "*",
875
+ );
876
+ });
877
+
878
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); //wait for page to load
879
+
880
+ // wait until core is loaded
881
+ cy.waitUntil(() =>
882
+ cy.window().then(async (win) => {
883
+ let stateVariables = await win.returnAllStateVariables1();
884
+ return stateVariables["/anmode"];
885
+ }),
886
+ );
887
+
888
+ cy.get(cesc("#\\/cad")).should("have.text", "decrease");
889
+ cy.get(cesc("#\\/anmode_input")).should("have.value", "decrease");
890
+
891
+ cy.window().then(async (win) => {
892
+ let stateVariables = await win.returnAllStateVariables1();
893
+ expect(stateVariables["/anmode"].stateValues.value).eq("decrease");
894
+ expect(stateVariables["/an"].stateValues.animationMode).eq("decrease");
895
+ });
896
+ });
897
+
898
+ it("call animation actions", () => {
899
+ cy.window().then(async (win) => {
900
+ win.postMessage(
901
+ {
902
+ doenetML: `
903
+ <text>a</text>
904
+
905
+ <p>value: <number name="a">1</number></p>
906
+
907
+ <animateFromSequence name="x" animationMode='increase' target='a' animationInterval='100' />
908
+
909
+ <callAction target="x" actionName="startAnimation" name="start" >
910
+ <label>start</label>
911
+ </callAction>
912
+ <callAction target="x" actionName="stopAnimation" name="stop" >
913
+ <label>stop</label>
914
+ </callAction>
915
+ <callAction target="x" actionName="toggleAnimation" name="toggle" >
916
+ <label>toggle</label>
917
+ </callAction>
918
+
919
+ <p>copy: <copy target="a" assignNames="a2" /></p>
920
+
921
+ `,
922
+ },
923
+ "*",
924
+ );
925
+ });
926
+
927
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
928
+
929
+ cy.get(cesc("#\\/a")).should("have.text", "1");
930
+ cy.get(cesc("#\\/a2")).should("have.text", "1");
931
+
932
+ cy.window().then(async (win) => {
933
+ let stateVariables = await win.returnAllStateVariables1();
934
+ expect(stateVariables["/x"].stateValues.value).eq(1);
935
+ expect(stateVariables["/a"].stateValues.value).eq(1);
936
+ expect(stateVariables["/a2"].stateValues.value).eq(1);
937
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
938
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
939
+ });
940
+
941
+ cy.get(cesc("#\\/start_button")).click();
942
+ cy.get(cesc("#\\/a")).should("have.text", "2");
943
+ cy.get(cesc("#\\/a2")).should("have.text", "2");
944
+ cy.get(cesc("#\\/a")).should("have.text", "3");
945
+ cy.get(cesc("#\\/a2")).should("have.text", "3");
946
+ cy.get(cesc("#\\/a")).should("have.text", "4");
947
+ cy.get(cesc("#\\/a2")).should("have.text", "4");
948
+ cy.get(cesc("#\\/a")).should("have.text", "5");
949
+ cy.get(cesc("#\\/a2")).should("have.text", "5");
950
+
951
+ cy.get(cesc("#\\/start_button")).click();
952
+ cy.get(cesc("#\\/a")).should("have.text", "6");
953
+ cy.get(cesc("#\\/a2")).should("have.text", "6");
954
+ cy.get(cesc("#\\/a")).should("have.text", "7");
955
+ cy.get(cesc("#\\/a2")).should("have.text", "7");
956
+ cy.get(cesc("#\\/a")).should("have.text", "8");
957
+ cy.get(cesc("#\\/a2")).should("have.text", "8");
958
+ cy.get(cesc("#\\/a")).should("have.text", "9");
959
+ cy.get(cesc("#\\/a2")).should("have.text", "9");
960
+ cy.get(cesc("#\\/a")).should("have.text", "10");
961
+ cy.get(cesc("#\\/a2")).should("have.text", "10");
962
+ cy.get(cesc("#\\/a")).should("have.text", "1");
963
+ cy.get(cesc("#\\/a2")).should("have.text", "1");
964
+ cy.get(cesc("#\\/a")).should("have.text", "2");
965
+ cy.get(cesc("#\\/a2")).should("have.text", "2");
966
+
967
+ cy.get(cesc("#\\/stop_button")).click();
968
+
969
+ cy.waitUntil(() =>
970
+ cy.window().then(async (win) => {
971
+ let stateVariables = await win.returnAllStateVariables1();
972
+ return stateVariables["/x"].stateValues.animationOn === false;
973
+ }),
974
+ );
975
+
976
+ // should stop at 2 or 3
977
+ cy.get(cesc("#\\/a")).contains(/2|3/);
978
+
979
+ cy.window().then(async (win) => {
980
+ let stateVariables = await win.returnAllStateVariables1();
981
+ let lastValue = stateVariables["/x"].stateValues.value;
982
+ expect(lastValue === 2 || lastValue === 3).be.true;
983
+ expect(stateVariables["/a"].stateValues.value).eq(lastValue);
984
+ expect(stateVariables["/a2"].stateValues.value).eq(lastValue);
985
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue);
986
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
987
+
988
+ cy.get(cesc("#\\/a")).should("have.text", `${lastValue}`);
989
+ cy.get(cesc("#\\/a2")).should("have.text", `${lastValue}`);
990
+
991
+ cy.get(cesc("#\\/stop_button")).click();
992
+
993
+ cy.waitUntil(() =>
994
+ cy.window().then(async (win) => {
995
+ let stateVariables = await win.returnAllStateVariables1();
996
+ return stateVariables["/x"].stateValues.animationOn === false;
997
+ }),
998
+ );
999
+
1000
+ cy.get(cesc("#\\/a")).should("have.text", `${lastValue}`);
1001
+ cy.get(cesc("#\\/a2")).should("have.text", `${lastValue}`);
1002
+ });
1003
+
1004
+ cy.get(cesc("#\\/toggle_button")).click();
1005
+ cy.get(cesc("#\\/a")).should("have.text", "4");
1006
+ cy.get(cesc("#\\/a2")).should("have.text", "4");
1007
+ cy.get(cesc("#\\/a")).should("have.text", "5");
1008
+ cy.get(cesc("#\\/a2")).should("have.text", "5");
1009
+ cy.get(cesc("#\\/a")).should("have.text", "6");
1010
+ cy.get(cesc("#\\/a2")).should("have.text", "6");
1011
+ cy.get(cesc("#\\/a")).should("have.text", "7");
1012
+ cy.get(cesc("#\\/a2")).should("have.text", "7");
1013
+
1014
+ cy.get(cesc("#\\/toggle_button")).click();
1015
+
1016
+ cy.waitUntil(() =>
1017
+ cy.window().then(async (win) => {
1018
+ let stateVariables = await win.returnAllStateVariables1();
1019
+ return stateVariables["/x"].stateValues.animationOn === false;
1020
+ }),
1021
+ );
1022
+
1023
+ // should stop at 7 or 8
1024
+ cy.get(cesc("#\\/a")).contains(/7|8/);
1025
+
1026
+ cy.window().then(async (win) => {
1027
+ let stateVariables = await win.returnAllStateVariables1();
1028
+ let lastValue = stateVariables["/x"].stateValues.value;
1029
+ expect(lastValue === 7 || lastValue === 8).be.true;
1030
+ expect(stateVariables["/a"].stateValues.value).eq(lastValue);
1031
+ expect(stateVariables["/a2"].stateValues.value).eq(lastValue);
1032
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue);
1033
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1034
+
1035
+ cy.get(cesc("#\\/a")).should("have.text", `${lastValue}`);
1036
+ cy.get(cesc("#\\/a2")).should("have.text", `${lastValue}`);
1037
+ });
1038
+ });
1039
+
1040
+ it("animate componentIndex", () => {
1041
+ cy.window().then(async (win) => {
1042
+ win.postMessage(
1043
+ {
1044
+ doenetML: `
1045
+ <text>a</text>
1046
+
1047
+ <p>values: <group name="grp">
1048
+ <number>1</number>
1049
+ <number>2</number>
1050
+ <number>3</number>
1051
+ </group>
1052
+ </p>
1053
+
1054
+ <p name="plist"><aslist><collect componentTypes="number" target="grp" name="col" assignNames="n1 n2 n3" /></aslist></p>
1055
+
1056
+ <p>Index to animate: <mathinput prefill="1" name="ind" /></p>
1057
+
1058
+ <animateFromSequence name="x" animationMode='increase' animationOn='$b' target='col' animationInterval='100' componentIndex="$ind" />
1059
+
1060
+ <booleaninput name="b" />
1061
+
1062
+ <p>copy: <copy target="grp" name="c2" newNamespace /></p>
1063
+
1064
+ `,
1065
+ },
1066
+ "*",
1067
+ );
1068
+ });
1069
+
1070
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
1071
+
1072
+ cy.get(cesc("#\\/_number1")).should("have.text", "1");
1073
+ cy.get(cesc("#\\/_number2")).should("have.text", "2");
1074
+ cy.get(cesc("#\\/_number3")).should("have.text", "3");
1075
+ cy.get(cesc("#\\/n1")).should("have.text", "1");
1076
+ cy.get(cesc("#\\/n2")).should("have.text", "2");
1077
+ cy.get(cesc("#\\/n3")).should("have.text", "3");
1078
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "1");
1079
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "2");
1080
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "3");
1081
+ cy.get(cesc("#\\/plist")).should("have.text", "1, 2, 3");
1082
+
1083
+ cy.window().then(async (win) => {
1084
+ let stateVariables = await win.returnAllStateVariables1();
1085
+ expect(stateVariables["/x"].stateValues.value).eq(1);
1086
+ expect(stateVariables["/_number1"].stateValues.value).eq(1);
1087
+ expect(stateVariables["/_number2"].stateValues.value).eq(2);
1088
+ expect(stateVariables["/_number3"].stateValues.value).eq(3);
1089
+ expect(stateVariables["/n1"].stateValues.value).eq(1);
1090
+ expect(stateVariables["/n2"].stateValues.value).eq(2);
1091
+ expect(stateVariables["/n3"].stateValues.value).eq(3);
1092
+ expect(stateVariables["/c2/_number1"].stateValues.value).eq(1);
1093
+ expect(stateVariables["/c2/_number2"].stateValues.value).eq(2);
1094
+ expect(stateVariables["/c2/_number3"].stateValues.value).eq(3);
1095
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
1096
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1097
+ });
1098
+
1099
+ cy.get(cesc(`#\\/b`)).click();
1100
+ cy.get(cesc("#\\/_number1")).should("have.text", "2");
1101
+ cy.get(cesc("#\\/n1")).should("have.text", "2");
1102
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "2");
1103
+ cy.get(cesc("#\\/_number1")).should("have.text", "3");
1104
+ cy.get(cesc("#\\/n1")).should("have.text", "3");
1105
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "3");
1106
+ cy.get(cesc("#\\/_number1")).should("have.text", "4");
1107
+ cy.get(cesc("#\\/n1")).should("have.text", "4");
1108
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "4");
1109
+ cy.get(cesc("#\\/_number1")).should("have.text", "5");
1110
+ cy.get(cesc("#\\/n1")).should("have.text", "5");
1111
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "5");
1112
+ cy.get(cesc("#\\/_number1")).should("have.text", "6");
1113
+ cy.get(cesc("#\\/n1")).should("have.text", "6");
1114
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "6");
1115
+ cy.get(cesc("#\\/_number1")).should("have.text", "7");
1116
+ cy.get(cesc("#\\/n1")).should("have.text", "7");
1117
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "7");
1118
+ cy.get(cesc("#\\/_number1")).should("have.text", "8");
1119
+ cy.get(cesc("#\\/n1")).should("have.text", "8");
1120
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "8");
1121
+ cy.get(cesc("#\\/_number1")).should("have.text", "9");
1122
+ cy.get(cesc("#\\/n1")).should("have.text", "9");
1123
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "9");
1124
+ cy.get(cesc("#\\/_number1")).should("have.text", "10");
1125
+ cy.get(cesc("#\\/n1")).should("have.text", "10");
1126
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "10");
1127
+ cy.get(cesc("#\\/_number1")).should("have.text", "1");
1128
+ cy.get(cesc("#\\/n1")).should("have.text", "1");
1129
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "1");
1130
+ cy.get(cesc("#\\/_number1")).should("have.text", "2");
1131
+ cy.get(cesc("#\\/n1")).should("have.text", "2");
1132
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "2");
1133
+
1134
+ cy.get(cesc(`#\\/b`)).click();
1135
+
1136
+ cy.waitUntil(() =>
1137
+ cy.window().then(async (win) => {
1138
+ let stateVariables = await win.returnAllStateVariables1();
1139
+ return stateVariables["/x"].stateValues.animationOn === false;
1140
+ }),
1141
+ );
1142
+
1143
+ // should stop at 2 or 3
1144
+ cy.get(cesc("#\\/_number1")).contains(/2|3/);
1145
+
1146
+ let lastValue1;
1147
+
1148
+ cy.window().then(async (win) => {
1149
+ let stateVariables = await win.returnAllStateVariables1();
1150
+ lastValue1 = stateVariables["/x"].stateValues.value;
1151
+ expect(lastValue1 === 2 || lastValue1 === 3).be.true;
1152
+
1153
+ expect(stateVariables["/_number1"].stateValues.value).eq(lastValue1);
1154
+ expect(stateVariables["/_number2"].stateValues.value).eq(2);
1155
+ expect(stateVariables["/_number3"].stateValues.value).eq(3);
1156
+ expect(stateVariables["/n1"].stateValues.value).eq(lastValue1);
1157
+ expect(stateVariables["/n2"].stateValues.value).eq(2);
1158
+ expect(stateVariables["/n3"].stateValues.value).eq(3);
1159
+ expect(stateVariables["/c2/_number1"].stateValues.value).eq(lastValue1);
1160
+ expect(stateVariables["/c2/_number2"].stateValues.value).eq(2);
1161
+ expect(stateVariables["/c2/_number3"].stateValues.value).eq(3);
1162
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue1);
1163
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1164
+
1165
+ cy.get(cesc("#\\/_number1")).should("have.text", `${lastValue1}`);
1166
+ cy.get(cesc("#\\/_number2")).should("have.text", "2");
1167
+ cy.get(cesc("#\\/_number3")).should("have.text", "3");
1168
+ cy.get(cesc("#\\/n1")).should("have.text", `${lastValue1}`);
1169
+ cy.get(cesc("#\\/n2")).should("have.text", "2");
1170
+ cy.get(cesc("#\\/n3")).should("have.text", "3");
1171
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", `${lastValue1}`);
1172
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "2");
1173
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "3");
1174
+ cy.get(cesc("#\\/plist")).should("have.text", `${lastValue1}, 2, 3`);
1175
+ });
1176
+
1177
+ cy.log("Animate index 2");
1178
+
1179
+ cy.get(cesc("#\\/ind") + " textarea").type("{end}{backspace}2{enter}", {
1180
+ force: true,
1181
+ });
1182
+
1183
+ cy.get(cesc(`#\\/b`)).click();
1184
+ cy.get(cesc("#\\/_number2")).should("have.text", "3");
1185
+ cy.get(cesc("#\\/n2")).should("have.text", "3");
1186
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "3");
1187
+ cy.get(cesc("#\\/_number2")).should("have.text", "4");
1188
+ cy.get(cesc("#\\/n2")).should("have.text", "4");
1189
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "4");
1190
+ cy.get(cesc("#\\/_number2")).should("have.text", "5");
1191
+ cy.get(cesc("#\\/n2")).should("have.text", "5");
1192
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "5");
1193
+ cy.get(cesc("#\\/_number2")).should("have.text", "6");
1194
+ cy.get(cesc("#\\/n2")).should("have.text", "6");
1195
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "6");
1196
+ cy.get(cesc("#\\/_number2")).should("have.text", "7");
1197
+ cy.get(cesc("#\\/n2")).should("have.text", "7");
1198
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "7");
1199
+ cy.get(cesc("#\\/_number2")).should("have.text", "8");
1200
+ cy.get(cesc("#\\/n2")).should("have.text", "8");
1201
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "8");
1202
+
1203
+ cy.get(cesc(`#\\/b`)).click();
1204
+
1205
+ cy.waitUntil(() =>
1206
+ cy.window().then(async (win) => {
1207
+ let stateVariables = await win.returnAllStateVariables1();
1208
+ return stateVariables["/x"].stateValues.animationOn === false;
1209
+ }),
1210
+ );
1211
+
1212
+ // should stop at 9 or 0
1213
+ cy.get(cesc("#\\/_number2")).contains(/8|9/);
1214
+
1215
+ let lastValue2;
1216
+
1217
+ cy.window().then(async (win) => {
1218
+ let stateVariables = await win.returnAllStateVariables1();
1219
+ lastValue2 = stateVariables["/x"].stateValues.value;
1220
+ expect(lastValue2 === 8 || lastValue2 === 9).be.true;
1221
+
1222
+ expect(stateVariables["/_number1"].stateValues.value).eq(lastValue1);
1223
+ expect(stateVariables["/_number2"].stateValues.value).eq(lastValue2);
1224
+ expect(stateVariables["/_number3"].stateValues.value).eq(3);
1225
+ expect(stateVariables["/n1"].stateValues.value).eq(lastValue1);
1226
+ expect(stateVariables["/n2"].stateValues.value).eq(lastValue2);
1227
+ expect(stateVariables["/n3"].stateValues.value).eq(3);
1228
+ expect(stateVariables["/c2/_number1"].stateValues.value).eq(lastValue1);
1229
+ expect(stateVariables["/c2/_number2"].stateValues.value).eq(lastValue2);
1230
+ expect(stateVariables["/c2/_number3"].stateValues.value).eq(3);
1231
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue2);
1232
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1233
+
1234
+ cy.get(cesc("#\\/_number1")).should("have.text", `${lastValue1}`);
1235
+ cy.get(cesc("#\\/_number2")).should("have.text", `${lastValue2}`);
1236
+ cy.get(cesc("#\\/_number3")).should("have.text", "3");
1237
+ cy.get(cesc("#\\/n1")).should("have.text", `${lastValue1}`);
1238
+ cy.get(cesc("#\\/n2")).should("have.text", `${lastValue2}`);
1239
+ cy.get(cesc("#\\/n3")).should("have.text", "3");
1240
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", `${lastValue1}`);
1241
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", `${lastValue2}`);
1242
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "3");
1243
+ cy.get(cesc("#\\/plist")).should(
1244
+ "have.text",
1245
+ `${lastValue1}, ${lastValue2}, 3`,
1246
+ );
1247
+ });
1248
+
1249
+ cy.log("Switch to animate index 3 while animating");
1250
+
1251
+ cy.get(cesc(`#\\/b`)).click();
1252
+ cy.get(cesc("#\\/_number2")).should("have.text", "10");
1253
+ cy.get(cesc("#\\/n2")).should("have.text", "10");
1254
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "10");
1255
+ cy.get(cesc("#\\/_number2")).should("have.text", "1");
1256
+ cy.get(cesc("#\\/n2")).should("have.text", "1");
1257
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "1");
1258
+
1259
+ cy.get(cesc("#\\/ind") + " textarea").type("{end}{backspace}3{enter}", {
1260
+ force: true,
1261
+ });
1262
+
1263
+ cy.get(cesc("#\\/_number3")).should("have.text", "4");
1264
+ cy.get(cesc("#\\/n3")).should("have.text", "4");
1265
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "4");
1266
+ cy.get(cesc("#\\/_number3")).should("have.text", "5");
1267
+ cy.get(cesc("#\\/n3")).should("have.text", "5");
1268
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "5");
1269
+ cy.get(cesc("#\\/_number3")).should("have.text", "6");
1270
+ cy.get(cesc("#\\/n3")).should("have.text", "6");
1271
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "6");
1272
+ cy.get(cesc("#\\/_number3")).should("have.text", "7");
1273
+ cy.get(cesc("#\\/n3")).should("have.text", "7");
1274
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "7");
1275
+
1276
+ cy.get(cesc(`#\\/b`)).click();
1277
+
1278
+ cy.waitUntil(() =>
1279
+ cy.window().then(async (win) => {
1280
+ let stateVariables = await win.returnAllStateVariables1();
1281
+ return stateVariables["/x"].stateValues.animationOn === false;
1282
+ }),
1283
+ );
1284
+
1285
+ // should stop at 7 or 8
1286
+ cy.get(cesc("#\\/_number3")).contains(/7|8/);
1287
+
1288
+ // previous should have stopped at 1 or 2
1289
+ cy.get(cesc("#\\/_number2")).contains(/1|2/);
1290
+
1291
+ let lastValue3;
1292
+
1293
+ cy.window().then(async (win) => {
1294
+ let stateVariables = await win.returnAllStateVariables1();
1295
+ lastValue3 = stateVariables["/x"].stateValues.value;
1296
+ expect(lastValue3 === 7 || lastValue3 === 8).be.true;
1297
+ lastValue2 = stateVariables["/_number2"].stateValues.value;
1298
+ expect(lastValue2 === 1 || lastValue2 === 2).be.true;
1299
+
1300
+ expect(stateVariables["/_number1"].stateValues.value).eq(lastValue1);
1301
+ expect(stateVariables["/_number3"].stateValues.value).eq(lastValue3);
1302
+ expect(stateVariables["/n1"].stateValues.value).eq(lastValue1);
1303
+ expect(stateVariables["/n2"].stateValues.value).eq(lastValue2);
1304
+ expect(stateVariables["/n3"].stateValues.value).eq(lastValue3);
1305
+ expect(stateVariables["/c2/_number1"].stateValues.value).eq(lastValue1);
1306
+ expect(stateVariables["/c2/_number2"].stateValues.value).eq(lastValue2);
1307
+ expect(stateVariables["/c2/_number3"].stateValues.value).eq(lastValue3);
1308
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue3);
1309
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1310
+
1311
+ cy.get(cesc("#\\/_number1")).should("have.text", `${lastValue1}`);
1312
+ cy.get(cesc("#\\/_number2")).should("have.text", `${lastValue2}`);
1313
+ cy.get(cesc("#\\/_number3")).should("have.text", `${lastValue3}`);
1314
+ cy.get(cesc("#\\/n1")).should("have.text", `${lastValue1}`);
1315
+ cy.get(cesc("#\\/n2")).should("have.text", `${lastValue2}`);
1316
+ cy.get(cesc("#\\/n3")).should("have.text", `${lastValue3}`);
1317
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", `${lastValue1}`);
1318
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", `${lastValue2}`);
1319
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", `${lastValue3}`);
1320
+ cy.get(cesc("#\\/plist")).should(
1321
+ "have.text",
1322
+ `${lastValue1}, ${lastValue2}, ${lastValue3}`,
1323
+ );
1324
+ });
1325
+ });
1326
+
1327
+ it("animate componentIndex, array notation", () => {
1328
+ cy.window().then(async (win) => {
1329
+ win.postMessage(
1330
+ {
1331
+ doenetML: `
1332
+ <text>a</text>
1333
+
1334
+ <p>values: <group name="grp">
1335
+ <number>1</number>
1336
+ <number>2</number>
1337
+ <number>3</number>
1338
+ </group>
1339
+ </p>
1340
+
1341
+ <p name="plist"><aslist><collect componentTypes="number" target="grp" name="col" assignNames="n1 n2 n3" /></aslist></p>
1342
+
1343
+ <p>Index to animate: <mathinput prefill="1" name="ind" /></p>
1344
+
1345
+ <animateFromSequence name="x" animationMode='increase' animationOn='$b' target='col[$ind]' animationInterval='100' />
1346
+
1347
+ <booleaninput name="b" />
1348
+
1349
+ <p>copy: <copy target="grp" name="c2" newNamespace /></p>
1350
+
1351
+ `,
1352
+ },
1353
+ "*",
1354
+ );
1355
+ });
1356
+
1357
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
1358
+
1359
+ cy.get(cesc("#\\/_number1")).should("have.text", "1");
1360
+ cy.get(cesc("#\\/_number2")).should("have.text", "2");
1361
+ cy.get(cesc("#\\/_number3")).should("have.text", "3");
1362
+ cy.get(cesc("#\\/n1")).should("have.text", "1");
1363
+ cy.get(cesc("#\\/n2")).should("have.text", "2");
1364
+ cy.get(cesc("#\\/n3")).should("have.text", "3");
1365
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "1");
1366
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "2");
1367
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "3");
1368
+ cy.get(cesc("#\\/plist")).should("have.text", "1, 2, 3");
1369
+
1370
+ cy.window().then(async (win) => {
1371
+ let stateVariables = await win.returnAllStateVariables1();
1372
+ expect(stateVariables["/x"].stateValues.value).eq(1);
1373
+ expect(stateVariables["/_number1"].stateValues.value).eq(1);
1374
+ expect(stateVariables["/_number2"].stateValues.value).eq(2);
1375
+ expect(stateVariables["/_number3"].stateValues.value).eq(3);
1376
+ expect(stateVariables["/n1"].stateValues.value).eq(1);
1377
+ expect(stateVariables["/n2"].stateValues.value).eq(2);
1378
+ expect(stateVariables["/n3"].stateValues.value).eq(3);
1379
+ expect(stateVariables["/c2/_number1"].stateValues.value).eq(1);
1380
+ expect(stateVariables["/c2/_number2"].stateValues.value).eq(2);
1381
+ expect(stateVariables["/c2/_number3"].stateValues.value).eq(3);
1382
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
1383
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1384
+ });
1385
+
1386
+ cy.get(cesc(`#\\/b`)).click();
1387
+ cy.get(cesc("#\\/_number1")).should("have.text", "2");
1388
+ cy.get(cesc("#\\/n1")).should("have.text", "2");
1389
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "2");
1390
+ cy.get(cesc("#\\/_number1")).should("have.text", "3");
1391
+ cy.get(cesc("#\\/n1")).should("have.text", "3");
1392
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "3");
1393
+ cy.get(cesc("#\\/_number1")).should("have.text", "4");
1394
+ cy.get(cesc("#\\/n1")).should("have.text", "4");
1395
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "4");
1396
+ cy.get(cesc("#\\/_number1")).should("have.text", "5");
1397
+ cy.get(cesc("#\\/n1")).should("have.text", "5");
1398
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "5");
1399
+ cy.get(cesc("#\\/_number1")).should("have.text", "6");
1400
+ cy.get(cesc("#\\/n1")).should("have.text", "6");
1401
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "6");
1402
+ cy.get(cesc("#\\/_number1")).should("have.text", "7");
1403
+ cy.get(cesc("#\\/n1")).should("have.text", "7");
1404
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "7");
1405
+ cy.get(cesc("#\\/_number1")).should("have.text", "8");
1406
+ cy.get(cesc("#\\/n1")).should("have.text", "8");
1407
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "8");
1408
+ cy.get(cesc("#\\/_number1")).should("have.text", "9");
1409
+ cy.get(cesc("#\\/n1")).should("have.text", "9");
1410
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "9");
1411
+ cy.get(cesc("#\\/_number1")).should("have.text", "10");
1412
+ cy.get(cesc("#\\/n1")).should("have.text", "10");
1413
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "10");
1414
+ cy.get(cesc("#\\/_number1")).should("have.text", "1");
1415
+ cy.get(cesc("#\\/n1")).should("have.text", "1");
1416
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "1");
1417
+ cy.get(cesc("#\\/_number1")).should("have.text", "2");
1418
+ cy.get(cesc("#\\/n1")).should("have.text", "2");
1419
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", "2");
1420
+
1421
+ cy.get(cesc(`#\\/b`)).click();
1422
+
1423
+ cy.waitUntil(() =>
1424
+ cy.window().then(async (win) => {
1425
+ let stateVariables = await win.returnAllStateVariables1();
1426
+ return stateVariables["/x"].stateValues.animationOn === false;
1427
+ }),
1428
+ );
1429
+
1430
+ // should stop at 2 or 3
1431
+ cy.get(cesc("#\\/_number1")).contains(/2|3/);
1432
+
1433
+ let lastValue1;
1434
+
1435
+ cy.window().then(async (win) => {
1436
+ let stateVariables = await win.returnAllStateVariables1();
1437
+ lastValue1 = stateVariables["/x"].stateValues.value;
1438
+ expect(lastValue1 === 2 || lastValue1 === 3).be.true;
1439
+
1440
+ expect(stateVariables["/_number1"].stateValues.value).eq(lastValue1);
1441
+ expect(stateVariables["/_number2"].stateValues.value).eq(2);
1442
+ expect(stateVariables["/_number3"].stateValues.value).eq(3);
1443
+ expect(stateVariables["/n1"].stateValues.value).eq(lastValue1);
1444
+ expect(stateVariables["/n2"].stateValues.value).eq(2);
1445
+ expect(stateVariables["/n3"].stateValues.value).eq(3);
1446
+ expect(stateVariables["/c2/_number1"].stateValues.value).eq(lastValue1);
1447
+ expect(stateVariables["/c2/_number2"].stateValues.value).eq(2);
1448
+ expect(stateVariables["/c2/_number3"].stateValues.value).eq(3);
1449
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue1);
1450
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1451
+
1452
+ cy.get(cesc("#\\/_number1")).should("have.text", `${lastValue1}`);
1453
+ cy.get(cesc("#\\/_number2")).should("have.text", "2");
1454
+ cy.get(cesc("#\\/_number3")).should("have.text", "3");
1455
+ cy.get(cesc("#\\/n1")).should("have.text", `${lastValue1}`);
1456
+ cy.get(cesc("#\\/n2")).should("have.text", "2");
1457
+ cy.get(cesc("#\\/n3")).should("have.text", "3");
1458
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", `${lastValue1}`);
1459
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "2");
1460
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "3");
1461
+ cy.get(cesc("#\\/plist")).should("have.text", `${lastValue1}, 2, 3`);
1462
+ });
1463
+
1464
+ cy.log("Animate index 2");
1465
+
1466
+ cy.get(cesc("#\\/ind") + " textarea").type("{end}{backspace}2{enter}", {
1467
+ force: true,
1468
+ });
1469
+
1470
+ cy.get(cesc(`#\\/b`)).click();
1471
+ cy.get(cesc("#\\/_number2")).should("have.text", "3");
1472
+ cy.get(cesc("#\\/n2")).should("have.text", "3");
1473
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "3");
1474
+ cy.get(cesc("#\\/_number2")).should("have.text", "4");
1475
+ cy.get(cesc("#\\/n2")).should("have.text", "4");
1476
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "4");
1477
+ cy.get(cesc("#\\/_number2")).should("have.text", "5");
1478
+ cy.get(cesc("#\\/n2")).should("have.text", "5");
1479
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "5");
1480
+ cy.get(cesc("#\\/_number2")).should("have.text", "6");
1481
+ cy.get(cesc("#\\/n2")).should("have.text", "6");
1482
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "6");
1483
+ cy.get(cesc("#\\/_number2")).should("have.text", "7");
1484
+ cy.get(cesc("#\\/n2")).should("have.text", "7");
1485
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "7");
1486
+ cy.get(cesc("#\\/_number2")).should("have.text", "8");
1487
+ cy.get(cesc("#\\/n2")).should("have.text", "8");
1488
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "8");
1489
+
1490
+ cy.get(cesc(`#\\/b`)).click();
1491
+
1492
+ cy.waitUntil(() =>
1493
+ cy.window().then(async (win) => {
1494
+ let stateVariables = await win.returnAllStateVariables1();
1495
+ return stateVariables["/x"].stateValues.animationOn === false;
1496
+ }),
1497
+ );
1498
+
1499
+ // should stop at 9 or 0
1500
+ cy.get(cesc("#\\/_number2")).contains(/8|9/);
1501
+
1502
+ let lastValue2;
1503
+
1504
+ cy.window().then(async (win) => {
1505
+ let stateVariables = await win.returnAllStateVariables1();
1506
+ lastValue2 = stateVariables["/x"].stateValues.value;
1507
+ expect(lastValue2 === 8 || lastValue2 === 9).be.true;
1508
+
1509
+ expect(stateVariables["/_number1"].stateValues.value).eq(lastValue1);
1510
+ expect(stateVariables["/_number2"].stateValues.value).eq(lastValue2);
1511
+ expect(stateVariables["/_number3"].stateValues.value).eq(3);
1512
+ expect(stateVariables["/n1"].stateValues.value).eq(lastValue1);
1513
+ expect(stateVariables["/n2"].stateValues.value).eq(lastValue2);
1514
+ expect(stateVariables["/n3"].stateValues.value).eq(3);
1515
+ expect(stateVariables["/c2/_number1"].stateValues.value).eq(lastValue1);
1516
+ expect(stateVariables["/c2/_number2"].stateValues.value).eq(lastValue2);
1517
+ expect(stateVariables["/c2/_number3"].stateValues.value).eq(3);
1518
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue2);
1519
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1520
+
1521
+ cy.get(cesc("#\\/_number1")).should("have.text", `${lastValue1}`);
1522
+ cy.get(cesc("#\\/_number2")).should("have.text", `${lastValue2}`);
1523
+ cy.get(cesc("#\\/_number3")).should("have.text", "3");
1524
+ cy.get(cesc("#\\/n1")).should("have.text", `${lastValue1}`);
1525
+ cy.get(cesc("#\\/n2")).should("have.text", `${lastValue2}`);
1526
+ cy.get(cesc("#\\/n3")).should("have.text", "3");
1527
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", `${lastValue1}`);
1528
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", `${lastValue2}`);
1529
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "3");
1530
+ cy.get(cesc("#\\/plist")).should(
1531
+ "have.text",
1532
+ `${lastValue1}, ${lastValue2}, 3`,
1533
+ );
1534
+ });
1535
+
1536
+ cy.log("Switch to animate index 3 while animating");
1537
+
1538
+ cy.get(cesc(`#\\/b`)).click();
1539
+ cy.get(cesc("#\\/_number2")).should("have.text", "10");
1540
+ cy.get(cesc("#\\/n2")).should("have.text", "10");
1541
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "10");
1542
+ cy.get(cesc("#\\/_number2")).should("have.text", "1");
1543
+ cy.get(cesc("#\\/n2")).should("have.text", "1");
1544
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", "1");
1545
+
1546
+ cy.get(cesc("#\\/ind") + " textarea").type("{end}{backspace}3{enter}", {
1547
+ force: true,
1548
+ });
1549
+
1550
+ cy.get(cesc("#\\/_number3")).should("have.text", "4");
1551
+ cy.get(cesc("#\\/n3")).should("have.text", "4");
1552
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "4");
1553
+ cy.get(cesc("#\\/_number3")).should("have.text", "5");
1554
+ cy.get(cesc("#\\/n3")).should("have.text", "5");
1555
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "5");
1556
+ cy.get(cesc("#\\/_number3")).should("have.text", "6");
1557
+ cy.get(cesc("#\\/n3")).should("have.text", "6");
1558
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "6");
1559
+ cy.get(cesc("#\\/_number3")).should("have.text", "7");
1560
+ cy.get(cesc("#\\/n3")).should("have.text", "7");
1561
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", "7");
1562
+
1563
+ cy.get(cesc(`#\\/b`)).click();
1564
+
1565
+ cy.waitUntil(() =>
1566
+ cy.window().then(async (win) => {
1567
+ let stateVariables = await win.returnAllStateVariables1();
1568
+ return stateVariables["/x"].stateValues.animationOn === false;
1569
+ }),
1570
+ );
1571
+
1572
+ // should stop at 7 or 8
1573
+ cy.get(cesc("#\\/_number3")).contains(/7|8/);
1574
+
1575
+ // previous should have stopped at 1 or 2
1576
+ cy.get(cesc("#\\/_number2")).contains(/1|2/);
1577
+
1578
+ let lastValue3;
1579
+
1580
+ cy.window().then(async (win) => {
1581
+ let stateVariables = await win.returnAllStateVariables1();
1582
+ lastValue3 = stateVariables["/x"].stateValues.value;
1583
+ expect(lastValue3 === 7 || lastValue3 === 8).be.true;
1584
+ lastValue2 = stateVariables["/_number2"].stateValues.value;
1585
+ expect(lastValue2 === 1 || lastValue2 === 2).be.true;
1586
+
1587
+ expect(stateVariables["/_number1"].stateValues.value).eq(lastValue1);
1588
+ expect(stateVariables["/_number3"].stateValues.value).eq(lastValue3);
1589
+ expect(stateVariables["/n1"].stateValues.value).eq(lastValue1);
1590
+ expect(stateVariables["/n2"].stateValues.value).eq(lastValue2);
1591
+ expect(stateVariables["/n3"].stateValues.value).eq(lastValue3);
1592
+ expect(stateVariables["/c2/_number1"].stateValues.value).eq(lastValue1);
1593
+ expect(stateVariables["/c2/_number2"].stateValues.value).eq(lastValue2);
1594
+ expect(stateVariables["/c2/_number3"].stateValues.value).eq(lastValue3);
1595
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue3);
1596
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1597
+
1598
+ cy.get(cesc("#\\/_number1")).should("have.text", `${lastValue1}`);
1599
+ cy.get(cesc("#\\/_number2")).should("have.text", `${lastValue2}`);
1600
+ cy.get(cesc("#\\/_number3")).should("have.text", `${lastValue3}`);
1601
+ cy.get(cesc("#\\/n1")).should("have.text", `${lastValue1}`);
1602
+ cy.get(cesc("#\\/n2")).should("have.text", `${lastValue2}`);
1603
+ cy.get(cesc("#\\/n3")).should("have.text", `${lastValue3}`);
1604
+ cy.get(cesc("#\\/c2\\/_number1")).should("have.text", `${lastValue1}`);
1605
+ cy.get(cesc("#\\/c2\\/_number2")).should("have.text", `${lastValue2}`);
1606
+ cy.get(cesc("#\\/c2\\/_number3")).should("have.text", `${lastValue3}`);
1607
+ cy.get(cesc("#\\/plist")).should(
1608
+ "have.text",
1609
+ `${lastValue1}, ${lastValue2}, ${lastValue3}`,
1610
+ );
1611
+ });
1612
+ });
1613
+
1614
+ it("animate propIndex", () => {
1615
+ cy.window().then(async (win) => {
1616
+ win.postMessage(
1617
+ {
1618
+ doenetML: `
1619
+ <text>a</text>
1620
+
1621
+
1622
+ <p name="p1"><numberlist name="nl">1 2 3</numberlist></p>
1623
+
1624
+ <p>Component to animate: <mathinput prefill="1" name="ind" /></p>
1625
+
1626
+ <animateFromSequence name="x" animationMode='increase' animationOn='$b' target='nl' prop="numbers" propIndex="$ind" animationInterval='100' />
1627
+
1628
+ <booleaninput name="b" />
1629
+
1630
+ <p name="p2"><copy target="nl" assignNames="nl2" /></p>
1631
+
1632
+ <p><copy prop="number3" target="nl" assignNames="n3" /></p>
1633
+
1634
+ `,
1635
+ },
1636
+ "*",
1637
+ );
1638
+ });
1639
+
1640
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
1641
+
1642
+ cy.get(cesc("#\\/p1")).should("have.text", "1, 2, 3");
1643
+ cy.get(cesc("#\\/p2")).should("have.text", "1, 2, 3");
1644
+
1645
+ cy.window().then(async (win) => {
1646
+ let stateVariables = await win.returnAllStateVariables1();
1647
+ expect(stateVariables["/x"].stateValues.value).eq(1);
1648
+ expect(stateVariables["/nl"].stateValues.numbers).eqls([1, 2, 3]);
1649
+ expect(stateVariables["/nl2"].stateValues.numbers).eqls([1, 2, 3]);
1650
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
1651
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1652
+ });
1653
+
1654
+ cy.get(cesc(`#\\/b`)).click();
1655
+ cy.get(cesc("#\\/p1")).should("have.text", "2, 2, 3");
1656
+ cy.get(cesc("#\\/p2")).should("have.text", "2, 2, 3");
1657
+ cy.get(cesc("#\\/p1")).should("have.text", "3, 2, 3");
1658
+ cy.get(cesc("#\\/p2")).should("have.text", "3, 2, 3");
1659
+ cy.get(cesc("#\\/p1")).should("have.text", "4, 2, 3");
1660
+ cy.get(cesc("#\\/p2")).should("have.text", "4, 2, 3");
1661
+ cy.get(cesc("#\\/p1")).should("have.text", "5, 2, 3");
1662
+ cy.get(cesc("#\\/p2")).should("have.text", "5, 2, 3");
1663
+
1664
+ cy.get(cesc(`#\\/b`)).click();
1665
+
1666
+ cy.waitUntil(() =>
1667
+ cy.window().then(async (win) => {
1668
+ let stateVariables = await win.returnAllStateVariables1();
1669
+ return stateVariables["/x"].stateValues.animationOn === false;
1670
+ }),
1671
+ );
1672
+
1673
+ let lastValue1;
1674
+
1675
+ cy.window().then(async (win) => {
1676
+ let stateVariables = await win.returnAllStateVariables1();
1677
+ lastValue1 = stateVariables["/x"].stateValues.value;
1678
+ expect(lastValue1 === 5 || lastValue1 === 6).be.true;
1679
+
1680
+ expect(stateVariables["/nl"].stateValues.numbers).eqls([
1681
+ lastValue1,
1682
+ 2,
1683
+ 3,
1684
+ ]);
1685
+ expect(stateVariables["/nl2"].stateValues.numbers).eqls([
1686
+ lastValue1,
1687
+ 2,
1688
+ 3,
1689
+ ]);
1690
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue1);
1691
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1692
+
1693
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 2, 3`);
1694
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 2, 3`);
1695
+ });
1696
+
1697
+ cy.log("Animate index 2");
1698
+
1699
+ cy.get(cesc("#\\/ind") + " textarea").type("{end}{backspace}2{enter}", {
1700
+ force: true,
1701
+ });
1702
+
1703
+ cy.get(cesc(`#\\/b`))
1704
+ .click()
1705
+ .then(() => {
1706
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 3, 3`);
1707
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 3, 3`);
1708
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 4, 3`);
1709
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 4, 3`);
1710
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 5, 3`);
1711
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 5, 3`);
1712
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 6, 3`);
1713
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 6, 3`);
1714
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 7, 3`);
1715
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 7, 3`);
1716
+ });
1717
+
1718
+ cy.get(cesc(`#\\/b`)).click();
1719
+
1720
+ cy.waitUntil(() =>
1721
+ cy.window().then(async (win) => {
1722
+ let stateVariables = await win.returnAllStateVariables1();
1723
+ return stateVariables["/x"].stateValues.animationOn === false;
1724
+ }),
1725
+ );
1726
+
1727
+ let lastValue2;
1728
+
1729
+ cy.window().then(async (win) => {
1730
+ let stateVariables = await win.returnAllStateVariables1();
1731
+ lastValue2 = stateVariables["/x"].stateValues.value;
1732
+ expect(lastValue2 === 7 || lastValue2 === 8).be.true;
1733
+
1734
+ expect(stateVariables["/nl"].stateValues.numbers).eqls([
1735
+ lastValue1,
1736
+ lastValue2,
1737
+ 3,
1738
+ ]);
1739
+ expect(stateVariables["/nl2"].stateValues.numbers).eqls([
1740
+ lastValue1,
1741
+ lastValue2,
1742
+ 3,
1743
+ ]);
1744
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue2);
1745
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1746
+
1747
+ cy.get(cesc("#\\/p1")).should(
1748
+ "have.text",
1749
+ `${lastValue1}, ${lastValue2}, 3`,
1750
+ );
1751
+ cy.get(cesc("#\\/p2")).should(
1752
+ "have.text",
1753
+ `${lastValue1}, ${lastValue2}, 3`,
1754
+ );
1755
+ });
1756
+
1757
+ cy.log("Switch to animate index 3 while animating");
1758
+
1759
+ cy.get(cesc(`#\\/b`))
1760
+ .click()
1761
+ .then(() => {
1762
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 9, 3`);
1763
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 9, 3`);
1764
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 10, 3`);
1765
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 10, 3`);
1766
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 1, 3`);
1767
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 1, 3`);
1768
+ });
1769
+
1770
+ cy.get(cesc("#\\/ind") + " textarea").type("{end}{backspace}3{enter}", {
1771
+ force: true,
1772
+ });
1773
+
1774
+ cy.get(cesc("#\\/n3")).should("have.text", "4");
1775
+ cy.get(cesc("#\\/n3")).should("have.text", "5");
1776
+ cy.get(cesc("#\\/n3")).should("have.text", "6");
1777
+ cy.get(cesc("#\\/n3")).should("have.text", "7");
1778
+
1779
+ cy.get(cesc(`#\\/b`)).click();
1780
+
1781
+ cy.waitUntil(() =>
1782
+ cy.window().then(async (win) => {
1783
+ let stateVariables = await win.returnAllStateVariables1();
1784
+ return stateVariables["/x"].stateValues.animationOn === false;
1785
+ }),
1786
+ );
1787
+
1788
+ let lastValue3;
1789
+
1790
+ cy.window().then(async (win) => {
1791
+ let stateVariables = await win.returnAllStateVariables1();
1792
+ lastValue3 = stateVariables["/x"].stateValues.value;
1793
+ expect(lastValue3 === 7 || lastValue3 === 8).be.true;
1794
+ lastValue2 = stateVariables["/nl"].stateValues.numbers[1];
1795
+ expect(lastValue2 === 1 || lastValue2 === 2).be.true;
1796
+
1797
+ expect(stateVariables["/nl"].stateValues.numbers).eqls([
1798
+ lastValue1,
1799
+ lastValue2,
1800
+ lastValue3,
1801
+ ]);
1802
+ expect(stateVariables["/nl2"].stateValues.numbers).eqls([
1803
+ lastValue1,
1804
+ lastValue2,
1805
+ lastValue3,
1806
+ ]);
1807
+
1808
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue3);
1809
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1810
+
1811
+ cy.get(cesc("#\\/p1")).should(
1812
+ "have.text",
1813
+ `${lastValue1}, ${lastValue2}, ${lastValue3}`,
1814
+ );
1815
+ cy.get(cesc("#\\/p2")).should(
1816
+ "have.text",
1817
+ `${lastValue1}, ${lastValue2}, ${lastValue3}`,
1818
+ );
1819
+ });
1820
+ });
1821
+
1822
+ it("animate propIndex, array notation", () => {
1823
+ cy.window().then(async (win) => {
1824
+ win.postMessage(
1825
+ {
1826
+ doenetML: `
1827
+ <text>a</text>
1828
+
1829
+
1830
+ <p name="p1"><numberlist name="nl">1 2 3</numberlist></p>
1831
+
1832
+ <p>Component to animate: <mathinput prefill="1" name="ind" /></p>
1833
+
1834
+ <animateFromSequence name="x" animationMode='increase' animationOn='$b' target='nl.numbers[$ind]' animationInterval='100' />
1835
+
1836
+ <booleaninput name="b" />
1837
+
1838
+ <p name="p2"><copy target="nl" assignNames="nl2" /></p>
1839
+
1840
+ <p><copy prop="number3" target="nl" assignNames="n3" /></p>
1841
+
1842
+ `,
1843
+ },
1844
+ "*",
1845
+ );
1846
+ });
1847
+
1848
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
1849
+
1850
+ cy.get(cesc("#\\/p1")).should("have.text", "1, 2, 3");
1851
+ cy.get(cesc("#\\/p2")).should("have.text", "1, 2, 3");
1852
+
1853
+ cy.window().then(async (win) => {
1854
+ let stateVariables = await win.returnAllStateVariables1();
1855
+ expect(stateVariables["/x"].stateValues.value).eq(1);
1856
+ expect(stateVariables["/nl"].stateValues.numbers).eqls([1, 2, 3]);
1857
+ expect(stateVariables["/nl2"].stateValues.numbers).eqls([1, 2, 3]);
1858
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
1859
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1860
+ });
1861
+
1862
+ cy.get(cesc(`#\\/b`)).click();
1863
+ cy.get(cesc("#\\/p1")).should("have.text", "2, 2, 3");
1864
+ cy.get(cesc("#\\/p2")).should("have.text", "2, 2, 3");
1865
+ cy.get(cesc("#\\/p1")).should("have.text", "3, 2, 3");
1866
+ cy.get(cesc("#\\/p2")).should("have.text", "3, 2, 3");
1867
+ cy.get(cesc("#\\/p1")).should("have.text", "4, 2, 3");
1868
+ cy.get(cesc("#\\/p2")).should("have.text", "4, 2, 3");
1869
+ cy.get(cesc("#\\/p1")).should("have.text", "5, 2, 3");
1870
+ cy.get(cesc("#\\/p2")).should("have.text", "5, 2, 3");
1871
+
1872
+ cy.get(cesc(`#\\/b`)).click();
1873
+
1874
+ cy.waitUntil(() =>
1875
+ cy.window().then(async (win) => {
1876
+ let stateVariables = await win.returnAllStateVariables1();
1877
+ return stateVariables["/x"].stateValues.animationOn === false;
1878
+ }),
1879
+ );
1880
+
1881
+ let lastValue1;
1882
+
1883
+ cy.window().then(async (win) => {
1884
+ let stateVariables = await win.returnAllStateVariables1();
1885
+ lastValue1 = stateVariables["/x"].stateValues.value;
1886
+ expect(lastValue1 === 5 || lastValue1 === 6).be.true;
1887
+
1888
+ expect(stateVariables["/nl"].stateValues.numbers).eqls([
1889
+ lastValue1,
1890
+ 2,
1891
+ 3,
1892
+ ]);
1893
+ expect(stateVariables["/nl2"].stateValues.numbers).eqls([
1894
+ lastValue1,
1895
+ 2,
1896
+ 3,
1897
+ ]);
1898
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue1);
1899
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1900
+
1901
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 2, 3`);
1902
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 2, 3`);
1903
+ });
1904
+
1905
+ cy.log("Animate index 2");
1906
+
1907
+ cy.get(cesc("#\\/ind") + " textarea").type("{end}{backspace}2{enter}", {
1908
+ force: true,
1909
+ });
1910
+
1911
+ cy.get(cesc(`#\\/b`))
1912
+ .click()
1913
+ .then(() => {
1914
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 3, 3`);
1915
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 3, 3`);
1916
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 4, 3`);
1917
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 4, 3`);
1918
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 5, 3`);
1919
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 5, 3`);
1920
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 6, 3`);
1921
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 6, 3`);
1922
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 7, 3`);
1923
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 7, 3`);
1924
+ });
1925
+
1926
+ cy.get(cesc(`#\\/b`)).click();
1927
+
1928
+ cy.waitUntil(() =>
1929
+ cy.window().then(async (win) => {
1930
+ let stateVariables = await win.returnAllStateVariables1();
1931
+ return stateVariables["/x"].stateValues.animationOn === false;
1932
+ }),
1933
+ );
1934
+
1935
+ let lastValue2;
1936
+
1937
+ cy.window().then(async (win) => {
1938
+ let stateVariables = await win.returnAllStateVariables1();
1939
+ lastValue2 = stateVariables["/x"].stateValues.value;
1940
+ expect(lastValue2 === 7 || lastValue2 === 8).be.true;
1941
+
1942
+ expect(stateVariables["/nl"].stateValues.numbers).eqls([
1943
+ lastValue1,
1944
+ lastValue2,
1945
+ 3,
1946
+ ]);
1947
+ expect(stateVariables["/nl2"].stateValues.numbers).eqls([
1948
+ lastValue1,
1949
+ lastValue2,
1950
+ 3,
1951
+ ]);
1952
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue2);
1953
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
1954
+
1955
+ cy.get(cesc("#\\/p1")).should(
1956
+ "have.text",
1957
+ `${lastValue1}, ${lastValue2}, 3`,
1958
+ );
1959
+ cy.get(cesc("#\\/p2")).should(
1960
+ "have.text",
1961
+ `${lastValue1}, ${lastValue2}, 3`,
1962
+ );
1963
+ });
1964
+
1965
+ cy.log("Switch to animate index 3 while animating");
1966
+
1967
+ cy.get(cesc(`#\\/b`))
1968
+ .click()
1969
+ .then(() => {
1970
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 9, 3`);
1971
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 9, 3`);
1972
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 10, 3`);
1973
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 10, 3`);
1974
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 1, 3`);
1975
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 1, 3`);
1976
+ });
1977
+
1978
+ cy.get(cesc("#\\/ind") + " textarea").type("{end}{backspace}3{enter}", {
1979
+ force: true,
1980
+ });
1981
+
1982
+ cy.get(cesc("#\\/n3")).should("have.text", "4");
1983
+ cy.get(cesc("#\\/n3")).should("have.text", "5");
1984
+ cy.get(cesc("#\\/n3")).should("have.text", "6");
1985
+ cy.get(cesc("#\\/n3")).should("have.text", "7");
1986
+
1987
+ cy.get(cesc(`#\\/b`)).click();
1988
+
1989
+ cy.waitUntil(() =>
1990
+ cy.window().then(async (win) => {
1991
+ let stateVariables = await win.returnAllStateVariables1();
1992
+ return stateVariables["/x"].stateValues.animationOn === false;
1993
+ }),
1994
+ );
1995
+
1996
+ let lastValue3;
1997
+
1998
+ cy.window().then(async (win) => {
1999
+ let stateVariables = await win.returnAllStateVariables1();
2000
+ lastValue3 = stateVariables["/x"].stateValues.value;
2001
+ expect(lastValue3 === 7 || lastValue3 === 8).be.true;
2002
+ lastValue2 = stateVariables["/nl"].stateValues.numbers[1];
2003
+ expect(lastValue2 === 1 || lastValue2 === 2).be.true;
2004
+
2005
+ expect(stateVariables["/nl"].stateValues.numbers).eqls([
2006
+ lastValue1,
2007
+ lastValue2,
2008
+ lastValue3,
2009
+ ]);
2010
+ expect(stateVariables["/nl2"].stateValues.numbers).eqls([
2011
+ lastValue1,
2012
+ lastValue2,
2013
+ lastValue3,
2014
+ ]);
2015
+
2016
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue3);
2017
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
2018
+
2019
+ cy.get(cesc("#\\/p1")).should(
2020
+ "have.text",
2021
+ `${lastValue1}, ${lastValue2}, ${lastValue3}`,
2022
+ );
2023
+ cy.get(cesc("#\\/p2")).should(
2024
+ "have.text",
2025
+ `${lastValue1}, ${lastValue2}, ${lastValue3}`,
2026
+ );
2027
+ });
2028
+ });
2029
+
2030
+ it("animate property of property", () => {
2031
+ cy.window().then(async (win) => {
2032
+ win.postMessage(
2033
+ {
2034
+ doenetML: `
2035
+ <text>a</text>
2036
+
2037
+ <graph>
2038
+ <polygon vertices="(1,7) (2,5) (3,9)" name="pg" />
2039
+ </graph>
2040
+
2041
+ <p name="p1"><numberlist name="nl">$pg.vertices[1].x $pg.vertices[2].x $pg.vertices[3].x</numberlist></p>
2042
+
2043
+ <p>Component to animate: <mathinput prefill="1" name="ind" /></p>
2044
+
2045
+ <animateFromSequence name="x" animationMode='increase' animationOn='$b' target='pg.vertices[$ind].x' animationInterval='100' />
2046
+
2047
+ <booleaninput name="b" />
2048
+
2049
+ <p name="p2"><copy target="nl" assignNames="nl2" /></p>
2050
+
2051
+ <p><copy prop="number3" target="nl" assignNames="n3" /></p>
2052
+
2053
+ `,
2054
+ },
2055
+ "*",
2056
+ );
2057
+ });
2058
+
2059
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
2060
+
2061
+ cy.get(cesc("#\\/p1")).should("have.text", "1, 2, 3");
2062
+ cy.get(cesc("#\\/p2")).should("have.text", "1, 2, 3");
2063
+
2064
+ cy.window().then(async (win) => {
2065
+ let stateVariables = await win.returnAllStateVariables1();
2066
+ expect(stateVariables["/x"].stateValues.value).eq(1);
2067
+ expect(stateVariables["/nl"].stateValues.numbers).eqls([1, 2, 3]);
2068
+ expect(stateVariables["/nl2"].stateValues.numbers).eqls([1, 2, 3]);
2069
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(1);
2070
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
2071
+ });
2072
+
2073
+ cy.get(cesc(`#\\/b`)).click();
2074
+ cy.get(cesc("#\\/p1")).should("have.text", "2, 2, 3");
2075
+ cy.get(cesc("#\\/p2")).should("have.text", "2, 2, 3");
2076
+ cy.get(cesc("#\\/p1")).should("have.text", "3, 2, 3");
2077
+ cy.get(cesc("#\\/p2")).should("have.text", "3, 2, 3");
2078
+ cy.get(cesc("#\\/p1")).should("have.text", "4, 2, 3");
2079
+ cy.get(cesc("#\\/p2")).should("have.text", "4, 2, 3");
2080
+ cy.get(cesc("#\\/p1")).should("have.text", "5, 2, 3");
2081
+ cy.get(cesc("#\\/p2")).should("have.text", "5, 2, 3");
2082
+
2083
+ cy.get(cesc(`#\\/b`)).click();
2084
+
2085
+ cy.waitUntil(() =>
2086
+ cy.window().then(async (win) => {
2087
+ let stateVariables = await win.returnAllStateVariables1();
2088
+ return stateVariables["/x"].stateValues.animationOn === false;
2089
+ }),
2090
+ );
2091
+
2092
+ let lastValue1;
2093
+
2094
+ cy.window().then(async (win) => {
2095
+ let stateVariables = await win.returnAllStateVariables1();
2096
+ lastValue1 = stateVariables["/x"].stateValues.value;
2097
+ expect(lastValue1 === 5 || lastValue1 === 6).be.true;
2098
+
2099
+ expect(stateVariables["/nl"].stateValues.numbers).eqls([
2100
+ lastValue1,
2101
+ 2,
2102
+ 3,
2103
+ ]);
2104
+ expect(stateVariables["/nl2"].stateValues.numbers).eqls([
2105
+ lastValue1,
2106
+ 2,
2107
+ 3,
2108
+ ]);
2109
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue1);
2110
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
2111
+
2112
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 2, 3`);
2113
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 2, 3`);
2114
+ });
2115
+
2116
+ cy.log("Animate index 2");
2117
+
2118
+ cy.get(cesc("#\\/ind") + " textarea").type("{end}{backspace}2{enter}", {
2119
+ force: true,
2120
+ });
2121
+
2122
+ cy.get(cesc(`#\\/b`))
2123
+ .click()
2124
+ .then(() => {
2125
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 3, 3`);
2126
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 3, 3`);
2127
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 4, 3`);
2128
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 4, 3`);
2129
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 5, 3`);
2130
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 5, 3`);
2131
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 6, 3`);
2132
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 6, 3`);
2133
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 7, 3`);
2134
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 7, 3`);
2135
+ });
2136
+
2137
+ cy.get(cesc(`#\\/b`)).click();
2138
+
2139
+ cy.waitUntil(() =>
2140
+ cy.window().then(async (win) => {
2141
+ let stateVariables = await win.returnAllStateVariables1();
2142
+ return stateVariables["/x"].stateValues.animationOn === false;
2143
+ }),
2144
+ );
2145
+
2146
+ let lastValue2;
2147
+
2148
+ cy.window().then(async (win) => {
2149
+ let stateVariables = await win.returnAllStateVariables1();
2150
+ lastValue2 = stateVariables["/x"].stateValues.value;
2151
+ expect(lastValue2 === 7 || lastValue2 === 8).be.true;
2152
+
2153
+ expect(stateVariables["/nl"].stateValues.numbers).eqls([
2154
+ lastValue1,
2155
+ lastValue2,
2156
+ 3,
2157
+ ]);
2158
+ expect(stateVariables["/nl2"].stateValues.numbers).eqls([
2159
+ lastValue1,
2160
+ lastValue2,
2161
+ 3,
2162
+ ]);
2163
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue2);
2164
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
2165
+
2166
+ cy.get(cesc("#\\/p1")).should(
2167
+ "have.text",
2168
+ `${lastValue1}, ${lastValue2}, 3`,
2169
+ );
2170
+ cy.get(cesc("#\\/p2")).should(
2171
+ "have.text",
2172
+ `${lastValue1}, ${lastValue2}, 3`,
2173
+ );
2174
+ });
2175
+
2176
+ cy.log("Switch to animate index 3 while animating");
2177
+
2178
+ cy.get(cesc(`#\\/b`))
2179
+ .click()
2180
+ .then(() => {
2181
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 9, 3`);
2182
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 9, 3`);
2183
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 10, 3`);
2184
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 10, 3`);
2185
+ cy.get(cesc("#\\/p1")).should("have.text", `${lastValue1}, 1, 3`);
2186
+ cy.get(cesc("#\\/p2")).should("have.text", `${lastValue1}, 1, 3`);
2187
+ });
2188
+
2189
+ cy.get(cesc("#\\/ind") + " textarea").type("{end}{backspace}3{enter}", {
2190
+ force: true,
2191
+ });
2192
+
2193
+ cy.get(cesc("#\\/n3")).should("have.text", "4");
2194
+ cy.get(cesc("#\\/n3")).should("have.text", "5");
2195
+ cy.get(cesc("#\\/n3")).should("have.text", "6");
2196
+ cy.get(cesc("#\\/n3")).should("have.text", "7");
2197
+
2198
+ cy.get(cesc(`#\\/b`)).click();
2199
+
2200
+ cy.waitUntil(() =>
2201
+ cy.window().then(async (win) => {
2202
+ let stateVariables = await win.returnAllStateVariables1();
2203
+ return stateVariables["/x"].stateValues.animationOn === false;
2204
+ }),
2205
+ );
2206
+
2207
+ let lastValue3;
2208
+
2209
+ cy.window().then(async (win) => {
2210
+ let stateVariables = await win.returnAllStateVariables1();
2211
+ lastValue3 = stateVariables["/x"].stateValues.value;
2212
+ expect(lastValue3 === 7 || lastValue3 === 8).be.true;
2213
+ lastValue2 = stateVariables["/nl"].stateValues.numbers[1];
2214
+ expect(lastValue2 === 1 || lastValue2 === 2).be.true;
2215
+
2216
+ expect(stateVariables["/nl"].stateValues.numbers).eqls([
2217
+ lastValue1,
2218
+ lastValue2,
2219
+ lastValue3,
2220
+ ]);
2221
+ expect(stateVariables["/nl2"].stateValues.numbers).eqls([
2222
+ lastValue1,
2223
+ lastValue2,
2224
+ lastValue3,
2225
+ ]);
2226
+
2227
+ expect(stateVariables["/x"].stateValues.selectedIndex).eq(lastValue3);
2228
+ expect(stateVariables["/x"].stateValues.animationOn).eq(false);
2229
+
2230
+ cy.get(cesc("#\\/p1")).should(
2231
+ "have.text",
2232
+ `${lastValue1}, ${lastValue2}, ${lastValue3}`,
2233
+ );
2234
+ cy.get(cesc("#\\/p2")).should(
2235
+ "have.text",
2236
+ `${lastValue1}, ${lastValue2}, ${lastValue3}`,
2237
+ );
2238
+ });
2239
+ });
2240
+
2241
+ it("animation stops when triggered by its own variable", () => {
2242
+ cy.window().then(async (win) => {
2243
+ win.postMessage(
2244
+ {
2245
+ doenetML: `
2246
+ <number name="t">1</number>
2247
+ <animateFromSequence name="timeAnimation" target="t" from="1" to="100"
2248
+ animationOn="true" animationMode="increase once" animationInterval='100'/>
2249
+
2250
+ <updateValue triggerWhen="$t > 2" target="timeAnimation.animationOn"
2251
+ newValue="false" type="boolean" />
2252
+
2253
+ <boolean name="isOn" copySource="timeAnimation.animationOn" />
2254
+
2255
+
2256
+ `,
2257
+ },
2258
+ "*",
2259
+ );
2260
+ });
2261
+
2262
+ cy.get(cesc("#\\/isOn")).should("have.text", "true");
2263
+ cy.get(cesc("#\\/t")).should("have.text", "1");
2264
+ cy.get(cesc("#\\/t")).should("have.text", "2");
2265
+ cy.get(cesc("#\\/t")).should("have.text", "3");
2266
+ cy.get(cesc("#\\/isOn")).should("have.text", "false");
2267
+
2268
+ cy.wait(500);
2269
+
2270
+ cy.get(cesc("#\\/t")).should("have.text", "3");
2271
+ cy.get(cesc("#\\/isOn")).should("have.text", "false");
2272
+ });
2273
+
2274
+ it("animate number adapted to math", () => {
2275
+ cy.window().then(async (win) => {
2276
+ win.postMessage(
2277
+ {
2278
+ doenetML: `
2279
+ <text>a</text>
2280
+
2281
+ <p>value: <math name="a"><number>1</number></math></p>
2282
+
2283
+ <animateFromSequence name="x" animationMode='increase once' animationOn='$b' target='a' from="1" to="3" animationInterval='100' />
2284
+
2285
+ <booleaninput name="b" />
2286
+
2287
+ <p>copy: <copy target="a" assignNames="a2" /></p>
2288
+
2289
+ `,
2290
+ },
2291
+ "*",
2292
+ );
2293
+ });
2294
+
2295
+ cy.get(cesc("#\\/_text1")).should("have.text", "a"); // to wait for page to load
2296
+
2297
+ cy.get(cesc("#\\/a") + " .mjx-mrow").should("have.text", "1");
2298
+ cy.get(cesc("#\\/a2") + " .mjx-mrow").should("have.text", "1");
2299
+
2300
+ cy.get(cesc(`#\\/b`)).click();
2301
+ cy.get(cesc("#\\/a") + " .mjx-mrow").should("have.text", "2");
2302
+ cy.get(cesc("#\\/a2") + " .mjx-mrow").should("have.text", "2");
2303
+ cy.get(cesc("#\\/a") + " .mjx-mrow").should("have.text", "3");
2304
+ cy.get(cesc("#\\/a2") + " .mjx-mrow").should("have.text", "3");
2305
+ });
2306
+ });