diff --git a/course/src/main/java/org/openedx/course/presentation/ui/CourseUI.kt b/course/src/main/java/org/openedx/course/presentation/ui/CourseUI.kt index 8d0c5b733..7417ba433 100644 --- a/course/src/main/java/org/openedx/course/presentation/ui/CourseUI.kt +++ b/course/src/main/java/org/openedx/course/presentation/ui/CourseUI.kt @@ -792,8 +792,6 @@ fun CourseSubSectionItem( R.string.course_subsection_assignment_info, block.assignmentProgress?.assignmentType ?: "", due ?: "", - block.assignmentProgress?.numPointsEarned?.toInt() ?: 0, - block.assignmentProgress?.numPointsPossible?.toInt() ?: 0 ) Spacer(modifier = Modifier.height(8.dp)) Text( diff --git a/course/src/main/res/values/strings.xml b/course/src/main/res/values/strings.xml index db61a466d..ed24e8278 100644 --- a/course/src/main/res/values/strings.xml +++ b/course/src/main/res/values/strings.xml @@ -61,7 +61,7 @@ Turning off the switch will stop downloading and delete all downloaded videos for \"%s\"? Are you sure you want to delete all video(s) for \"%s\"? Are you sure you want to delete video(s) for \"%s\"? - %1$s - %2$s - %3$d / %4$d + %1$s - %2$s %1$s of %2$s assignment complete