itemengine-cypress-automation 1.0.184-e2e-execution-crash-3b9d0d0.0 → 1.0.185-repoUpdate26April-b17eb46.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (146) hide show
  1. package/cypress/e2e/ILC/AudioPlayerNew/allSupportedFileTypes.js +79 -0
  2. package/cypress/e2e/ILC/AudioPlayerNew/barAudioPlayerStyle.js +345 -0
  3. package/cypress/e2e/ILC/AudioPlayerNew/compactAudioPlayerStyle.js +429 -0
  4. package/cypress/e2e/ILC/AudioPlayerNew/previewContents.smoke.js +162 -0
  5. package/cypress/e2e/ILC/AudioPlayerNew/standardAudioPlayerStyle.js +489 -0
  6. package/cypress/e2e/ILC/AudioPlayerNew/uploadAndAddAudioFile.js +313 -0
  7. package/cypress/e2e/ILC/AudioResponseNew/barRecorderStyle.smoke.js +1 -1
  8. package/cypress/e2e/ILC/AudioResponseNew/compactRecorderStyle.smoke.js +1 -1
  9. package/cypress/e2e/ILC/AudioResponseNew/standardRecorderStyle.smoke.js +1 -1
  10. package/cypress/e2e/ILC/DragAndDropIntoCategoriesNew/clickAndDrop.js +1 -1
  11. package/cypress/e2e/ILC/DrawingResponse/drawingResponseGradingViewAndCorrectAnswerViewContents.smoke.js +5 -8
  12. package/cypress/e2e/ILC/EditTabSettingPage/itemPreviewSettingsTabFunctionality.js +417 -28
  13. package/cypress/e2e/ILC/EssayResponse/editCategoryFlyout.js +1 -1
  14. package/cypress/e2e/ILC/FeedbackScaleNew/headerSection.js +29 -1
  15. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/previewContentsForAllViews.smoke.js +2 -2
  16. package/cypress/e2e/ILC/FillInTheGapsDragAndDropNew/studentViewSettings.js +1 -1
  17. package/cypress/e2e/ILC/FillInTheGapsDropdownNew/studentViewSettings.js +1 -1
  18. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/editTabScoring.js +1 -0
  19. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/previewContentsForAllViews.smoke.js +2 -2
  20. package/cypress/e2e/ILC/FillInTheGapsOverImageDragAndDrop/studentViewSettings.js +1 -1
  21. package/cypress/e2e/ILC/FillInTheGapsOverImageDropdownNew/studentViewSettings.js +1 -1
  22. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +4 -4
  23. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +1 -1
  24. package/cypress/e2e/ILC/FillInTheGapsOverImageTextNew/studentViewSettings.js +1 -1
  25. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +5 -5
  26. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialDifferentWeightsWithCorrectPointsEqualToAlternativePoints.js +3 -4
  27. package/cypress/e2e/ILC/FillInTheGapsTextNew/Scoring/partialEqualWeightsWithAlternativePointsGreaterThanCorrectPoints.js +1 -1
  28. package/cypress/e2e/ILC/FillInTheGapsTextNew/headerSection.js +1 -0
  29. package/cypress/e2e/ILC/FillInTheGapsTextNew/studentViewSettings.js +1 -1
  30. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithAlternativePointsGreaterThanCorrectPoints.js +2 -2
  31. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsEqualToAlternatePoints.js +2 -2
  32. package/cypress/e2e/ILC/Graphing/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +2 -2
  33. package/cypress/e2e/ILC/Graphing/addBackgroundShapesSection.js +2 -2
  34. package/cypress/e2e/ILC/Graphing/studentViewSettings.js +1 -1
  35. package/cypress/e2e/ILC/GridFill/checkAnswerFunctionalityForAllViews.smoke.js +2 -2
  36. package/cypress/e2e/ILC/GridFill/gridLayoutContents.js +11 -3
  37. package/cypress/e2e/ILC/GridFill/previewContentsForAllViews.smoke.js +3 -3
  38. package/cypress/e2e/ILC/GridFill/studentViewSettingsSection.js +1 -1
  39. package/cypress/e2e/ILC/ListOrderingDropdown/allOrNothingForAllViews.smoke.js +230 -0
  40. package/cypress/e2e/ILC/ListOrderingDropdown/checkAnswerFunctionalityForAllViews.smoke.js +124 -0
  41. package/cypress/e2e/ILC/ListOrderingDropdown/previewContentsForAllViews.smoke.js +201 -0
  42. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingAlternativePointsGreaterThanCorrectPoints.js +216 -0
  43. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingCorrectPointsEqualToAlternativePoints.js +214 -0
  44. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingCorrectPointsGreaterThanAlternativePoints.js +251 -0
  45. package/cypress/e2e/ILC/ListOrderingNew/Scoring/allOrNothingPenaltyScoring.js +52 -0
  46. package/cypress/e2e/ILC/ListOrderingNew/Scoring/manuallyAndNonScored.js +128 -0
  47. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsAlternativePointsGreaterThanCorrectPoints.js +279 -0
  48. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsBasic.js +109 -0
  49. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsCorrectPointsEqualToAlternativePoints.js +278 -0
  50. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsCorrectPointsGreaterThanAlternativePoints.js +278 -0
  51. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialDifferentWeightsMinimumAndPenaltyScoring.js +335 -0
  52. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsAlternativePointsGreaterThanCorrectPoints.js +250 -0
  53. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsBasic.js +161 -0
  54. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsCorrectPointsEqualToAlternativePoints.js +216 -0
  55. package/cypress/e2e/ILC/ListOrderingNew/Scoring/partialEqualWeightsCorrectPointsGreaterThanAlternativePoints.js +252 -0
  56. package/cypress/e2e/ILC/ListOrderingNew/additionalSettings.js +118 -0
  57. package/cypress/e2e/ILC/ListOrderingNew/allOrNothingForAllViews.smoke.js +243 -0
  58. package/cypress/e2e/ILC/ListOrderingNew/checkAnswerFunctionalityForAllViews.smoke.js +128 -0
  59. package/cypress/e2e/ILC/ListOrderingNew/editTabBasicSection.js +155 -0
  60. package/cypress/e2e/ILC/ListOrderingNew/editTabScoring.js +195 -0
  61. package/cypress/e2e/ILC/ListOrderingNew/headerSection.js +78 -0
  62. package/cypress/e2e/ILC/ListOrderingNew/minimumScoringPenaltyPointsAndRoundingDropdown.js +194 -0
  63. package/cypress/e2e/ILC/ListOrderingNew/previewContentsForAllViews.smoke.js +176 -0
  64. package/cypress/e2e/ILC/ListOrderingNew/specifyCorrectAnswerSection.js +112 -0
  65. package/cypress/e2e/ILC/ListOrderingNew/studentViewSettings.js +244 -0
  66. package/cypress/e2e/ILC/Matching/studentViewSettings.js +1 -1
  67. package/cypress/e2e/ILC/MultipleSelection/allOrNothingWithAlternativeAnswer.js +1 -0
  68. package/cypress/e2e/ILC/MultipleSelectionGridNew/studentViewSettings.js +1 -1
  69. package/cypress/e2e/ILC/NumberLine/LayoutSection.js +181 -0
  70. package/cypress/e2e/ILC/NumberLine/Scoring/allOrNothingWithCorrectPointsGreaterThanAlternativePoints.js +3 -3
  71. package/cypress/e2e/ILC/NumberLine/allOrNothingScoringForAllViews.smoke.js +57 -1
  72. package/cypress/e2e/ILC/NumberLine/lineSettingsSection.js +33 -0
  73. package/cypress/e2e/ILC/NumberLine/numberLineSection.js +46 -0
  74. package/cypress/e2e/ILC/NumberLine/previewTabContentsForAllViews.smoke.js +1 -1
  75. package/cypress/e2e/ILC/NumberLine/studentViewSettings.js +1 -1
  76. package/cypress/e2e/ILC/NumberLine/toolSettings.js +2 -1
  77. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/allOrNothingScoringForAllViews.smoke.js +696 -0
  78. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/gradingViewAndCorrectAnswerView.smoke.js +173 -0
  79. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/layoutSection.js +183 -0
  80. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/numberLineSection.js +73 -0
  81. package/cypress/e2e/ILC/NumberLine/verticalNumberLine/previewTabContentsForAllViews.smoke.js +204 -0
  82. package/cypress/e2e/ILC/NumberLineLabel/allOrNothingForAllViews.smoke.js +288 -0
  83. package/cypress/e2e/ILC/NumberLineLabel/checkAnswerFunctionalityForAllViews.smoke.js +153 -0
  84. package/cypress/e2e/ILC/NumberLineLabel/gradingViewAndCorrectAnswerView.smoke.js +164 -0
  85. package/cypress/e2e/ILC/NumberLineLabel/previewContentsForAllViews.smoke.js +120 -0
  86. package/cypress/e2e/ILC/Protractor/protractorPreviewContents.smoke.js +1 -1
  87. package/cypress/e2e/ILC/ReadingRuler/readingRulerEditTabBasicsSection.js +49 -1
  88. package/cypress/e2e/ILC/ShortTextResponseNew/studentViewSettings.js +1 -1
  89. package/cypress/e2e/ILC/SingleSelectionGridNew/studentViewSettings.js +1 -1
  90. package/cypress/e2e/ILC/TextEntryMath/responseEvaluationMethodsAndCustomSettings.js +2 -2
  91. package/cypress/e2e/ILC/TextSelection/Scoring/allOrNothingAlternatePointsMoreThanCorrectPoints.js +0 -1
  92. package/cypress/e2e/ILC/TextSelection/Scoring/allOrNothingCorrectPointsEqualToAlternatePoints.js +0 -1
  93. package/cypress/e2e/ILC/TextSelection/Scoring/allOrNothingCorrectPointsMoreThanAlternatePoints.js +0 -1
  94. package/cypress/e2e/ILC/TextSelection/Scoring/basicScoringForAllTextSelectionTypes.smoke.js +0 -1
  95. package/cypress/e2e/ILC/TextSelection/additionalSettings.js +125 -0
  96. package/cypress/e2e/ILC/TextSelection/allOrNothingScoringForAllViews.smoke.js +0 -1
  97. package/cypress/e2e/ILC/TextSelection/checkAnswerFunctionalityForAllViews.smoke.js +1 -2
  98. package/cypress/e2e/ILC/TextSelection/editTabScoringSection.js +5 -4
  99. package/cypress/e2e/ILC/TextSelection/headerSection.js +73 -0
  100. package/cypress/e2e/ILC/TextSelection/previewContentsForAllViews.smoke.js +6 -7
  101. package/cypress/e2e/ILC/TextSelection/questionInstructionsAndQuestion.js +179 -0
  102. package/cypress/e2e/ILC/TextSelection/specifyCorrectAnswerSection.js +89 -0
  103. package/cypress/e2e/ILC/TextSelection/studentViewSettings.js +436 -0
  104. package/cypress/e2e/ILC/TextSelection/styleAndLayoutCustomizationAccordion.js +277 -0
  105. package/cypress/e2e/ILC/TextSelection/textSelectionModesInPreviewTab.js +222 -0
  106. package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyCorrectAnswerSection.js +260 -0
  107. package/cypress/e2e/ILC/TextSelection/textSelectionModesInSpecifyPossibleOptionsSection.js +380 -0
  108. package/cypress/e2e/ILC/ToolSettings/toolSettingsContent.js +5 -5
  109. package/cypress/e2e/ILC/ToolSettings/toolSettingsPreviewContents.smoke.js +3 -3
  110. package/cypress/fixtures/constants.js +1 -1
  111. package/cypress/fixtures/equationEditorCategoriesAndSymbols .js +20 -20
  112. package/cypress/fixtures/theme/ilc.json +20 -18
  113. package/cypress/pages/audioPlayerPage.js +274 -504
  114. package/cypress/pages/brainingCampManipulativePage.js +1 -1
  115. package/cypress/pages/components/autoScoredSpecifyCorrectAnswerSection.js +3 -3
  116. package/cypress/pages/components/autoScoredStudentViewSettings.js +5 -5
  117. package/cypress/pages/components/commonComponents.js +1 -0
  118. package/cypress/pages/components/draggableOptionContainer.js +1 -0
  119. package/cypress/pages/components/equationEditorFlyout.js +3 -2
  120. package/cypress/pages/components/essayResponseCommonComponents.js +8 -2
  121. package/cypress/pages/components/fillInTheGapsDropdownCommonComponent.js +1 -0
  122. package/cypress/pages/components/imageCanvasComponent.js +2 -1
  123. package/cypress/pages/components/index.js +3 -0
  124. package/cypress/pages/components/layoutSectionComponent.js +1191 -0
  125. package/cypress/pages/components/numberLineCommonComponent.js +36 -0
  126. package/cypress/pages/components/optionsWrapperComponent.js +13 -2
  127. package/cypress/pages/components/playbackControlsBaseComponent.js +20 -13
  128. package/cypress/pages/components/styleAndLayoutCustomizationAccordionComponent.js +46 -0
  129. package/cypress/pages/components/toolSettingsComponent.js +6 -0
  130. package/cypress/pages/contentBlocksPage.js +18 -2
  131. package/cypress/pages/createItemPage.js +75 -8
  132. package/cypress/pages/dialogBoxBase.js +2 -2
  133. package/cypress/pages/drawingResponsePage.js +24 -4
  134. package/cypress/pages/feedbackScalePage.js +3 -0
  135. package/cypress/pages/graphingPage.js +19 -1
  136. package/cypress/pages/gridFillPage.js +25 -8
  137. package/cypress/pages/index.js +2 -1
  138. package/cypress/pages/itemPreviewSettingsPage.js +4 -0
  139. package/cypress/pages/listOrderingPage.js +435 -557
  140. package/cypress/pages/matchingPage.js +1 -1
  141. package/cypress/pages/multipleSelectionPage.js +23 -1
  142. package/cypress/pages/numberLineLabelPage.js +333 -0
  143. package/cypress/pages/numberLinePage.js +1370 -132
  144. package/cypress/pages/rulerPage.js +6 -2
  145. package/cypress/pages/textSelectionPage.js +461 -23
  146. package/package.json +1 -1
