Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: XHTML format.

XHTML format: Difference between revisions

From MoodleDocs
m (XHTML moved to XHTML format)
(see also, category)
Line 1: Line 1:
{{Template:Questions}}
The XHTML export format simply exports all the questions in the category as an XHTML form. In most cases the question answers are not included. It is intended as a basis for producing a set of questions to be used in some other web application and will almost certainly require further editing to be useful (for example, inclusion of a value for the form tag's '''action''' attribute).


The XHTML export simply exports all the questions in the category as an XHTML form. In most cases the question answers are not included. It is intended as a basis for producing a set of questions to be used in some other web application and will almost certainly require further editing to be useful (for example, inclusion of a value for the form tag's '''action''' attribute).
==See also==
 
*[[Export questions]]
 
[[Category:Questions]]

Revision as of 12:15, 21 August 2007

The XHTML export format simply exports all the questions in the category as an XHTML form. In most cases the question answers are not included. It is intended as a basis for producing a set of questions to be used in some other web application and will almost certainly require further editing to be useful (for example, inclusion of a value for the form tag's action attribute).

See also