<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://es.wikieducator.org/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://es.wikieducator.org/index.php?action=history&amp;feed=atom&amp;title=Widget%3AQuiz_Multiple_Choice</id>
		<title>Widget:Quiz Multiple Choice - Historial de revisiones</title>
		<link rel="self" type="application/atom+xml" href="https://es.wikieducator.org/index.php?action=history&amp;feed=atom&amp;title=Widget%3AQuiz_Multiple_Choice"/>
		<link rel="alternate" type="text/html" href="https://es.wikieducator.org/index.php?title=Widget:Quiz_Multiple_Choice&amp;action=history"/>
		<updated>2026-06-19T02:38:55Z</updated>
		<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
		<generator>MediaWiki 1.23.14</generator>

	<entry>
		<id>https://es.wikieducator.org/index.php?title=Widget:Quiz_Multiple_Choice&amp;diff=19645&amp;oldid=prev</id>
		<title>Lmorillas: 1 revisión: widget multple choice</title>
		<link rel="alternate" type="text/html" href="https://es.wikieducator.org/index.php?title=Widget:Quiz_Multiple_Choice&amp;diff=19645&amp;oldid=prev"/>
				<updated>2016-06-28T06:03:07Z</updated>
		
		<summary type="html">&lt;p&gt;1 revisión: widget multple choice&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
				&lt;tr style='vertical-align: top;'&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Revisión anterior&lt;/td&gt;
				&lt;td colspan='1' style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revisión de 06:03 28 jun 2016&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan='2' style='text-align: center;'&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Sin diferencias)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Lmorillas</name></author>	</entry>

	<entry>
		<id>https://es.wikieducator.org/index.php?title=Widget:Quiz_Multiple_Choice&amp;diff=19644&amp;oldid=prev</id>
		<title>JimTittsler: add Widget:Quiz Cloze styles to #WEquizWidgetStyle styles in case Widget:Quiz Multiple Choice appears first on page</title>
		<link rel="alternate" type="text/html" href="https://es.wikieducator.org/index.php?title=Widget:Quiz_Multiple_Choice&amp;diff=19644&amp;oldid=prev"/>
				<updated>2016-02-19T07:20:42Z</updated>
		
		<summary type="html">&lt;p&gt;add Widget:Quiz Cloze styles to #WEquizWidgetStyle styles in case Widget:Quiz Multiple Choice appears first on page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;noinclude&amp;gt;Infrastructure for building an [http://eXeLearning.org/ eXe]-like multiple choice quiz&amp;lt;/noinclude&amp;gt;&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;br /&gt;
$(function() {&lt;br /&gt;
  var i;&lt;br /&gt;
  &lt;br /&gt;
  function livenQuizzes(n) {&lt;br /&gt;
    var i, $q,&lt;br /&gt;
        qn = 'mcq' + n,&lt;br /&gt;
        rand = [[],[]];&lt;br /&gt;
    if ($(this).hasClass('WEquizLive')) return;&lt;br /&gt;
&lt;br /&gt;
    $(this).addClass('WEquizLive');&lt;br /&gt;
    $q = $(this).find('ul:first');&lt;br /&gt;
    $q.addClass('weQquestion').wrap('&amp;lt;form&amp;gt;&amp;lt;/form&amp;gt;')&lt;br /&gt;
      .children('li').addClass('weQquestion')&lt;br /&gt;
      .children('ul').addClass('weQoption')&lt;br /&gt;
      .children('li').addClass('weQoption')&lt;br /&gt;
      .children('ul').addClass('weQresponse')&lt;br /&gt;
      .children('li').addClass('weQresponse');&lt;br /&gt;
    $qs = $('li.weQquestion', $q);&lt;br /&gt;
    // for each of the questions&lt;br /&gt;
    if ($(this).hasClass('WEquizMix')){&lt;br /&gt;
      for (i=0; i&amp;lt;$qs.length; ++i) {&lt;br /&gt;
        rand.push([]);&lt;br /&gt;
        $('li.weQoption', $qs[i]).each(function(ix) {&lt;br /&gt;
          var nqn = qn + '_' + i;&lt;br /&gt;
          rand[i][ix]='&amp;lt;li class=&amp;quot;weQoption&amp;quot;&amp;gt;&amp;lt;label&amp;gt;&amp;lt;input type=&amp;quot;radio&amp;quot; name=&amp;quot;' + nqn + '&amp;quot; id=&amp;quot;' + nqn + '_' + ix + '&amp;quot;&amp;gt;' + $(this).html() + '&amp;lt;/label&amp;gt;&amp;lt;/li&amp;gt;';&lt;br /&gt;
        });&lt;br /&gt;
      }&lt;br /&gt;
      for (i=0; i&amp;lt;$qs.length; ++i) {&lt;br /&gt;
        rand[i].sort(function(){return Math.random() - 0.5});&lt;br /&gt;
        $('li.weQoption', $qs[i]).each(function(iy) {&lt;br /&gt;
          $(this).replaceWith(rand[i][iy]);&lt;br /&gt;
        });&lt;br /&gt;
      }&lt;br /&gt;
    } else {&lt;br /&gt;
      for (i=0; i&amp;lt;$qs.length; ++i) {&lt;br /&gt;
        $('li.weQoption', $qs[i]).each(function(ix) {&lt;br /&gt;
          var nqn = qn + '_' + i;&lt;br /&gt;
          $(this).replaceWith('&amp;lt;li class=&amp;quot;weQoption&amp;quot;&amp;gt;&amp;lt;label&amp;gt;&amp;lt;input type=&amp;quot;radio&amp;quot; name=&amp;quot;' + nqn + '&amp;quot; id=&amp;quot;' + nqn + '_' + ix + '&amp;quot;&amp;gt;' + $(this).html() + '&amp;lt;/label&amp;gt;&amp;lt;/li&amp;gt;');&lt;br /&gt;
        });&lt;br /&gt;
      }&lt;br /&gt;
    }&lt;br /&gt;
    $('li.weQoption', $q).click(function() {&lt;br /&gt;
      $(this).find('ul').show('fast');&lt;br /&gt;
    });&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  if ($('#WEquizWidgetStyle').length === 0) {&lt;br /&gt;
    $('head').append('&amp;lt;style id=&amp;quot;WEquizWidgetStyle&amp;quot;&amp;gt;'&lt;br /&gt;
      + 'ul.weQquestion { margin-left: 1em;}'&lt;br /&gt;
      + 'ul.weQquestion li { list-style-type: decimal; list-style-image: none; }'&lt;br /&gt;
      + 'ul li.weQoption { list-style-type: none; list-style-image: none;}'&lt;br /&gt;
      + 'ul.weQresponse { display: none; }'&lt;br /&gt;
      + 'ul li.weQresponse { list-style-type: none; list-style-image: none; }'&lt;br /&gt;
      + '.WEQcorrectionWrap { display: inline-block; vertical-align: top; }'&lt;br /&gt;
      + '.WEQcorrection { display: hidden; }'&lt;br /&gt;
      + '&amp;lt;/style&amp;gt;');&lt;br /&gt;
  }&lt;br /&gt;
&lt;br /&gt;
  $('.WEquizMultipleChoice').each(livenQuizzes);&lt;br /&gt;
});&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;/div&gt;</summary>
		<author><name>JimTittsler</name></author>	</entry>

	</feed>