Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/4.N.10_Parser.php~
diff options
context:
space:
mode:
Diffstat (limited to '4.N.10_Parser.php~')
-rw-r--r--4.N.10_Parser.php~4
1 files changed, 2 insertions, 2 deletions
diff --git a/4.N.10_Parser.php~ b/4.N.10_Parser.php~
index 9123494..4d7c6ba 100644
--- a/4.N.10_Parser.php~
+++ b/4.N.10_Parser.php~
@@ -174,11 +174,11 @@ foreach ($Class as $student)
{
if( $num_correct[$student] >= ( .7 * ($num_submissions))
{
- $understands_addition = "no"
+ $understands_addition = "yes"
}
else
{
- $understands_addition = "yes"
+ $understands_addition = "no"
}