<?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=feed&amp;feed=atom&amp;title=Usuario%3ALmorillas%2FBlog</id>
		<title>Usuario:Lmorillas/Blog - Feed</title>
		<link rel="self" type="application/atom+xml" href="https://es.wikieducator.org/index.php?action=feed&amp;feed=atom&amp;title=Usuario%3ALmorillas%2FBlog"/>
		<link rel="alternate" type="text/html" href="https://es.wikieducator.org/Usuario:Lmorillas/Blog"/>
		<updated>2026-06-19T12:40:53Z</updated>
		<subtitle>Mis notas sobre educación abierta, open source, open data, and WikiEducator</subtitle>
		<generator>MediaWiki 1.23.14 via WikiArticleFeeds 0.72.0 20140401</generator>

	<entry>
		<id>https://es.wikieducator.org/Usuario:Lmorillas/Blog#A.C3.B1adiendo_Quizes</id>
		<title>Añadiendo Quizes</title>
		<link rel="alternate" type="text/html" href="https://es.wikieducator.org/Usuario:Lmorillas/Blog#A.C3.B1adiendo_Quizes"/>
		
		<summary type="html">
&lt;div style=&quot;margin:0px 0px 0px 0px; border:1px solid #AAA; background-color: #F6F9ED; width: 98%; border-radius: 4px;&quot; class=&quot;iDevice eXe-iDevice assessment WEquizMultipleChoice&quot; data-idevice=&quot;assessment&quot;&gt;
&lt;div style=&quot;padding: 8px; border-style: none; border-width:1px; border-color: #AAAAAA; background-color: #F6F9ED; border-radius: 4px; overflow: hidden;&quot;&gt;
&lt;div class=&quot;iDevice-icon&quot; style=&quot;float:left; width: 60px;&quot;&gt;&lt;div class=&quot;floatleft&quot;&gt;&lt;img alt=&quot;Icon qmark.gif&quot; src=&quot;https://es.wikieducator.org/images/c/c6/Icon_qmark.gif&quot; width=&quot;48&quot; height=&quot;48&quot; /&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;margin-left: 60px;&quot;&gt;
&lt;div class=&quot;iDevice-title&quot; style=&quot;font-size: 130%; font-weight: bolder; color: #FCC65B; border: none;&quot;&gt;A Multiple Choice Quiz&lt;/div&gt;
&lt;div class=&quot;iDevice-body&quot;&gt;
&lt;ul&gt;
&lt;li&gt; Question 1
&lt;ul&gt;
&lt;li&gt; Answer 1
&lt;ul&gt;
&lt;li&gt; Feedback 1
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Answer 2
&lt;ul&gt;
&lt;li&gt; Feedback 2
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Answer 3
&lt;ul&gt;
&lt;li&gt; Feedback 3
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Question 2
&lt;ul&gt;
&lt;li&gt; Answer 1
&lt;ul&gt;
&lt;li&gt; Feedback 1
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt; Answer 2
&lt;ul&gt;
&lt;li&gt; Feedback 2
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;script type=&quot;text/javascript&quot;&gt;
$(function() {
  var i;
  
  function livenQuizzes(n) {
    var i, $q,
        qn = 'mcq' + n,
        rand = [[],[]];
    if ($(this).hasClass('WEquizLive')) return;

    $(this).addClass('WEquizLive');
    $q = $(this).find('ul:first');
    $q.addClass('weQquestion').wrap('&lt;form&gt;&lt;/form&gt;')
      .children('li').addClass('weQquestion')
      .children('ul').addClass('weQoption')
      .children('li').addClass('weQoption')
      .children('ul').addClass('weQresponse')
      .children('li').addClass('weQresponse');
    $qs = $('li.weQquestion', $q);
    // for each of the questions
    if ($(this).hasClass('WEquizMix')){
      for (i=0; i&lt;$qs.length; ++i) {
        rand.push([]);
        $('li.weQoption', $qs[i]).each(function(ix) {
          var nqn = qn + '_' + i;
          rand[i][ix]='&lt;li class=&quot;weQoption&quot;&gt;&lt;label&gt;&lt;input type=&quot;radio&quot; name=&quot;' + nqn + '&quot; id=&quot;' + nqn + '_' + ix + '&quot;&gt;' + $(this).html() + '&lt;/label&gt;&lt;/li&gt;';
        });
      }
      for (i=0; i&lt;$qs.length; ++i) {
        rand[i].sort(function(){return Math.random() - 0.5});
        $('li.weQoption', $qs[i]).each(function(iy) {
          $(this).replaceWith(rand[i][iy]);
        });
      }
    } else {
      for (i=0; i&lt;$qs.length; ++i) {
        $('li.weQoption', $qs[i]).each(function(ix) {
          var nqn = qn + '_' + i;
          $(this).replaceWith('&lt;li class=&quot;weQoption&quot;&gt;&lt;label&gt;&lt;input type=&quot;radio&quot; name=&quot;' + nqn + '&quot; id=&quot;' + nqn + '_' + ix + '&quot;&gt;' + $(this).html() + '&lt;/label&gt;&lt;/li&gt;');
        });
      }
    }
    $('li.weQoption', $q).click(function() {
      $(this).find('ul').show('fast');
    });
  }

  if ($('#WEquizWidgetStyle').length === 0) {
    $('head').append('&lt;style id=&quot;WEquizWidgetStyle&quot;&gt;'
      + 'ul.weQquestion { margin-left: 1em;}'
      + 'ul.weQquestion li { list-style-type: decimal; list-style-image: none; }'
      + 'ul li.weQoption { list-style-type: none; list-style-image: none;}'
      + 'ul.weQresponse { display: none; }'
      + 'ul li.weQresponse { list-style-type: none; list-style-image: none; }'
      + '.WEQcorrectionWrap { display: inline-block; vertical-align: top; }'
      + '.WEQcorrection { display: hidden; }'
      + '&lt;/style&gt;');
  }

  $('.WEquizMultipleChoice').each(livenQuizzes);
});
&lt;/script&gt;

&lt;/p&gt;&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;/div&gt;
&lt;p&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;</summary>
			</entry>

	</feed>