@@ -5,7 +5,7 @@ import { dialogBoxBase, multipleSelectionPage, rulerPage } from "../../../pages"
5
5
 
6
6
  const css = Cypress.env('css');
7
7
 
8
- const tools = ['Ruler', 'Protractor', 'Reading ruler', 'Simple calculator', 'Scientific calculator'];
8
+ const tools = ['Ruler', 'Protractor', 'Reading ruler', 'Simple Calculator', 'Scientific Calculator'];
9
9
  const lengthOfRuler = ['15 cm', '30 cm', '40 cm'];
10
10
  const rotationOptions = ['None', 'Allow rotation', 'Allow rotation and display angle'];
11
11
  const unitOfMeasurementOptions = ['Centimeter', 'Inch', 'Pixel', 'Both centimeter and inch', 'Custom image'];
@@ -62,7 +62,7 @@ describe('Create Item page: Tool settings', () => {
62
62
  it(`When \'Tool settings\' accordion is expanded, then \'Add tools\' and \'Select the tools that will be displayed to the students.\' labels should be displayed. Three tools ${tools} should be displayed with their labels, icons, drag handle button and edit icon. By default tools should not be selected`, () => {
63
63
  utilities.verifyInnerText(toolSettingsComponent.addToolsLabel(), 'Add tools');
64
64
  utilities.verifyInnerText(toolSettingsComponent.toolSettingsHelpText(), 'Select the tools that will be displayed to the students.');
65
- utilities.verifyElementCount(toolSettingsComponent.toolButton(), 3);
65
+ utilities.verifyElementCount(toolSettingsComponent.toolButton(), 5);
66
66
  tools.forEach((toolName, toolIndex) => {
67
67
  toolSettingsComponent.steps.verifyToolButton(toolIndex, toolName);
68
68
  });
@@ -117,8 +117,8 @@ describe('Create Item page: Tool settings', () => {
117
117
  it(`'Length of ruler' label and dropdown should be displayed and by default ${lengthOfRuler[0]} should be selected`, () => {
118
118
  utilities.verifyInnerText(rulerPage.lengthOfRulerLabel(), 'Length of ruler');
119
119
  utilities.verifyElementVisibilityState(rulerPage.lengthOfRulerLabel(), 'visible');
120
- rulerPage.steps.verifyInnerTextOfLengthOfRulerDropdown(lengthOfRuler[0]);
121
- utilities.verifyElementVisibilityState(rulerPage.lengthOfRulerDropdown(), 'exist');
120
+ rulerPage.steps.verifyLengthOfRulerOptions(lengthOfRuler[0]);
121
+ utilities.verifyElementVisibilityState(rulerPage.lengthOfRulerOptions(), 'exist');
122
122
  });
123
123
 
124
124
  it(`When user expands the \'Unit of measurement\' dropdown then list with five option ${unitOfMeasurementOptions} should be displayed`, () => {
@@ -134,7 +134,7 @@ describe('Create Item page: Tool settings', () => {
134
134
 
135
135
  it(`When user expands the \'Length of ruler\' dropdown then list with three options ${lengthOfRuler} should be displayed`, () => {
136
136
  rulerPage.steps.expandLengthOfRulerDropdown();
137
- rulerPage.steps.verifyLengthOfRulerDropdownListOptions(lengthOfRuler);
137
+ rulerPage.steps.verifyLengthOfRulerOptions(lengthOfRuler);
138
138
  });
139
139
 
140
140
  it('When user selects an option from \'Length of ruler\' dropdown list, then dropdown list should disappear and selected option should be the active selection for the dropdown', () => {
@@ -32,7 +32,7 @@ describe('Tool settings content for all views', () => {
32
32
  toolSettingsComponent.steps.expandToolSettingsAccordion();
33
33
  toolSettingsComponent.steps.clickOnToolEditIcon(0);
34
34
  rulerPage.steps.checkAddShowHideButtonCheckbox();
35
- dialogBoxBase.steps.clickOnAcceptButtonInDialogBox();
35
+ toolSettingsComponent.steps.clickOnOkButton();
36
36
  createQuestionBasePage.steps.switchToPreviewTab();
37
37
  utilities.verifyElementVisibilityState(commonComponents.previewTabQuestionWrapper(), 'visible');
38
38
  break;
@@ -117,10 +117,10 @@ describe('Tool settings content for all views', () => {
117
117
  toolSettingsComponent.steps.expandToolSettingsAccordion();
118
118
  toolSettingsComponent.steps.clickOnToolEditIcon(0);
119
119
  rulerPage.steps.checkAddShowHideButtonCheckbox();
120
- dialogBoxBase.steps.clickOnAcceptButtonInDialogBox();
120
+ toolSettingsComponent.steps.clickOnOkButton();
121
121
  toolSettingsComponent.steps.clickOnToolEditIcon(1);
122
122
  rulerPage.steps.checkAddShowHideButtonCheckbox();
123
- dialogBoxBase.steps.clickOnAcceptButtonInDialogBox();
123
+ toolSettingsComponent.steps.clickOnOkButton();
124
124
  createQuestionBasePage.steps.switchToPreviewTab();
125
125
  break;
126
126
  case 'Item view':
@@ -9,7 +9,7 @@ const constants = {
9
9
  sampleSVGLink: "https://www.svgrepo.com/show/128943/3-flowers.svg",
10
10
  CKEditorEquationEditorPopupInputFieldEnteredEquationText: "x=3√8,What is the value of x?",
11
11
  CKEditorInputFieldEnteredEquationText: "x=83,What is the value of x?",
12
- CKEditorInputFieldEnteredEquationAriaLabel: "x equals the cube root of 8 comma cap w h of A t i s t h of e v A l u e o f x question mark question mark",
12
+ CKEditorInputFieldEnteredEquationAriaLabel: "x equals the cube root of 8 comma cap w h of A t i s t h of e v A l u e o f x question mark",
13
13
  sampleMp3Link: "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3",
14
14
  sampleWAVLink: "https://dl.espressif.com/dl/audio/ff-16b-1c-44100hz.wav",
15
15
  sampleAACLink: "https://dl.espressif.com/dl/audio/ff-16b-1c-44100hz.aac",
@@ -80,17 +80,11 @@ export const equationEditorCategoriesAndSymbols = {
80
80
  ariaLabel: 'Comma',
81
81
  displayText: ','
82
82
  },
83
- add: {
84
- title: 'Addition',
85
- textElement: null,
86
- ariaLabel: 'Plus 6',
87
- displayText: '+'
88
- },
89
- subtract: {
90
- title: 'Subtraction',
83
+ divide: {
84
+ title: 'Division',
91
85
  textElement: null,
92
- ariaLabel: 'Minus',
93
- displayText: ''
86
+ ariaLabel: 'Division',
87
+ displayText: '÷'
94
88
  },
95
89
  multiply: {
96
90
  title: 'Multiply',
@@ -98,11 +92,17 @@ export const equationEditorCategoriesAndSymbols = {
98
92
  ariaLabel: 'Multiply',
99
93
  displayText: '×'
100
94
  },
101
- divide: {
102
- title: 'Division',
95
+ subtract: {
96
+ title: 'Subtraction',
103
97
  textElement: null,
104
- ariaLabel: 'Division',
105
- displayText: '÷'
98
+ ariaLabel: 'Minus',
99
+ displayText: ''
100
+ },
101
+ add: {
102
+ title: 'Addition',
103
+ textElement: null,
104
+ ariaLabel: 'Plus 6',
105
+ displayText: '+'
106
106
  },
107
107
  equalTo: {
108
108
  title: 'Equal To',
@@ -122,17 +122,17 @@ export const equationEditorCategoriesAndSymbols = {
122
122
  ariaLabel: 'MoveRight',
123
123
  displayText: null
124
124
  },
125
- clear: {
126
- title: 'Clear',
127
- textElement: null,
128
- ariaLabel: 'Clear',
129
- displayText: null
130
- },
131
125
  clearAll: {
132
126
  title: 'Clear all',
133
127
  textElement: null,
134
128
  ariaLabel: 'ClearAll',
135
129
  displayText: null
130
+ },
131
+ clear: {
132
+ title: 'Clear',
133
+ textElement: null,
134
+ ariaLabel: 'Clear',
135
+ displayText: null
136
136
  }
137
137
  }
138
138
  },
@@ -47,8 +47,8 @@
47
47
  "highlightedTableCellBorder": "rgb(255, 255, 255)",
48
48
  "standardTableCellText": "rgb(51, 51, 51)",
49
49
  "editTableDeleteButton": "rgb(204, 39, 0)",
50
- "progressBarRemainingFill": "rgb(194, 194, 194)",
51
- "progressBarElapsedFill": "rgb(64, 134, 235)",
50
+ "progressBarRemainingFill": "rgb(238, 241, 251)",
51
+ "progressBarElapsedFill": "rgb(82, 0, 255)",
52
52
  "progressBarSliderHoverBackground": "rgba(25, 118, 210, 0.16)",
53
53
  "waveformCursorColor": "rgb(0, 0, 0)",
54
54
  "audioResponsePreviewComponentsFill": "rgb(64, 134, 235)",
@@ -135,7 +135,11 @@
135
135
  "uploadedFileName": "rgb(0, 0, 124)",
136
136
  "feedbackHeart": "rgb(255, 56, 0)",
137
137
  "manipulativeOptionContainerBorder": "rgb(186, 201, 255)",
138
- "cellIcon": "rgb(186, 201, 255)"
138
+ "cellIcon": "rgb(186, 201, 255)",
139
+ "outerBorder": "rgb(186, 201, 255)",
140
+ "playbackTime": "rgb(0, 0, 124)",
141
+ "stopButtonBg": "rgb(187, 47, 10)",
142
+ "stopButtonBorder": "rgb(92, 0, 0)"
139
143
  },
140
144
  "fontSize": {
141
145
  "extraSmall": "10px",
@@ -161,27 +165,25 @@
161
165
  "hoverBackground": "rgba(82, 0, 255, 0.2)",
162
166
  "hoverBorder": "rgba(82, 0, 255, 0.4)"
163
167
  },
164
- "darkGreen":{
165
- "background": "rgb(186, 201, 255)",
166
- "hoverBackground": "rgba(186, 201, 255, 0.4)",
167
- "hoverBorder": "rgb(107, 139, 255)"
168
+ "aqua":{
169
+ "background": "rgb(0, 112, 128)",
170
+ "hoverBackground": "rgba(0, 112, 128, 0.2)",
171
+ "hoverBorder": "rgba(0, 112, 128, 0.4)"
168
172
  },
169
173
  "brown":{
170
- "background": "rgb(128, 239, 255)",
171
- "hoverBackground": "rgba(128, 239, 255, 0.4)",
172
- "hoverBorder": "rgb(0, 156, 179)"
174
+ "background": "rgb(128, 102, 69)",
175
+ "hoverBackground": "rgba(128, 102, 69, 0.2)",
176
+ "hoverBorder": "rgba(128, 102, 69, 0.4)"
173
177
  },
174
178
  "grey":{
175
- "background": "rgb(255, 238, 215)",
176
- "hoverBackground": "rgba(255, 238, 215, 0.4)",
177
- "hoverBorder": "rgb(153, 134, 67)"
179
+ "background": "rgb(102, 102, 102)",
180
+ "hoverBackground": "rgba(102, 102, 102, 0.2)",
181
+ "hoverBorder": "rgba(102, 102, 102, 0.4)"
178
182
  },
179
183
  "black":{
180
- "title": "yellow",
181
- "background": "rgb(255, 238, 78)",
182
- "border": "rgb(64, 59, 20)",
183
- "hoverBackground": "rgba(255, 238, 78, 0.4)",
184
- "hoverBorder": "rgb(153, 141, 32)"
184
+ "background": "rgb(0, 0, 0)",
185
+ "hoverBackground": "rgba(0, 0, 0, 0.2)",
186
+ "hoverBorder": "rgba(0, 0, 0, 0.4)"
185
187
  }
186
188
  }
187
189
  }