score retourne un temps limite

front
Gwenael PLANCHON 1 year ago
parent ffbea06d83
commit 22efb389c9

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