Ideas to defeat the scroll of death?

Ideas to defeat the scroll of death?

by Marlon Higgins -
Number of replies: 35
Hello Everyone,

I'm sure I'm not the first person to ask how best to combat the scroll of death. I have a course in the topics format that is getting a bit out of hand with regard to how much scrolling is required to find what you want. So, I was just wondering if any of you have a good way of managing this. The simpler for the user the better.

Many thanks in advance.
Average of ratings: Useful (1)
In reply to Marlon Higgins

Re: Ideas to defeat the scroll of death?

by Itamar Tzadok -
Yes there are quite a few ways to address that. If you search in the course format forum you should find some discussions and links to contributed collapsed topics course format. Without contributed code, however, my simple approach is to put in an html block on the right or left column the names of the topics as links to the topics in 'single view mode' (which is what you get if you click on one at the top-right corner of the topic section). So, when a student clicks an item in this menu only the desired topic section is displayed. (see image for illustration of such a menu) smile
Attachment course-menu-htmlblock.png
Average of ratings: Useful (6)
In reply to Itamar Tzadok

Re: Ideas to defeat the scroll of death?

by Marlon Higgins -
I really like this idea. I think I'll give this one a try to see how it turns out.

Thanks a lot.
In reply to Marlon Higgins

Re: Ideas to defeat the scroll of death?

by Peter Falconer -
Hi

There are various contributed blocks that will build the required navigation for you. YUI Course Files Directory Tree and Course Menu. In addition to this use of modules like Book and Lesson help avoid placing too much content within the main course page.

Peter
In reply to Peter Falconer

Re: Ideas to defeat the scroll of death?

by A. T. Wyatt -
Yes, we have used the course menu block for several years! You do have to install it, but the menu is created based on the content you add. That part is automatic! I will also say that moodle 2.0 has a very nifty navigation bar, so things will be much different in a few months!

atw
In reply to A. T. Wyatt

Re: Ideas to defeat the scroll of death?

by Dave Perry -
Picture of Testers

I've been looking at this (in moodle2), and Course Menu is now essentially redundant thanks to the Navigation block.

I also noticed that, when you use the Collapsed Topics course format, if you haven't explicitly set a name for a topic, then topicname appears in the Course Menu instead of Topic 2 etc. So am of the view Collapsed Topics + Navigation block is more effective IF you set names for each topic.

In reply to Peter Falconer

Re: Ideas to defeat the scroll of death?

by Derek Chirnside -
Avoiding the scroll of death: I like the menu block option. Add a menu block and the links in it are constructed from the section titles.

This does require adding something at the server level, but does not require users to know anything very special and is a lot easier then creating HTML blocks.

This is a brief video I had made last week:



The distinctiveness of this is a 'single section' format as well that does NOT display the section 0 material on every page.

This also keeps things simple: one layer of navigation.

My ideal is two. Side and top:

================PAGE 1==PAGE 2==PAGE 3==PAGE 4=============
.MENU: |
.. |
.Item 1 |
.Item 2 |
*Item 3*|
.Item 4 |

But I have not seen a simple version of this.
I can give a login to my Moodle site if anyone wants to lok at this in practice.
In reply to Itamar Tzadok

Re: Ideas to defeat the scroll of death?

by Steven A -
Interesting technique. smile
In reply to Steven A

Re: Ideas to defeat the scroll of death?

by Itamar Tzadok -
Here you can see another related technique. The menu link of the currently displayed topic section is highlighted. This is done by css. The element containing the link in the menu is identified. In the topic section there is a label with a style definition that assigns a background color and bold font to that menu element. This label is otherwise content-less and hence invisible. The background color is applied to the menu item only when the topic section is displayed. smile
Attachment course-menu-htmlblock1.png
Average of ratings: Useful (1)
In reply to Itamar Tzadok

Re: Ideas to defeat the scroll of death?

by Derek Chirnside -

@Itamar and others.

I posted here http://moodle.org/mod/forum/discuss.php?d=153776&parent=696051 the Section Menu for 1.9.

There is now some code for 2+ to do the same thing from Lei Zhang.  I have listed the links in GitHub here: http://moodle.org/mod/forum/discuss.php?d=168810#p743586

To clarify: NO coding/HTNL required by the user, and creates a simple version of your code with links to each section.

-Derek

In reply to Marlon Higgins

Re: Ideas to defeat the scroll of death?

by E. L. Cooper -

Basic things that may help, if you are giving long instructions in the course lobby you might try using add a web page and titling the page to indicate that it is instructions. Another possibility is to initially set you class as 2 topics, put every thing into topic 2, use the WYSIWYG editor bar and basic html coding to make your own "menu" like the one here- Hyperlink each bit from topic 2 into the correct table cell then hide topic 2

