<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Moodle Plugins directory: Remaining Lesson Timer: Comments</title>
    <link>https://moodle.org</link>
    <description>Block for displaying the elapsed and remaining time in a timed lesson </description>
    <generator>Moodle</generator>
    <language>en</language>
    <copyright>(c) 2026 Moodle - Open-source learning platform | Moodle.org</copyright>
    <image>
      <url>https://moodle.org/theme/image.php/moodleorg/core/1777401252/i/rsssitelogo</url>
      <title>moodle</title>
      <link>https://moodle.org</link>
      <width>140</width>
      <height>35</height>
    </image>
    <item>
      <title>Friday, 6 January 2023, 7:55 AM - Josh Christian</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-78355</link>
      <pubDate>Thu, 05 Jan 2023 23:55:50 GMT</pubDate>
      <description>by Josh Christian. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;I changed the query per the posted GitHub issue yet I still cannot get this to show up in Moodle 4.  Any ideas of what else it could be?&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-78355</guid>
    </item>
    <item>
      <title>Tuesday, 6 September 2022, 5:50 PM - Vincenzo Bruno</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-76940</link>
      <pubDate>Tue, 06 Sep 2022 09:50:14 GMT</pubDate>
      <description>by Vincenzo Bruno. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;I opened an issue on Github, please comment for hints on debug and possible solutions &lt;a href=&quot;https://github.com/alivin70/moodle-block_remaining_lesson_timer/issues/1&quot; class=&quot;_blanktarget&quot; target=&quot;_blank&quot; rel=&quot;noreferrer&quot;&gt;https://github.com/alivin70/moodle-block_remaining_lesson_timer/issues/1&lt;/a&gt;&lt;br&gt;
 &lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-76940</guid>
    </item>
    <item>
      <title>Tuesday, 6 September 2022, 5:17 PM - Vincenzo Bruno</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-76932</link>
      <pubDate>Tue, 06 Sep 2022 09:17:53 GMT</pubDate>
      <description>by Vincenzo Bruno. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;I Installed successfully on Moodle 4.0 but the block doesn't show up in lesson &lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-76932</guid>
    </item>
    <item>
      <title>Sunday, 10 October 2021, 4:41 AM - Martin Turček</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-73050</link>
      <pubDate>Sat, 09 Oct 2021 20:41:42 GMT</pubDate>
      <description>by Martin Turček. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;can anyone advise me if it can work in moodle 3.10 and how to install it.&lt;br&gt;
well thank you&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-73050</guid>
    </item>
    <item>
      <title>Sunday, 10 October 2021, 4:40 AM - Martin Turček</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-73049</link>
      <pubDate>Sat, 09 Oct 2021 20:40:23 GMT</pubDate>
      <description>by Martin Turček. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;I have moodle 3.10 and I did everything as Gabriel Rigg wrote&lt;br&gt;
but the block is not on offer&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-73049</guid>
    </item>
    <item>
      <title>Friday, 6 August 2021, 8:39 PM - Gabriel Rigg</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-72127</link>
      <pubDate>Fri, 06 Aug 2021 12:39:58 GMT</pubDate>
      <description>by Gabriel Rigg. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;If you change the SQL to use the {modules}.name LIKE &quot;lesson&quot; instead of a hard coded id, you may be able to make it work in 3.7+&lt;br&gt;
&lt;br&gt;
80        $querycml =&lt;br&gt;
81                &quot;SELECT  cm.id AS cmid,  cm.module,  cm.instance,&lt;br&gt;
82                         cm.section,  l.*&lt;br&gt;
83                   FROM  {modules} m, {course_modules}  cm&lt;br&gt;
84                   JOIN  {lesson} l&lt;br&gt;
85                   ON  ( l.id = cm.instance  AND  cm.course = l.course )&lt;br&gt;
86                   WHERE  cm.id = :id&lt;br&gt;
87                   AND  cm.module = m.id&lt;br&gt;
88                   AND  m.name LIKE 'lesson' &quot;;&lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-72127</guid>
    </item>
    <item>
      <title>Wednesday, 23 June 2021, 9:30 AM - Wang Felix</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-71416</link>
      <pubDate>Wed, 23 Jun 2021 01:30:51 GMT</pubDate>
      <description>by Wang Felix. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Does it work for version 3.9? I could not find the block&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-71416</guid>
    </item>
    <item>
      <title>Thursday, 10 September 2020, 11:04 PM - Daniele Monchiero</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-66306</link>
      <pubDate>Thu, 10 Sep 2020 15:04:08 GMT</pubDate>
      <description>by Daniele Monchiero. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Does it work for version 3.8?&lt;br&gt;
