Skip to content

Commit

Permalink
Update zetamac.ejs
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyridel authored Jul 5, 2024
1 parent 3944949 commit ef22219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/public/zetamac.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
symbol: "-" , range: [2, 100], additionalOptions: [{ name: "Allow negative answers" ,
id: "allowNegative" , checked: false, }, { name: "Same range as addition" ,
id: "sameAsAddition" , checked: true, }] }, Multiplication: { symbol: "×" ,
range: [2, 100] }, Division: { symbol: "÷" , range: [2, 100], additionalOptions:
range: [2, 12] }, Division: { symbol: "÷" , range: [2, 12], additionalOptions:
[{ name: "Same range as multiplication" , id: "sameAsMultiplication" , checked: true,
}] } }; %>
<% ["Addition", "Subtraction" , "Multiplication" , "Division" ].forEach((op)=> {
Expand Down

0 comments on commit ef22219

Please sign in to comment.