Skip to content

Commit

Permalink
Summatives are no more!
Browse files Browse the repository at this point in the history
With mastery challenges doing context switching for us, there's no longer a need for summative exercises that are just mixes of other exercises. In some cases we've removed the individual exercises from the site and left the summative. In other cases we've removed the summative and left the individual exercises. Thus I was able to inline all the remaining summatives without duplicating anything. TODO: get rid of the actual summative code.

Test Plan: Sanity check complementary_and_supplementary_angles, parallel_lines_1, parallel_lines_2, and combining_like_terms_2 in local mode. Also `grep 'div class="exercise" data-name' exercises/*` and verify that no live exercises are using summatives.

Auditors: alex
  • Loading branch information
Ben Eater committed Nov 21, 2013
1 parent fdc2f21 commit 5512461
Show file tree
Hide file tree
Showing 16 changed files with 741 additions and 900 deletions.
54 changes: 0 additions & 54 deletions exercises/alternate_exterior_angles.html

This file was deleted.

99 changes: 0 additions & 99 deletions exercises/alternate_exterior_angles_2.html

This file was deleted.

54 changes: 0 additions & 54 deletions exercises/alternate_interior_angles.html

This file was deleted.

100 changes: 0 additions & 100 deletions exercises/alternate_interior_angles_2.html

This file was deleted.

5 changes: 1 addition & 4 deletions exercises/combining_like_terms_2.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@
<script src="../khan-exercise.js"></script>
</head>
<body>
<!-- Mix in some combining_like_terms_1 problems occasionally -->
<div class="exercise" data-name="combining_like_terms_1" data-weight="1"></div>

<div class="exercise" data-weight="6">
<div class="exercise">
<div class="vars" data-ensure="E * A + F * B !== 0 &amp;&amp; E * C + F * D !== 0 &amp;&amp; A + (F * B) !== 0">
<var id="X">randVar()</var>
<var id="A">randRangeNonZero(-1, 1) * randRange(1, randRange(1, 12))</var>
Expand Down
Loading

0 comments on commit 5512461

Please sign in to comment.