I'm looking for the block in the list but can't find it.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-66306</guid>
    </item>
    <item>
      <title>Friday, 29 March 2019, 4:10 AM - Greg Smith</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-57239</link>
      <pubDate>Thu, 28 Mar 2019 20:10:45 GMT</pubDate>
      <description>by Greg Smith. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Damaso,&lt;br&gt;
This block was created before 3.6 came out however,  this block continues to run on 3.6 and future versions of moodle indefinitely (as long as your database table {mdl}_modules has the lesson module listed in record 11.  ~you started using moodle before version 3)  Even this shortcoming will be overcome in the next release of the block.&lt;br&gt;
Thank you,&lt;br&gt;
Greg&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-57239</guid>
    </item>
    <item>
      <title>Wednesday, 27 March 2019, 3:44 PM - Dámaso Velázquez Álvarez</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-57193</link>
      <pubDate>Wed, 27 Mar 2019 07:44:02 GMT</pubDate>
      <description>by Dámaso Velázquez Álvarez. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Hello,&lt;br&gt;
&lt;br&gt;
Will be available to Moodle 3.6 this plugin? Because I installed 3.5 version on 3.6 but when I'm going to add a new block, this block isn't in the list to add.&lt;br&gt;
&lt;br&gt;
Best Regards.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-57193</guid>
    </item>
    <item>
      <title>Wednesday, 7 November 2018, 5:16 AM - Dan Marsden</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-53991</link>
      <pubDate>Tue, 06 Nov 2018 21:16:17 GMT</pubDate>
      <description>by Dan Marsden. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;yeah - there's a lot of existing code that doesn't follow the guidelines... We tend to fix those in core when we make other changes to the code around it. but there's a lot of old code! - Nice work on the improvements! - I've noticed one other issue that would be good to sort which I've reported to your github issues tracker, but the code looks good enough to approve here in the plugins db which I've just done - thanks for sharing your plugin and the improvements you have made!&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-53991</guid>
    </item>
    <item>
      <title>Wednesday, 31 October 2018, 11:08 AM - Greg Smith</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-53861</link>
      <pubDate>Wed, 31 Oct 2018 03:08:14 GMT</pubDate>
      <description>by Greg Smith. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;@Dan, &lt;br&gt;
Thank you for all your help;&lt;br&gt;
all that is left is the visibility declaration and&lt;br&gt;
&quot;Warning Release name ($plugin-&amp;gt;release) not found in version.php&quot;&lt;br&gt;
when I first checked, the &quot;init&quot; and &quot;get_content&quot; functions  etc. &lt;br&gt;
_ _ _ function init() {&lt;br&gt;
_ _ _ function get_content {&lt;br&gt;
I did not see any that were different from what I had; no &quot;public&quot; declaration anywhere.&lt;br&gt;
now I have seen a few (about 1 out of 3) but nothing they can call a mandate.  &lt;br&gt;
In fact, Dougiamas has his name on 21 programs with those (2) functions [in mdl 3.5.2] &lt;br&gt;
and of the 21, he put the &quot;public&quot; declarations on only 2.  &lt;br&gt;
That certainly implies that the wiser thing to do is to leave it off.  [... until they are willing to comply with their own guidlines. (?) ]&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-53861</guid>
    </item>
    <item>
      <title>Tuesday, 30 October 2018, 11:59 AM - Greg Smith</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-53831</link>
      <pubDate>Tue, 30 Oct 2018 03:59:46 GMT</pubDate>
      <description>by Greg Smith. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;PS:   With your help, I have learned a lot.  Thank you.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-53831</guid>
    </item>
    <item>
      <title>Tuesday, 30 October 2018, 2:43 AM - Greg Smith</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-53828</link>
      <pubDate>Mon, 29 Oct 2018 18:43:58 GMT</pubDate>
      <description>by Greg Smith. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;Travis-ci is happy again. &lt;br&gt;
Yes, the access.php needs the &quot;myaddinstance&quot; if the block is to be displayed on the &quot;my&quot; home/dashboard page.  Mine is not. &lt;br&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-53828</guid>
    </item>
    <item>
      <title>Monday, 29 October 2018, 12:54 PM - Greg Smith</title>
      <link>https://moodle.org/plugins/block_remaining_lesson_timer#comment-53809</link>
      <pubDate>Mon, 29 Oct 2018 04:54:08 GMT</pubDate>
      <description>by Greg Smith. &amp;nbsp;&lt;p&gt;&lt;div class=&quot;no-overflow&quot;&gt;&lt;div class=&quot;text_to_html&quot;&gt;ah, yes, it has to do with being visible on the &quot;my&quot; index page.  Thanks.&lt;/div&gt;&lt;/div&gt;&lt;/p&gt;</description>
      <guid isPermaLink="true">https://moodle.org/plugins/block_remaining_lesson_timer#comment-53809</guid>
    </item>
  </channel>
</rss>