|
|
@@ -1,7 +1,7 @@
|
|
|
import * as React from 'react';
|
|
|
import { Remove as RemoveIcon, Add as AddIcon } from '@mui/icons-material';
|
|
|
import {
|
|
|
- Card,CardContent,Avatar,Checkbox,List,Tooltip,Fade,Slide,
|
|
|
+ Card,CardContent,Avatar,Checkbox,List,Tooltip,Fade,
|
|
|
ListItem,ListItemButton,ListItemIcon,ListItemText,
|
|
|
} from '@mui/material'
|
|
|
|
|
|
@@ -119,7 +119,7 @@ function CheckboxesGroup(props) {
|
|
|
);
|
|
|
}
|
|
|
|
|
|
-export function Question({quiz, index, current, progress}) {
|
|
|
+export function Question({quiz, index, current}) {
|
|
|
let { instrucciondepregunta, respuestas,id } = quiz
|
|
|
let checked = index === current;
|
|
|
|