Do you think I could just leave this part blank and it'd be okay? We're just going to replace the whole thing with a header image anyway, right?
You are not logged in.
Offline
Offline
Offline
Offline
var ps = document.getElementsByClassName("cell grade");
var received = 0;
var total = 0;
for(var i =0; i < ps.length; i++){
var re = ps[i].getElementsByClassName("grade");
var te = ps[i].getElementsByClassName("pointsPossible");
if (re.length == te.length && re.length != 0){
var rTent = parseFloat(re[0].innerHTML);
var tTent = parseFloat(te[0].innerHTML.substring(1));
if (!isNaN(rTent) && !isNaN(tTent)){
received += rTent;
total += tTent;
}
}
}
console.log(received+"/"+total + "=" + (received/total));
Offline
___________________________________________________________________________________________
Offline
make christmas avatar & signature neato
Offline
15.Smash a Gnome.
Offline
20<Koya>30 Does anyone know if it is possible to have a triangle number calculator for the use in cartesian geometry form `y=floor(x)`
Edit: 21 seconds later
20<Koya>30 I'm pretty sure there isn't but hoping
Edit: 18 seconds later
20<Koya>30 Oh yeah I can
Edit: 8 minutes later
20<Koya>30 https://www.desmos.com/calculator/ash5nm9xgb I wanted a different equation >.> (was going to merge blue with red)
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
Offline
Offline
HOSO BOYO
Offline
20<Koya>30 Does anyone know if it is possible to have a triangle number calculator for the use in cartesian geometry form `y=floor(x)`
Edit: 21 seconds later
20<Koya>30 I'm pretty sure there isn't but hoping
Edit: 18 seconds later
20<Koya>30 Oh yeah I can
Edit: 8 minutes later
20<Koya>30 https://www.desmos.com/calculator/ash5nm9xgb I wanted a different equation >.> (was going to merge blue with red)
If anyone is still on the edge of their seats:
https://www.desmos.com/calculator/yeul81qkbr
Thank you eleizibeth ^
I stack my signatures rather than delete them so I don't lose them
Offline
[ Started around 1745408262.0449 - Generated in 0.066 seconds, 13 queries executed - Memory usage: 1.78 MiB (Peak: 2.02 MiB) ]