Skip to main content

Page

The Page resource (mod_page) displays a single web page of content inside the course. The AI generates the page's name, introduction, and full content, so the prompt controls the generated content, its length, and its structure.

AI-generated settings

This resource type emits no form settings: all Page form settings keep their Moodle defaults. What the teacher influences from the prompt is the generated content.

Generated content

  • A page with a concise, descriptive title, a brief HTML introduction that presents the content, and the complete development below it — self-contained and directly related to the topic.
  • When the teacher requests a long page organized in sections, the content includes HTML headings separating those sections in the requested order, plus lists and well-formed HTML tables alongside the explanatory text.
  • The HTML must be complete and valid: the text must not be cut off mid-way, all tags must close correctly, and tables must render properly in the Moodle viewer.

Rules and behavior

  • The page is a static reading resource: its content must not include submission instructions, tasks, forms, or questions to answer.
  • The title must not carry resource-type labels such as "Página" or generic marks, and the text must not contain literal bracketed placeholders such as [Nombre del Curso] or [Nombre de la Página].

Example prompts

Without syllabus

A minimal request that produces a page with a concise title, a brief introduction, and a self-contained development:

I need a reading page for the Economic History course about the causes of the 1929 crisis.

A long page organized in sections with subtitles, lists, and a well-formed HTML table:

I want a long page for the Risk Management course organized in sections with subtitles: what risk is, probability and impact levels, a table crossing both, and the recommended actions for each level, with examples for each case.

With syllabus

A long sectioned page about the digital SWOT analysis from unit 3 of the source document:

I want a long page about the digital SWOT analysis from unit 3 of the document I uploaded, organized in sections with subtitles: what the digital SWOT analysis is, strengths and weaknesses in the digital environment, opportunities and threats in the digital market, a table crossing those four quadrants with the strategies derived from each one, and the recommended actions for each case, with examples for each case.