Skip to content

Commit

Permalink
chore: Remove visibility of scored grades from assignment section (op…
Browse files Browse the repository at this point in the history
…enedx#70)

Fixes: LEARNER-10302
  • Loading branch information
HamzaIsrar12 authored Dec 5, 2024
1 parent 347daad commit b94338a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion course/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<string name="course_delete_while_downloading_confirmation_text" formatted="false">Turning off the switch will stop downloading and delete all downloaded videos for \"%s\"?</string>
<string name="course_delete_downloads_confirmation_text" formatted="false">Are you sure you want to delete all video(s) for \"%s\"?</string>
<string name="course_delete_download_confirmation_text" formatted="false">Are you sure you want to delete video(s) for \"%s\"?</string>
<string name="course_subsection_assignment_info" translatable="false">%1$s - %2$s - %3$d / %4$d</string>
<string name="course_subsection_assignment_info" translatable="false">%1$s - %2$s</string>

<plurals name="course_assignments_complete" tools:ignore="MissingTranslation">
<item quantity="one">%1$s of %2$s assignment complete</item>
Expand Down

0 comments on commit b94338a

Please sign in to comment.