Entering the course on highlighted topic

Entering the course on highlighted topic

by Ivana Bosnic -
Number of replies: 7
Picture of Testers

Hi all,

is there a way to take the student directly to the highlighted topic of the course, in newer Moodle versions? 

I am using the "topics format" (core, no plugins), and have the Course layout: "Show one section per page". I am aware that I can get something similar by clicking on the Topic title, which would add the "section=1" (for instance) parameter to the URL.

On a side note, would it at least be possible to always enter the course showing "some" section (not necessarily highlighted)? An option to add "secion=X" to the course URL, maybe...

My whole point is that, even if using "Show one section per page", students see all sections upon entering.

Or am I missing something here? smile I'd prefer a no-plugin solution, if possible.

Big thanks,
Ivana


Average of ratings: -
In reply to Ivana Bosnic

Re: Entering the course on highlighted topic

by John Provasnik -
Picture of Particularly helpful Moodlers Picture of Testers
Hi Ivana,
With that setting, the entire course will always load on first entering, but when you navigate to a specific section, Section 0 will always show as well as the navigated section. So consider adding a button into section 0 where students can click on to "jump to" or "reload the page to" the highlighted section (depending if you keep the Show one section per page setting or not. This way, no matter what section a student navigates to, they can always get back to the highlighted one quickly. Its the only work around I can think of.

Add a Label activity to Section 0, and click the HTML icon and paste something like the code below. You'll just need to ensure the id=XXXX matches your course's ID and the section=X matches your highlighted topic number.

<a href="/course/view.php?id=4248&amp;section=2"><span style="background-color: rgb(65, 166, 205); color: rgb(255, 255, 255); padding: 2px 10px; border-radius: 8px; font-size: x-large;"><b>Jump to Highlighted Section</b></span></a>

In reply to John Provasnik

Re: Entering the course on highlighted topic

by Ivana Bosnic -
Picture of Testers
Thanks, John, for your input! Yeah... The only other (maybe even easier for most users?) thing I could think of is to just create a link, not the label, with the same URL as you mentioned.
In my particular case, it makes sense that teachers move every currently highlighted topic to the top, as Section 1, which would then over time show all the course sections in a reverse order (the oldest topics being at the bottom) - not so bad. For my problem, this would also solve the need for changing the section number in the URL every time.
Just thinking out loud, maybe it can help someone else...

Too bad there is no such option, to do something more with the highlighted topic (show only that one, pin it to the top, etc...). Not sure whether this would be a valuable suggestion for some future functionality...
Average of ratings: Useful (1)
In reply to Ivana Bosnic

Re: Entering the course on highlighted topic

by Rick Jerz -
Picture of Particularly helpful Moodlers Picture of Testers
Ivana, you have hit upon some interesting "how do you manage topics in a course" questions.

  • I know of no way to automatically put students into a highlight topic. Sorry.
  • I know of no automatic way to reorder topics so that the current topic is first. Sorry.
  • As far as I know, none of the four major LMSs (B, C, D, or M) can do what you wish to do.
  • In all four LMSs, you can manually reorder topics. I thought about reordering topics, as you suggest,  20 years ago when I began using Blackboard.  I recall doing it the first time that I used Blackboard, and it was a pain to do so. So I always keep my topics arranged from first to last, sequentially. Yes, drag-and-drop makes moving topics around easier, but it is still too time consuming and error prone. So even though it might make so sense to you, I would suggest that if you were to do this for a course that had, for example, 20 topics, you would eventually abort.

On the positive side of things:
  • Moodle is the only major LMS that allows you to highlight the current topic. This is an extremely valuable feature, one that even students love, so that everyone knows what the current topic is. However, it is still up to the instructor to remember to manually highlight the current topic, and many instructors find this to be too much work (yep, less than a minute) or do not know that Moodle supports this feature. (I and others in the Canvas Community have asked Canvas to add this feature, but Canvas doesn't understand why it is important to highlight the current topic. Oh well.)
  • In my courses, I use the Collapsed Topics plugin, which allows students to compress topics that are finished. Collapsed topics will remember which topics they have closed. (Canvas has a similar feature, but when students enter a course, all topics are always open.)
  • Moodle provides "activity completion" checkboxes that instructors can set up. This is an extremely valuable feature that allows students to know which activities they have completed. D2L had this feature. BB and Canvas do not. (I and others in the Canvas Community have asked Canvas to add this feature, but Canvas doesn't understand why it is important to highlight the current topic. Oh well.)

So you might be left showing your instructors these valuable Moodle features, along with what features do not exist, and hope that you instructors will use them to their advantages.

I give my students this video that explains how I structure my courses.  Take note of video chapter marker 5, Topics, chapter; and chapter marker 14, Checklist and Activity Completion.

 

 
Average of ratings: Useful (1)
In reply to Rick Jerz

Re: Entering the course on highlighted topic

by Hannah I -

Sidenote: Canvas does have activity completion checkmarks available in the Modules. Moodle's version can be made to more specific criteria, but for Canvas, you can apply these checkboxes to every single listing and is always found in a consistent spot, so it is easy for students to track when an item should be completed (open circle), completed (green checkmark), or past due (red)

In reply to Ivana Bosnic

Re: Entering the course on highlighted topic

by Brian Pool -

This would honestly be a fantastic mod for someone to write.  That way students would always go right into the current section...highlighted by the instructor. For a class with multiple chapters/sections, it would really help those students on mobile devices.

In reply to Brian Pool

Re: Entering the course on highlighted topic

by Gareth J Barnard -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
Just use ampersand parameters in URL's for 'All sections on one page' and hashes for 'Single section pages' (anchors). As for the 'highlighted' functionality, Collapsed Topics has the 'Structure' setting that can be set to 'Current topic first' or 'Current week first' that puts the 'highlighted' topic / current week at the top of the list - its had this functionality for years.
Average of ratings: Useful (1)
In reply to Ivana Bosnic

Re: Entering the course on highlighted topic

by David Herney -
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Plugin developers
Hi Ivana...

The Onetopic course format work according your requirement. The highlighted topic is the initial tab in a course... but, it is a "plugin solution" 😉

Saludos