<?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%3AQuestion_Engine_2</id>
	<title>Development:Question Engine 2 - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3AQuestion_Engine_2"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Question_Engine_2&amp;action=history"/>
	<updated>2026-05-06T19:36:33Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:Question_Engine_2&amp;diff=11600&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Question_Engine_2&amp;diff=11600&amp;oldid=prev"/>
		<updated>2024-10-21T08:52:58Z</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:52, 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:Question_Engine_2&amp;diff=11599&amp;oldid=prev</id>
		<title>1&gt;Nakohdo в 11:46, 9 ноября 2010</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Question_Engine_2&amp;diff=11599&amp;oldid=prev"/>
		<updated>2010-11-09T11:46:43Z</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;{{Template:Question_engine_2}}&lt;br /&gt;
There are some long-standing problems at the heart of the Moodle quiz module. Some design decisions that made sense when the quiz was started in the Moodle 1.1 days that are creaking at the seams now, because the quiz and question system has expanded so much.&lt;br /&gt;
&lt;br /&gt;
The main problems are&lt;br /&gt;
* The database structure is not normalised. This leads to robustness issues, particularly on overloaded MySQL servers.&lt;br /&gt;
* As features like adaptive mode and each attempt builds on last were added, the code has evolved into spaghetti.&lt;br /&gt;
* And we want to add yet more things like certainty based marking.&lt;br /&gt;
* It is more work than it should be create a new question type, and (judging by forum threads) the API is confusing.&lt;br /&gt;
* It is difficult to use questions in other modules like lesson.&lt;br /&gt;
These are explained in more detail in [[Development:Question Engine 2:Rationale|Why this change is needed?]] below.&lt;br /&gt;
&lt;br /&gt;
This is a large proposal, so I have broken it down into sections. The [[Development:Question Engine 2:Design|Design]] is the key part. The other sections support that.&lt;br /&gt;
&lt;br /&gt;
* [[Development:Goals of an online assessment system|Goals of an online assessment system]]&lt;br /&gt;
* [[Development:Question Engine 2:Rationale|Why this change is needed?]]&lt;br /&gt;
* [[Development:Question Engine 2:How the question engine currently works|How the question engine currently works]] - this may help you understand the new design.&lt;br /&gt;
* [[Development:Question Engine 2:Overview|Overview of the new system]] &amp;lt;- &amp;#039;&amp;#039;&amp;#039;If you only have time to read one bit, read this!&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
* [[Development:Question Engine 2:Design|Detailed design]]&lt;br /&gt;
* Developer documentation that will apply once the new system is finished:&lt;br /&gt;
** [[Development:Overview of the Moodle question engine|Overview of the Moodle question engine]]&lt;br /&gt;
** [[Development:Developing a Question Behaviour|Developing a Question Behaviour]]&lt;br /&gt;
** [[Development:Developing a Question Type|Developing a Question Type]]&lt;br /&gt;
** [[Development:Using the question engine from module|Using the question engine from a module]]&lt;br /&gt;
* [[Development:Question Engine 2:Implementation plan|Implementation plan]]&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* Tracker issue: MDL-20636&lt;br /&gt;
* Work in progress is down-loadable from github: http://timhunt.github.com/Moodle-Question-Engine-2/&lt;br /&gt;
* The place to discuss this is the [http://moodle.org/mod/forum/view.php?f=121 quiz forum]. You might like to use [http://moodle.org/mod/forum/discuss.php?d=134156 this thread].&lt;br /&gt;
* There is also a [http://moodle.org/mod/forum/discuss.php?d=114527#p502692 Thread in Lesson forum].&lt;br /&gt;
* This list of [[Development:Question Engine 2:Rationale#Related_tracker_issues|related tracker issues]].&lt;br /&gt;
* [[Development:Question_database_structure|Existing question engine developer docs]].&lt;br /&gt;
* [[Development:Goals_of_an_online_assessment_system|Overview of high-level goals for the Moodle question engine]].&lt;br /&gt;
* [[Development:Question Engine 2:Developing the Multianswer (Cloze) Question Type|Developing the Multianswer (Cloze)  Question Type]]&lt;/div&gt;</summary>
		<author><name>1&gt;Nakohdo</name></author>
	</entry>
</feed>