diff --git a/lib/components/ViewPublicationPage/ResultForm.tsx b/lib/components/ViewPublicationPage/ResultForm.tsx
index f6d8b4e..24ca994 100644
--- a/lib/components/ViewPublicationPage/ResultForm.tsx
+++ b/lib/components/ViewPublicationPage/ResultForm.tsx
@@ -229,19 +229,21 @@ export const ResultForm = ({ resultQuestion }: ResultFormProps) => {
bottom: 0,
}}
>
- {settings.cfg.resultInfo.showResultForm === "before" && !settings.cfg.score && (
-
- )}
+ {settings.cfg.resultInfo.showResultForm === "before" &&
+ settings.cfg.showfc !== false &&
+ !settings.cfg.score && (
+
+ )}
{settings.cfg.resultInfo.showResultForm === "after" && resultQuestion.content.redirect && (