Browse Source

Add missing setting: "exercise_hide_label" BT#13950

// Hide exercise question label (ribbon) BT#13950
//$_configuration['exercise_hide_label'] = false;
jmontoyaa 7 years ago
parent
commit
fe04224eec
1 changed files with 3 additions and 0 deletions
  1. 3 0
      main/install/configuration.dist.php

+ 3 - 0
main/install/configuration.dist.php

@@ -763,6 +763,9 @@ ALTER TABLE skill_rel_item ADD CONSTRAINT FK_EB5B2A0D5585C142 FOREIGN KEY (skill
 // Show more expected choice and status in exercise results BT#13950
 //$_configuration['show_exercise_expected_choice'] = false;
 
+// Hide exercise question label (ribbon) BT#13950
+//$_configuration['exercise_hide_label'] = false;
+
 // ------ Custom DB changes
 // Add user activation by confirmation email
 // This option prevents the new user to login in the platform if your account is not confirmed via email