@@ -39,7 +39,9 @@ const grades = [
*/
function getGrade(mark){
if (typeof(mark) != 'number')
if (isNaN(Number(mark))) return 'Ab'
for (let i=0;i<=grades.length-1;i++){
const {max} = grades[i]
printdebug({i,max})
The note is not visible to the blocked user.