@elice/material-exercise 1.220808.0 → 1.220830.0

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.
@@ -79,7 +79,7 @@ const ExerciseRunnerControllerButtonGroup = () => {
79
79
  const isSubmitRunArduinoDisabled = isArduinoExercise ? arduinoUploadProgress !== 'ready' && arduinoUploadProgress !== 'error' || !arduinoOpenedPortName : false;
80
80
  const isSubmitRunDisabled = isSubmitRunHidden || isSubmitRunArduinoDisabled || isNotReady || isConnecting || isSubmitting; // submit grade
81
81
 
82
- const isSubmitGradeHidden = isRunning || isArduinoExercise;
82
+ const isSubmitGradeHidden = isRunning;
83
83
  const isSubmitGradeDisabled = isSubmitGradeHidden || exerciseWithNoGrade || isTestLecture && isTestLectureCompleted || isNotReady || isConnecting || isSubmitting; // cancel
84
84
 
85
85
  const isCancelHidden = !isRunning;
@@ -72,7 +72,7 @@ const ExerciseRunnerControllerButtonGroup = () => {
72
72
  const isSubmitRunArduinoDisabled = isArduinoExercise ? arduinoUploadProgress !== 'ready' && arduinoUploadProgress !== 'error' || !arduinoOpenedPortName : false;
73
73
  const isSubmitRunDisabled = isSubmitRunHidden || isSubmitRunArduinoDisabled || isNotReady || isConnecting || isSubmitting; // submit grade
74
74
 
75
- const isSubmitGradeHidden = isRunning || isArduinoExercise;
75
+ const isSubmitGradeHidden = isRunning;
76
76
  const isSubmitGradeDisabled = isSubmitGradeHidden || exerciseWithNoGrade || isTestLecture && isTestLectureCompleted || isNotReady || isConnecting || isSubmitting; // cancel
77
77
 
78
78
  const isCancelHidden = !isRunning;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elice/material-exercise",
3
- "version": "1.220808.0",
3
+ "version": "1.220830.0",
4
4
  "description": "User view and editing components of Elice material exercise",
5
5
  "repository": "https://git.elicer.io/elice/frontend/library/elice-material",
6
6
  "license": "UNLICENSED",
@@ -115,8 +115,8 @@
115
115
  "@elice/design-tokens": "^1.220803.0",
116
116
  "@elice/icons": "^1.220803.0",
117
117
  "@elice/markdown": "^1.220803.0",
118
- "@elice/material-shared-types": "1.220808.0",
119
- "@elice/material-shared-utils": "1.220808.0",
118
+ "@elice/material-shared-types": "1.220830.0",
119
+ "@elice/material-shared-utils": "1.220830.0",
120
120
  "@elice/types": "^1.220803.0",
121
121
  "@elice/websocket": "^1.220803.0",
122
122
  "@types/classnames": "^2.3.1",
@@ -138,5 +138,5 @@
138
138
  "recoil": "^0.6.1",
139
139
  "styled-components": "^5.2.0"
140
140
  },
141
- "gitHead": "9ed1453798e79b8daa25b3bc92dff0254001e8d7"
141
+ "gitHead": "551cded86307d1a01f0d1c1e6432020c16406c03"
142
142
  }