Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Calculated question back to quiz button: Difference between revisions

From MoodleDocs
No edit summary
 
No edit summary
Line 1: Line 1:
==Controlling the display of the '''Back to quiz editing''' button==
==Controlling the display of the '''Back to quiz editing''' button==
The question\type\datasetdependent\datasetitems.php which code the display of the third and last form of the creation of a calculated question have been modified so that when there is no data the '''Back to quiz editing''' button does not appears items but instead there is a warning.
The question\type\datasetdependent\datasetitems.php which code the display of the third and last form of the creation of a calculated question have been modified so that when there is no data the '''Back to quiz editing''' button does not appears items but instead there is a warning.
[[Image:Example.jpg]]
[[Image:nobackbutton.jpg]]
When there is at least one set of data items, the '''Back to quiz editing''' button appears.
When there is at least one set of data items, the '''Back to quiz editing''' button appears.
[[Image:Example.jpg]]
[[Image:Example.jpg]]

Revision as of 03:55, 14 June 2006

Controlling the display of the Back to quiz editing button

The question\type\datasetdependent\datasetitems.php which code the display of the third and last form of the creation of a calculated question have been modified so that when there is no data the Back to quiz editing button does not appears items but instead there is a warning. nobackbutton.jpg When there is at least one set of data items, the Back to quiz editing button appears. Example.jpg