Teacher Reporting: Difference between revisions

Line 396: Line 396:


# A student doesnt understand order of operations if their is a greater than 20% difference in between compound  
# A student doesnt understand order of operations if their is a greater than 20% difference in between compound  
# operations and single operation instructions, but only if lower on the compound instruction side.
# operations and single operation instructions, but only if lower on the compound instruction side.  
# or if they get less than 70% on compounds, because getting a 51% on compounds and 70% on non compounds doesnt satisfy
# understaning of OoO


if ( ( (non_compound_correct[student] / non_compound[student]) - (compound_correct[student] / compound[student]) > .2 ) ||  
if ( ( (non_compound_correct[student] / non_compound[student]) - (compound_correct[student] / compound[student]) > .2 ) ||