<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ru">
	<id>http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Poster_module</id>
	<title>Poster module - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Poster_module"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Poster_module&amp;action=history"/>
	<updated>2026-05-08T04:54:35Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Poster_module&amp;diff=4789&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Poster_module&amp;diff=4789&amp;oldid=prev"/>
		<updated>2024-10-18T06:44:29Z</updated>

		<summary type="html">&lt;p&gt;1 версия импортирована&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ru&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Предыдущая версия&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Версия от 06:44, 18 октября 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ru&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(нет различий)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Олег Давидович</name></author>
	</entry>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Poster_module&amp;diff=4788&amp;oldid=prev</id>
		<title>1&gt;Tim@horizoneducationnetwork.org: /* Implementation */clean up, typos fixed: However  → However,</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Poster_module&amp;diff=4788&amp;oldid=prev"/>
		<updated>2024-01-11T16:43:51Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Implementation: &lt;/span&gt;clean up, typos fixed: However  → However,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;See [https://moodle.org/plugins/view/mod_poster the module record] in the Plugins directory.&lt;br /&gt;
&lt;br /&gt;
== Motivation ==&lt;br /&gt;
There are many useful blocks available for Moodle. Typically, they can be only added to the sides of the Moodle pages, or to the&lt;br /&gt;
user&amp;#039;s dashboard page (also known as My home page). Sometimes, you may want to keep your course main page quite clean, not cluttered&lt;br /&gt;
with blocks on both sides. In such case, you can put useful blocks into a separate Poster page.&lt;br /&gt;
The overall concept is somewhat similar to how pages are created in Mahara - but it is typically the teacher in Moodle who creates&lt;br /&gt;
the Poster for students to view.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
To use the module, you should understand how Moodle sticky blocks work. See [Block&lt;br /&gt;
settings](https://docs.moodle.org/en/Block_settings) page for more details.&lt;br /&gt;
1. Add the module instance into the course.&lt;br /&gt;
2. Keep the editing mode on.&lt;br /&gt;
3. Add the Moodle blocks you want to display on the poster.&lt;br /&gt;
4. Click the icon to configure the block. Set the block instance so that it is displayed in the context of the&lt;br /&gt;
   poster, on page type _Poster module main page_ (`mod-poster-view`), inside the region `mod_poster-pre` or `mod_poster-post`.&lt;br /&gt;
5. Alternatively, use the drag and drop feature to move the block to the regions at the poster content area.&lt;br /&gt;
6. Note that some blocks must be first added to the course main page first, configured to be displayed at any page and then&lt;br /&gt;
   configured again to be displayed at the poster main page only (this is how block positioning works in Moodle generally).&lt;br /&gt;
The poster can be used as for example:&lt;br /&gt;
* Course wall/dashboard (contact teachers, detailed outline of the course, latest news, comments, ...).&lt;br /&gt;
* Project dashboard (project goals, calendar, comments, people, ...)&lt;br /&gt;
* Research report (goals, methods, results, comments, ...)&lt;br /&gt;
&lt;br /&gt;
== Implementation ==&lt;br /&gt;
The Poster module uses not so well known feature of the Moodle blocks architecture. In almost all cases, it is the theme that&lt;br /&gt;
defines regions where plugins can be added to. However, in special cases, such as this one, any Moodle plugin can define its custom&lt;br /&gt;
block regions. Within the context of the Poster module instance, when displaying its view.php page, two extra block regions are&lt;br /&gt;
defined - `mod_poster-pre` and `mod_poster-post`. The Poster module itself is just a tiny wrapper for displaying these two regions&lt;br /&gt;
as its content. Simple and clever.&lt;br /&gt;
The module natively supports responsive layout in bootstrap based themes (both 2.x and 3.x versions).&lt;br /&gt;
&lt;br /&gt;
== Licence ==&lt;br /&gt;
Copyright (C) 2023 onwards: bdecent gmbh&lt;br /&gt;
based on the work of 2015 David Mudrák &lt;br /&gt;
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as&lt;br /&gt;
published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.&lt;br /&gt;
&lt;br /&gt;
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of&lt;br /&gt;
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.&lt;br /&gt;
&lt;br /&gt;
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.&lt;/div&gt;</summary>
		<author><name>1&gt;Tim@horizoneducationnetwork.org</name></author>
	</entry>
</feed>