mirror of
https://git.roussel.pro/telecom-paris/pact.git
synced 2026-02-09 10:30:17 +01:00
preparation intégration reconaissance vocale
This commit is contained in:
@@ -8,4 +8,10 @@ class AudioPage {
|
||||
this.isEnabled = isEnabled;
|
||||
this.DOMElement.style.display = isEnabled ? "block" : "none";
|
||||
}
|
||||
|
||||
setGrade(grade) {
|
||||
if(this.isEnabled) {
|
||||
this.DOMElement.getElementById("grade").innerHTML = grade.toString();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user