Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Less orange
Browse files Browse the repository at this point in the history
Test plan: look at hints in local mode

Auditors: alex
  • Loading branch information
beneater committed Oct 22, 2013
1 parent 669559a commit 013d507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercises/adding_and_subtracting_polynomials.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="exercise">
<div class="vars">
<var id="X">randVar()</var>
<var id="COLORS">[BLUE, ORANGE, GREEN]</var>
<var id="COLORS">[BLUE, RED, GREEN]</var>
<var id="N">2 + (random() &lt; 0.25 ? 1 : 0)</var>
<var id="SIGNS">[randFromArray(["-", "+"]), randFromArray(["-", "+"])].slice(0, N - 1)</var>
<var id="DISTRIBUTE">_.any(SIGNS, function(s) { return s === "-"; })</var>
Expand Down
2 changes: 1 addition & 1 deletion exercises/multiplying_polynomials.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<div class="exercise">
<div class="vars">
<var id="X">randVar()</var>
<var id="COLORS">[BLUE, ORANGE, GREEN]</var>
<var id="COLORS">[BLUE, RED, GREEN]</var>
<var id="MAX_DEGREE">4</var>
<var id="NON_ZERO_INDICES" data-ensure="(NON_ZERO_INDICES[0].length !== 3 || NON_ZERO_INDICES[1].length !== 3) &amp;&amp;
(NON_ZERO_INDICES[0].length !== 1 || NON_ZERO_INDICES[1].length !== 1)">
Expand Down

0 comments on commit 013d507

Please sign in to comment.