From 3b60005522071957f342f9879762639516f0ea38 Mon Sep 17 00:00:00 2001 From: CyberFlame Date: Wed, 13 Sep 2023 15:51:59 +1200 Subject: [PATCH] add note regarding potential inaccuracy/inconsistency with custom years Signed-off-by: CyberFlame --- src/nzqa_lookup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nzqa_lookup.ts b/src/nzqa_lookup.ts index 61b9c5b..53fd4a0 100644 --- a/src/nzqa_lookup.ts +++ b/src/nzqa_lookup.ts @@ -45,7 +45,7 @@ export async function lookup( let examPaperFieldName: string; if (yearDefault) examPaperFieldName = `Examination Paper (defaulting to resources for ${year} as unspecified/invalid)`; - else examPaperFieldName = `Examination Paper (resources for year ${year})`; + else examPaperFieldName = `Examination Paper (resources for year ${year} - please note that this resource may not implement the achievement standard specification listed above due to being out of date)`; // EXTERNAL DATE LOGIC END