Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - gmjs

#1
Get Help / Re: Avoiding individual student subgroups
December 30, 2015, 03:06:38 PM
Hello.  I think I understand the "huge list of names" problem (I am also using subgroups for individual students).

I think you're refering to the "Table of Contents" in the HTML output being long due to the large number of repeated subgroups.  You can add the following to the CSS in the timetable's HTML output folder to hide the contents:

ul { display: none; }

(It's not very scientific, but currently the only bulleted list element in the HTML output is the table of contents, so you can hide all lists to achieve what you want.)