From 5abe5b75598d92cc80b27b96714610ff4fc4ab9e Mon Sep 17 00:00:00 2001 From: Daniel L <63090804+dannyridel@users.noreply.github.com> Date: Thu, 4 Jul 2024 09:33:35 -0700 Subject: [PATCH] Update zetamac.ejs --- views/public/zetamac.ejs | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/views/public/zetamac.ejs b/views/public/zetamac.ejs index acf9f0c3..c9bc24b3 100644 --- a/views/public/zetamac.ejs +++ b/views/public/zetamac.ejs @@ -9,18 +9,17 @@

Zetamac on Mutorials

-

Arithmetic Game

+

Zetamac

-

The Arithmetic Game is a fast-paced speed drill where you are given two minutes to - solve as many - arithmetic problems as you can.

+

Zetamac is a fast-paced math speed drill where you are given two minutes to + solve as many arithmetic problems as you can.

<% const CONFIG={ Addition: { symbol: "+" , range: [2, 100] }, Subtraction: { - symbol: "-" , range: [2, 100], additionalOptions: [{ name: "allow negative" , - id: "allowNegative" , checked: false, }, { name: "same as Addition" , + 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: - [{ name: "same as Multiplication" , id: "sameAsMultiplication" , checked: true, + [{ name: "Same range as multiplication" , id: "sameAsMultiplication" , checked: true, }] } }; %> <% ["Addition", "Subtraction" , "Multiplication" , "Division" ].forEach((op)=> { %> @@ -261,4 +260,4 @@ } -<%- include("../partials/footer") -%> \ No newline at end of file +<%- include("../partials/footer") -%>