Skip to content

Commit fe04224

Browse files
committed
Add missing setting: "exercise_hide_label" BT#13950
// Hide exercise question label (ribbon) BT#13950 //$_configuration['exercise_hide_label'] = false;
1 parent 531f5aa commit fe04224

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

main/install/configuration.dist.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,9 @@
763763
// Show more expected choice and status in exercise results BT#13950
764764
//$_configuration['show_exercise_expected_choice'] = false;
765765

766+
// Hide exercise question label (ribbon) BT#13950
767+
//$_configuration['exercise_hide_label'] = false;
768+
766769
// ------ Custom DB changes
767770
// Add user activation by confirmation email
768771
// This option prevents the new user to login in the platform if your account is not confirmed via email

0 commit comments

Comments
 (0)