+ >
)}
@@ -331,104 +337,9 @@ class Block extends Component {
);
/**
- * ChallengeListBlock displays challenges in a list.
- * Created for the new Full Stack Developer Certification,
- * so we can play with it without affecting the existing block layouts.
+ * AccordionBlock is used as the block layout in new accordion style superblocks.
*/
- const ChallengeListBlock = (
- <>
-
-
-
-
-
- {!isAudited && (
-
-
- {t('misc.translation-pending')}
-
-
- )}
- {isExpanded && (
-
-
-
- )}
-
- >
- );
-
- /**
- * LinkBlock displays the block as a single link.
- * This layout is used if the block has a single challenge.
- * Created for the new Full Stack Developer Certification,
- * so we can play with it without affecting the existing block layouts.
- */
- const LinkBlock = (
- <>
-
-
-
-