From fe04224eec4e4a641361bb2b8ea1ab67d151470c Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Fri, 16 Feb 2018 08:18:09 +0100 Subject: [PATCH] Add missing setting: "exercise_hide_label" BT#13950 // Hide exercise question label (ribbon) BT#13950 //$_configuration['exercise_hide_label'] = false; --- main/install/configuration.dist.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main/install/configuration.dist.php b/main/install/configuration.dist.php index ef4b585cb0..e3545af4e8 100755 --- a/main/install/configuration.dist.php +++ b/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