<?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%3ABig_Select_List</id>
	<title>Development:Big Select List - История изменений</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.mipt.ru/index.php?action=history&amp;feed=atom&amp;title=Development%3ABig_Select_List"/>
	<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Big_Select_List&amp;action=history"/>
	<updated>2026-05-06T21:59:21Z</updated>
	<subtitle>История изменений этой страницы в вики</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>http://wiki.mipt.ru/index.php?title=Development:Big_Select_List&amp;diff=10850&amp;oldid=prev</id>
		<title>Олег Давидович: 1 версия импортирована</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Big_Select_List&amp;diff=10850&amp;oldid=prev"/>
		<updated>2024-10-21T08:51:01Z</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:51, 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:Big_Select_List&amp;diff=10849&amp;oldid=prev</id>
		<title>1&gt;Pilpi в 14:36, 15 мая 2010</title>
		<link rel="alternate" type="text/html" href="http://wiki.mipt.ru/index.php?title=Development:Big_Select_List&amp;diff=10849&amp;oldid=prev"/>
		<updated>2010-05-15T14:36:56Z</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;[[Development: Moodle User Interface Guidelines|Moodle User Interface Guidelines]] &amp;gt; &amp;#039;&amp;#039;&amp;#039;Big Select List&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Problem ==&lt;br /&gt;
User needs to select one or more items from a potentially &amp;#039;&amp;#039;&amp;#039;very&amp;#039;&amp;#039;&amp;#039; large master list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Forces: factors that affect selection ==&lt;br /&gt;
&lt;br /&gt;
* If there are too many items in a list from which a user has to find items to select, finding what they need becomes difficult&lt;br /&gt;
** The largest Moodle sites have hundreds of thousands of users, tens of thousands of courses, and some courses contain over a thousand students. &lt;br /&gt;
* If there is a list with radio buttons it can be searched with the browser&amp;#039;s find functionality, if the user knows it&lt;br /&gt;
* The SELECT element in HTML can have multiple items in it selected by pushing an additional key on the keyboard while clicking with the mouse&lt;br /&gt;
** requires quite intricate hand coordination which is probably too much for some of our users &lt;br /&gt;
** the selection is easily lost by accident &lt;br /&gt;
** users might not know about the additional key&lt;br /&gt;
* A list with too many elements on it is very slow to load&lt;br /&gt;
* A complete list of all options becomes awkward to work with before it reaches 100 entries, even if it is sorted alphabetically.&lt;br /&gt;
* If interaction with the list (adding selection, searching) requires a new page load, it easily becomes very slow and it becomes less apparent what the application did in reaction to the user&amp;#039;s action&lt;br /&gt;
* Some users may not have javascript support on, so it cannot be depended on&lt;br /&gt;
&lt;br /&gt;
== Solution ==&lt;br /&gt;
[[Image:bigselectlist-assignroles-moodle2.png|thumb|Image 1: Big Select List (Moodle 2.0)]]&lt;br /&gt;
* Put two select boxes side by side and buttons for adding and removing elements between them.&lt;br /&gt;
* Under each select box, add a text field and a &amp;#039;Search&amp;#039; button next to it. (In Moodle 1.9, only under the select box on the right)&lt;br /&gt;
&lt;br /&gt;
Users can select one or more elements in one of the select lists, and press &amp;lt;nowiki&amp;gt;[◀ Add]&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;[Remove ▶]&amp;lt;/nowiki&amp;gt; to move them to the other list.&lt;br /&gt;
&lt;br /&gt;
Users can write a search term (which fields of the user&amp;#039;s profile does this search?) and trigger the &amp;lt;nowiki&amp;gt;[Search]&amp;lt;/nowiki&amp;gt; to have the list only show those users with data matching the search terms. This is the only way to use the UI in case there are too many users in the list and they can not be listed all at once.&lt;br /&gt;
&lt;br /&gt;
== Examples and implementation ==&lt;br /&gt;
TODO: Further explain the example below.&lt;br /&gt;
=== Assign course roles UI ===&lt;br /&gt;
[[Image:bigselectlist-assignroles-moodle2.png|thumb|Image 1: Big Select List (Moodle 2.0)]]&lt;br /&gt;
[[Image:bigselectlist-assignroles.png|thumb|Image 2: Moodle 1.9 version of Big Select List with lots of selectable users]]&lt;br /&gt;
*Assign role &amp;#039;x&amp;#039; in Course: y&lt;br /&gt;
** [http://cvs.moodle.org/moodle/admin/roles/assign.php?revision=1.98&amp;amp;view=markup /moodle2cvs/admin/roles/assign.php]&lt;br /&gt;
&lt;br /&gt;
TODO: Create [[Development:Big Select List Implementation]]&lt;br /&gt;
&lt;br /&gt;
=== Bulk User actions ===&lt;br /&gt;
See http://moodle.org/mod/forum/discuss.php?d=126884#p565022&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Another data point for the &amp;quot;Big Select List&amp;quot;: the bulk user actions page has a similar but different interface. The positions of the &amp;quot;selected&amp;quot; and &amp;quot;available&amp;quot; users are swapped, the &amp;quot;filter&amp;quot; (rather than search) box is at the very top, and the add/remove buttons are below the lists, rather than between the lists. &amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Groups: Add/remove users ===&lt;br /&gt;
An extended variation which also shows which groups a given user is in already.&lt;br /&gt;
&lt;br /&gt;
== Further information / Sources  ==&lt;br /&gt;
TODO: Anyone, if you know of any, please add references if you know any other place this kind of an UI is discussed or described. Was it created originally for Moodle?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Moodle User Interface Guidelines]]&lt;/div&gt;</summary>
		<author><name>1&gt;Pilpi</name></author>
	</entry>
</feed>