mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
edit: need a debugger because of issues
This commit is contained in:
@@ -2980,8 +2980,10 @@ async function handleAssessments(node: Element): Promise<void> {
|
||||
0: "F"
|
||||
};
|
||||
if (NumberGradeMap.hasOwnProperty(average.toFixed(0))) {
|
||||
console.debug("[BetterSEQTA+ Debugger] Match found")
|
||||
letteraverage = NumberGradeMap[average.toFixed(0)];
|
||||
} else {
|
||||
console.debug("[BetterSEQTA+ Debugger] No match found")
|
||||
letteraverage = "N/A"
|
||||
}
|
||||
const averageElement = stringToHTML(/* html */`
|
||||
|
||||
Reference in New Issue
Block a user