Topic one name it Topic 2 Name it Topic 3 Name it Topic 4 Name it Topic 5 name it
Topic 1 Lecture- Topic 2 lecture Topic 3 lecture Topic 4 lecture Topic 5 lecture
Topic 1 Lesson 1- title Topic 2 Lesson 1 title Topic 3 lesson 1 title Topic 4 Lesson 1 title Topic 5 Lesson 1 title
Topic 1 Lesson 2- title Topic 2 Lesson 2 title Topic 3 Lesson 2 title Topic 4 Lesson 2 title Topic 5 Lesson 2 title
Topic 1 Lesson 3 title Topic 2 Lesson 3 title Topic 3 Lesson 3 title Topic 4 Lesson 3 title Topic 5 Lesson 3 title
Topic 1 Quiz Topic 2 Quiz Topic 3 Quiz Topic 4 Lesson 4 title Topic 5 Lesson 4 title

I do find that numbering each activity and color coding each topic goes a long way to keeping navigation simple too.

If your html skills are not strong multible book instances with clearly number 'book' names can be used to group written and video lessons then the same sort of linking can be used in those pages.

In reply to Marlon Higgins

Re: Ideas to defeat the scroll of death?

by Howard Miller -
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers
You can use metacourses to split the course up.
In reply to Howard Miller

Re: Ideas to defeat the scroll of death?

by Glenys Hanson -
Hi there,

Mary Cooch shows another way:



And I've tried it out - here comes a shameless plug - on Moodle for Language Teaching.

Cheers,
Glenys
Average of ratings: Useful (3)
In reply to Glenys Hanson

Re: Ideas to defeat the scroll of death?

by Susan Mangan -

Great idea!  Some of our departments actually use this approach a slightly different way.

They will use a Meta course for a central repository of files and upload to just Files area. (no links on the home page)  Only the top summary section will show so the student doesn't actually see anything in the meta course.

They can then provide a link to any resource located in the Meta course to any one of their child courses and they no longer have to upload the same file multiple times and if they edit a file they just have to upload it to one location.

Average of ratings: Useful (1)
In reply to Susan Mangan

Re: Ideas to defeat the scroll of death?

by Glenys Hanson -

Hi Susan,

What you describe is a neat idea too and solves the problem of using files over several course too.

At the moment, the technique I described above is not working in Moodle for Language Teaching since the upgrade to 2.0. but I expect it'll be fixed soon.

In reply to Marlon Higgins

Re: Ideas to defeat the scroll of death?

by Chris Collman -
Picture of Documentation writers
Hi Marion,
"Scroll of Death" (Great Term) sort of belongs with the "Continue to Death" and a few other Moodle Inevitables. Thanks for the Tweet HF and everyone for some good ideas.

