You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/en/Developer/Development_track.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ Changes and new features.
21
21
4. Editing of question XML within STACK from link in STACK dashboard. STACK now requires the importasversion plugin to make this possible.
22
22
5. Much code tidying to comply with updated to Moodle Code Checker.
23
23
6. Add in suppport for `style` in Parsons blocks. E.g. you can now use `style="compact"` to get smaller, tighter items.
24
+
7. Facilitate bulk test for questions in a particular quiz. (Issue #1521) Follow the link from the question dashboard to see quizzes in which that question is used.
24
25
25
26
Issues with [github milestone 4.12.0](https://github.com/maths/moodle-qtype_stack/issues?q=is%3Aissue+milestone%3A4.12.0) include
Copy file name to clipboardExpand all lines: doc/en/STACK_question_admin/Bulk_testing.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
# Bulk testing STACK questions on your site
2
2
3
-
You can bulk test all question tests on all variants of all STACK questions by using the bulk-test script. Access this functionality from STACK's "adminui" page (or the plugin setting page)
3
+
You can bulk test all question tests on all variants of all STACK questions by using the bulk-test script. There are two ways to bulk test.
4
4
5
-
[...]/question/type/stack/adminui/index.php
5
+
1. Bulk test all questions in a course or category. To do this, access STACK's "adminui" page (or the plugin setting page) `[...]/question/type/stack/adminui/index.php`
6
+
2. Bulk test all questions in a particular quiz. Follow the link from the question dashboard to see quizzes in which that question is used.
6
7
7
8
To make use of the bulk test users require the capability `qtype/stack:usediagnostictools` via Moodle's capability system.
8
9
9
-
The bulk-test index page lists all Moodle contexts which contain STACK questions. You can bulk-test by context.
10
-
11
10
Bulk testing does the following.
12
11
13
12
1. Validate the STACK question against it's `stackversion` number. STACK questions store the version of the STACK plug-in _last used_ to edit the question. The bulk tester checks for changes with the current STACK plug-in version.
0 commit comments