Skip to content

Commit

Permalink
add note regarding potential inaccuracy/inconsistency with custom years
Browse files Browse the repository at this point in the history
Signed-off-by: CyberFlame <[email protected]>
  • Loading branch information
CyberFlameGO committed Sep 13, 2023
1 parent ade8c6e commit 3b60005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nzqa_lookup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3b60005

Please sign in to comment.