<?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=Development%3AWorkshop</id>
	<title>Development:Workshop - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AWorkshop"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Workshop&amp;action=history"/>
	<updated>2026-05-06T21:55:05Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:Workshop&amp;diff=12184&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Workshop&amp;diff=12184&amp;oldid=prev"/>
		<updated>2024-10-21T08:59:21Z</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;Версия от 08:59, 21 октября 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=Development:Workshop&amp;diff=12183&amp;oldid=prev</id>
		<title>1&gt;Mudrd8mz в 15:06, 14 октября 2010</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Workshop&amp;diff=12183&amp;oldid=prev"/>
		<updated>2010-10-14T15:06:08Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Новая страница&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Work in progress}}{{Moodle 2.0}}&lt;br /&gt;
&lt;br /&gt;
This page describes the current implementation of the [[Workshop module]]. See also [[Development:Workshop 2.0 specification]] and [[Development:Workshop 2.0 testing]].&lt;br /&gt;
&lt;br /&gt;
== Overview of Workshop architecture ==&lt;br /&gt;
&lt;br /&gt;
Rewriting Workshop from scratch for Moodle 2.0 was a great opportunity to use new APIs and approaches to activity module development. In some areas, Workshop was a pioneering component adopting new frameworks - like File API, HTML rendering or subplugins support.&lt;br /&gt;
&lt;br /&gt;
Many of Workshop features are implemented as subplugins (see mod/workshop/db/subplugins.php). That allows to extend current functionality without hacking Workshop core system.&lt;br /&gt;
&lt;br /&gt;
=== Workshop core ===&lt;br /&gt;
&lt;br /&gt;
Workshop core consists of common module functions in lib.php (required by Moodle itself) and methods of class workshop defined in locallib.php.&lt;br /&gt;
&lt;br /&gt;
=== Grading strategies ===&lt;br /&gt;
&lt;br /&gt;
Grading strategies are defined as workshopform subplugins in mod/workshop/form/ subdirectories. At any given time, just one type of the subplugin is used by workshop. But the data are kept so teachers can switch strategies as they need.&lt;br /&gt;
&lt;br /&gt;
=== Allocators ===&lt;br /&gt;
&lt;br /&gt;
Allocation subplugins are used to allocate submissions to the students for peer-review. They are defined as workshopallocation subplugins in mod/workshop/allocation/ subdirectories. Teacher can use any installed allocator to distribute submission. Allocators are responsible for creating records in workshop_assessment table.&lt;br /&gt;
&lt;br /&gt;
=== Grading evaluators ===&lt;br /&gt;
&lt;br /&gt;
Grading evaluators calculate grades for assessments (aka grading grades). They are defined workshopeval subplugins in mod/workshop/eval/ subdirectories.&lt;br /&gt;
&lt;br /&gt;
== Diagrams and schemas ==&lt;br /&gt;
&lt;br /&gt;
=== Database structure ===&lt;br /&gt;
[[Image:workshop_erd.png|400px|thumb|left|ER diagram of DB tables used in/by Workshop module]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== XML structure ===&lt;br /&gt;
For the purpose of backup/moodle2, the following XML schema is used.&lt;br /&gt;
[[Image:workshop_xml.png|400px|thumb|left|XML diagram of elements tree in workshop.xml]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Classes ===&lt;br /&gt;
The following UML diagram explains the structure of classes defined in workshop subplugins.&lt;br /&gt;
[[Image:workshop_classes.png|400px|thumb|left|UML class diagram]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Gradebook integration ===&lt;br /&gt;
[[Image:workshop_grades_calculation.png|400px|thumb|left|The scheme of grades calculation in Workshop]]&lt;br /&gt;
&amp;lt;br clear=&amp;quot;all&amp;quot;/&amp;gt;&lt;/div&gt;</summary>
		<author><name>1&gt;Mudrd8mz</name></author>
	</entry>
</feed>