From a666fb888a42ead9f9d9a1eeee150ef18a45ace3 Mon Sep 17 00:00:00 2001 From: factubsio <65080026+factubsio@users.noreply.github.com> Date: Mon, 14 Feb 2022 11:00:15 +0000 Subject: [PATCH] Add clarification to in-game text --- src/data/codingcontracttypes.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/codingcontracttypes.ts b/src/data/codingcontracttypes.ts index 34e2f40d0..728238726 100644 --- a/src/data/codingcontracttypes.ts +++ b/src/data/codingcontracttypes.ts @@ -921,7 +921,8 @@ export const codingContractTypesMetadata: ICodingContractTypeMetadata[] = [ "The provided answer should be an array of strings containing the valid expressions.", "The data provided by this problem is an array with two elements. The first element", "is the string of digits, while the second element is the target number:\n\n", - `["${digits}", ${target}]\n\n`, + `["${digits}", ${target}]\n\n`, + "NOTE: The order of evaluation expects script operator precedence", "NOTE: Numbers in the expression cannot have leading 0's. In other words,", `"1+01" is not a valid expression`, "Examples:\n\n",