Qber is an online platform funded by the Centre for Disease Control
diff --git a/src/views/About/QuestionsPreview/index.tsx b/src/views/About/QuestionsPreview/index.tsx
index 80768dc..1907153 100644
--- a/src/views/About/QuestionsPreview/index.tsx
+++ b/src/views/About/QuestionsPreview/index.tsx
@@ -21,6 +21,9 @@ import ImageQuestionPreview from '#components/questionPreviews/ImageQuestionPrev
import FileQuestionPreview from '#components/questionPreviews/FileQuestionPreview';
import SelectOneQuestionPreview from '#components/questionPreviews/SelectOneQuestionPreview';
import SelectMultipleQuestionPreview from '#components/questionPreviews/SelectMultipleQuestionPreview';
+import {
+ ChoiceCollectionType,
+} from '#types/common';
import styles from './index.module.css';
@@ -49,12 +52,7 @@ const QUESTIONS_FROM_BANK = gql`
hint
leafGroupId
qbankId
- choiceCollection {
- id
- name
- label
- qbankId
- }
+ choiceCollectionId
}
}
}
@@ -66,14 +64,14 @@ type Question = NonNullable