diff --git a/view/control/control_card.php b/view/control/control_card.php
index 19ba3012..b298cc5b 100644
--- a/view/control/control_card.php
+++ b/view/control/control_card.php
@@ -896,7 +896,18 @@
-
+ 0 ? $answerCounter . '/' . $questionCounter : 0) . '">
');
+ }
+ if ($percentage > 0 && $percentage < 100) {
+ print ('
');
+ }
+ if ($percentage == 100) {
+ print ('
');
+ }
+ ?>
conf->DIGIQUALI_SHOW_ONLY_QUESTIONS_WITH_NO_ANSWER ? img_picto($langs->trans('Enabled'), 'switch_on', 'class="show-only-questions-with-no-answer marginrightonly"') : img_picto($langs->trans('Disabled'), 'switch_off', 'class="show-only-questions-with-no-answer marginrightonly"');