We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 531f5aa commit fe04224Copy full SHA for fe04224
main/install/configuration.dist.php
@@ -763,6 +763,9 @@
763
// Show more expected choice and status in exercise results BT#13950
764
//$_configuration['show_exercise_expected_choice'] = false;
765
766
+// Hide exercise question label (ribbon) BT#13950
767
+//$_configuration['exercise_hide_label'] = false;
768
+
769
// ------ Custom DB changes
770
// Add user activation by confirmation email
771
// This option prevents the new user to login in the platform if your account is not confirmed via email
0 commit comments