Skip to content

Commit

Permalink
Cleaned up random statement variable name assignment.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodolphe committed Feb 28, 2012
1 parent f806167 commit 87617ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions exercises/modus_ponens.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
<div class="exercise">
<div class="vars">
<div data-ensure="S1 !== S2">
<var id="S1">["A","B","P","Q","Y","Z"][randRange(0,2)]</var>
<var id="S2">["A","B","P","Q","Y","Z"][randRange(0,2)]</var>
<var id="S1, S2">shuffle(["A","B","P","Q","Y","Z"], 2)</var>
</div>
<var id="MAJOR"><code><var>S1</var> \to <var>S2</var></code></var>
<var id="MINOR"><code><var>S1</var></code></var>
Expand Down

0 comments on commit 87617ce

Please sign in to comment.