@speakableio/core 1.0.63 → 1.0.64

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.
package/dist/index.web.js CHANGED
@@ -1531,7 +1531,7 @@ function useSubmitAssignmentScore({
1531
1531
  status,
1532
1532
  studentName
1533
1533
  });
1534
- if (assignment.courseWorkId != null && !assignment.isAssessment && hasGoogleClassroomGradePassback) {
1534
+ if (assignment.courseWorkId != null && !assignment.isAssessment) {
1535
1535
  await submitAssignmentToGoogleClassroom({
1536
1536
  assignment,
1537
1537
  scores