Hacked my Homework [victory for the day]
So for homework we had to go here and answer every question correctly (We need to even out the compounds and elements with numbers to make a scientific equation.)
Review ChemBalancer - Question 1
And so it popped into my head
a. this is educational
b. it's basic oldschool html
So I opened up the source code of the page and this is what I found
var aAnswer = new Array(2,1,1,2)
That is the sequence answer of that one problem.
I feel quite accomplished ^^; I know it's basic but goddamn I hate this work.
Review ChemBalancer - Question 1
And so it popped into my head
a. this is educational
b. it's basic oldschool html
So I opened up the source code of the page and this is what I found
<script>
var MAX_MOLECULES = 4; //There are only 3 molecules on this particular page
var MAX_DIAGRAMS = 7; //I could only fit 7 diagrams nicely on this particular page
var NEXT_QUESTION = "ques7.htm";
var CORRECT_BLURB = "Correct! NaOH is a base that dissociates in water to give hydroxide (OH) and sodium (Na) ions.";
var aAnswer = new Array(2,1,1,2)
var bShowDiagrams;
var bNetscape=false;
var aAnswer = new Array(2,1,1,2)
That is the sequence answer of that one problem.
I feel quite accomplished ^^; I know it's basic but goddamn I hate this work.