score retourne un temps limite
continuous-integration/drone/push Build is passing Details

front
Gwenael PLANCHON 6 months ago
parent ffbea06d83
commit 22efb389c9

@ -127,6 +127,6 @@ export class KahootQuestion extends DataObject{
export class KahootScore extends DataObject{
constructor(parsedJSON){
super(parsedJSON)
this.tempsLimite=Date.now()+10000
this.tempsLimite=new Date(this.tempsAffichageScore).getTime()
}
}
Loading…
Cancel
Save