Interface Resultat

Un résultat j3p (toutes versions) pour la Sésathèque

interface Resultat {
    contenu: {
        pathway: PathwayJson;
    };
    date: string;
    duree: number;
    fin: boolean;
    reponse: "";
    rid?: string;
    score: number;
    type: "j3p";
}

Properties

contenu: {
    pathway: PathwayJson;
}
date: string
duree: number
fin: boolean
reponse
rid?: string
score: number
type