@@ -684,7 +684,14 @@ class CourseFields(object):
|
||||
# Ensure that courses imported from XML keep their image
|
||||
default="images_course_image.jpg"
|
||||
)
|
||||
|
||||
issue_badges = Boolean(
|
||||
display_name=_("Issue Open Badges"),
|
||||
help=_(
|
||||
"Issue Open Badges badges for this course. Badges are generated when certificates are created."
|
||||
),
|
||||
scope=Scope.settings,
|
||||
default=True
|
||||
)
|
||||
## Course level Certificate Name overrides.
|
||||
cert_name_short = String(
|
||||
help=_(
|
||||
|
||||
@@ -162,6 +162,7 @@ class AdvancedSettingsPage(CoursePage):
|
||||
'info_sidebar_name',
|
||||
'is_new',
|
||||
'ispublic',
|
||||
'issue_badges',
|
||||
'max_student_enrollments_allowed',
|
||||
'no_grade',
|
||||
'display_coursenumber',
|
||||
|
||||
BIN
common/test/data/badges/good.png
Normal file
BIN
common/test/data/badges/good.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 298 B |
BIN
common/test/data/badges/large.png
Normal file
BIN
common/test/data/badges/large.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 421 KiB |
BIN
common/test/data/badges/unbalanced.png
Normal file
BIN
common/test/data/badges/unbalanced.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 232 B |
Reference in New Issue
Block a user