-
- {config.prompt}
-
- {config.options.map((option) => (
-
- {option.label}
-
- {option.explanation}
-
- ))}
-
-
-
- {isGrading || gradeStatus === gradeStatuses.graded ? (
-
- ) : (
-
- )}
-
-
-
- );
- }
-}
+export const CriterionContainer = (props) => {
+ const {
+ config, isGrading, orderNum, gradeStatus,
+ } = props;
+ return (
+