I use an HTML block and put section titles with links (not as fancy as Itamar's), folder links in sections for docs used in that section and a version of Activity Locking that hides what a student is not qualified to see and places a check mark next to what they have done.

Chris


Average of ratings: Useful (1)
In reply to Chris Collman

Re: Ideas to defeat the scroll of death?

by Deb Burdick-Hinton -
A colleague of mine Mary Rydesky uses the term "Scroller Derby"
Love all the suggestions. I so need to do this!!!!! Need More Time....sigh......
In reply to Marlon Higgins

Re: Ideas to defeat the scroll of death?

by Frankie Kam -
Picture of Plugin developers

I found another way. A 2009 resource which I think many do not use or know how to install. It's cool and it helps me to keep my courses short.

It's about abstraction - abstraction  a whole section into one link.

PSSSSST....CHECK IT OUT HERE.

In reply to Frankie Kam

Re: Ideas to defeat the scroll of death?

by David Emmett -

Frankie

Are you using this on Moodle 2.0?

Cheers

Dave

In reply to David Emmett

Re: Ideas to defeat the scroll of death?

by Frankie Kam -
Picture of Plugin developers

Hi David

I'm using Moodle 1.9.7. I doubt if it'll work in Moodle 2.0.

Here's a video I did showing how it works.

To set it up requires access to the server side, some knowledge of HTML, editing some CSS code, installing the original Accordion Resource Editor, a keen eye for code details, and lots of patience. But nothing too complicated.

Cheers
Frankie Kam
Melaka, Malaysia
(I saw the Wedding on TV - loved it!)

In reply to Frankie Kam

Re: Ideas to defeat the scroll of death?

by Paul Jinks -

Here's another idea from Kevin Steeves on YouTube. He calls it "forcing topic blocks". It uses the fact that you can access each topic in a course independently by appending &topic=x where x is the topic number to the URL.

You can find his video here (sorry, couldn't get it to embed);

I have tried this approach and found that it to be very attractive. Unfortunately, I've also discovered a problem, which is that because the links produced by Moodle (e.g. in breadcrumbs and on the homepage) are all to the root URL of the course, when those links are clicked, it serves whichever topic was last accessed rather than the first topic. I should point out that I'm using a testing server for this and can't test with multiple users.

I really like this approach and would like to use it, but can't until this issue is fixed.

Any thoughts?

I hope this is the correct place for this - let me know if not

In reply to Paul Jinks

Re: Ideas to defeat the scroll of death?

by Mary Cooch -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators

Hi there- yes I think I know the workaround (similar to here)  I don't quite get your question though - "it serves whichever topic was last accessed rather than the first topic" Do you mean when a user comes back to the course another time? If so then yes, I guess so, because that "show only one topic" option is a user specific option, so if they clicked a button/text link to take them to say topic4 - then when they come back to the course another day,  Moodle will have remembered they were only showing topic 4 and only show that. However, if you make your links in topic 0 with instructions, they still have the option of clicking the other links from there so I haven't experienced issues with it. I tend to make an HTML block with the links as text links too and add it top left so it is like the navigation of a website / a contents block -that helps some users too. If I misunderstood your question, then sorry - could you clarify?smile

Average of ratings: Useful (1)
In reply to Mary Cooch

Re: Ideas to defeat the scroll of death?

by Paul Jinks -

Hi Mary

Thanks very much for your reply. Yes, I realise that my description is not as clear as it could be.

A little context might help: I'm making self-access CPD tutorials which all follow the same format: introduction, video, quiz self test, feedback and evaluation.

Because my students probably have never used moodle before, and may never again, I'd prefer the navigation and layout to be as simple as possible. Thus I'd just like a page with links to the 4 or 5 resources they're using and nothing else.

In addition, I'd like a new visitor to the course to always see topic 1 first and in testing I haven't been able to ensure this.

I made a short video showing a dummy course and what I'm trying to achieve.

http://screencast.com/t/nco5BRcx6

If you have any thoughts on this - even 'give up, it can't be done', I'd be very grateful!

Thanks

Paul

In reply to Paul Jinks

Re: Ideas to defeat the scroll of death?

by Glenys Hanson -

Hi Paul,

If you use the solution in Mary's video below (links to Topics in a side block) you could use Topic 0 to put the items you want users to always see when they log on.

I hadn't seen Mary's video before. Wish I had - the solution very simple and elegant.

Cheers,

Glenys

In reply to Glenys Hanson

Re: Ideas to defeat the scroll of death?

by Mary Cooch -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators

Paul- I looked at your screencast and you seem only to have 5 items in your course- intro/video/quiz/evaluation/feedback, so why do you need to "defeat  the scroll of death/force topics? As Glenys said, why not just add your 5 items as they are into topic0, hide topic 1 and remove all the other topic sections? (Or do you have other items in each topic section that you want to display?)

In reply to Glenys Hanson

Keep it visual :D

by Amy Chayefsky -

I have had good success putting my visuals and graphics in Block 0, fill content in each of the 'topic' sections or links out of Moodle, don't hide the topics or the links don't work.  Leave topic 1 blank, simply change the course setting back to 1 (1 has no content), when you need ot edit, up the topics number in settings.  I am up to 30 active but unseen topics, my users link to it, I only see it in the scroll of death view when I need to edit a topic.

Yes, the links are within the same server, but we haven't had any issues with folks having access issues.  I've just started experimenting with visual vs linear, but the flexibility is there!  My samples are simple, but - you have to start somewhere smile

Attachment Screen shot 2011-09-02 at 7.41.08 PM.png
In reply to Amy Chayefsky

Re: Keep it visual :D

by Dan Jeffries -

Hi

We use a tweaked version of the Collapsible Topics format which incorporates the HiddenMod feature - which uses the Indent button for hiding resources and activities.

Using tables and images we are able to link to resources and activities really easily, and also create a lot of content with the need for much scrolling.

Couple of screenshots below smile

Attachment Screen shot 2011-09-03 at 14.17.06.jpg
In reply to Dan Jeffries

Re: Keep it visual :D

by Dan Jeffries -

Using a table with images and links.

All resources and activities are 'hidden'.

Attachment Screen shot 2011-09-03 at 14.17.31.jpg
Average of ratings: Useful (1)
In reply to Dan Jeffries

Re: Keep it visual :D

by Dan Jeffries -

More of the same.

Using 128 x 128 icons (as sourced on Google images) gives it a strong visual look without it looking too cluttered.

Attachment Screen shot 2011-09-03 at 14.17.52.jpg
In reply to Dan Jeffries

Re: Keep it visual :D

by Dan Jeffries -

We've even created a 'hidden' area for tutors.

The top two links link to 1) Activities and 2) the Grade book.

Attachment Screen shot 2011-09-03 at 14.18.23.jpg
In reply to Dan Jeffries

Re: Keep it visual :D

by Hartmut Scherer -

Hi Dan,

Thank you for sharing so many ideas. I like them. I am particularly interested in the highlighted blue topic ("thinking about the future"). Does this also work in Moodle 2? The collapsible topic for Moodle 2 does not indicate the current topic.

With kind regards,

Hartmut

In reply to Hartmut Scherer

Re: Keep it visual :D

by Dan Jeffries -

Hi

I think the highlight was a bit of an accident - my mouse was hovering over it when I took the screenshot!

In reply to Dan Jeffries

Re: Keep it visual :D

by Hartmut Scherer -

Thanks for your reply, Dan.

In reply to Hartmut Scherer

Re: Keep it visual :D

by Colin Fraser -
Picture of Documentation writers Picture of Testers

mmm it is so simple really, and a few moment thought would have given me the same answer... duh!!!  Very useful discussion topic..

In reply to Dan Jeffries

Re: Keep it visual :D

by sohail aslam -

Hi Dan,

Is this tweeked version is compatibe with Moodle 2.0 and how I can get that?