From 77742b11782dee0d55ade2793c39e0cd3e1bcb07 Mon Sep 17 00:00:00 2001 From: Mat-Ge <128398586+Mat-Ge@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:09:34 +0100 Subject: [PATCH] Update Testing.md --- doc/en/Authoring/Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/Authoring/Testing.md b/doc/en/Authoring/Testing.md index 6cbd56710..90a7c2a20 100644 --- a/doc/en/Authoring/Testing.md +++ b/doc/en/Authoring/Testing.md @@ -50,7 +50,7 @@ In this way, the teacher can record, within the question itself, how they expect On the question testing page is a "Send to CAS" button. Pressing this sends the question variables and general feedback to a special page which enables more efficient authoring of the feedback in the context of the values of the variables. You still need to copy this by hand into the question edit form when you are satisfied. -A Moodle administrator can run all of the questions tests within a particular course, or across the whole site by following the links on the STACK admin page. It is useful do to this after upgrading the STACK code on the server to identify any test cases which have changed. +A Moodle administrator can run all of the questions tests within a particular course, or across the whole site by following the links on the STACK admin page. It is useful to do this after upgrading the STACK code on the server to identify any test cases which have changed. Test cases can include a meaningful description of up to 255 characters. This field is a simple string, and is not castext. -- GitLab