X Close

Digital Education team blog

Home

Ideas and reflections from UCL's Digital Education team

Menu

Archive for the 'Our Views' Category

UCL Moodle theme update – Thursday 14th March

By Eliot Hoving, on 8 March 2024

The Digital Learning Environment team have made a number of changes to the UCL Moodle theme to improve the functionality, speed and accessibility of UCL Moodle for students and staff.

The planned update is scheduled for Thursday 14th March between midnight and 4am. There will be a small outage of 15 minutes during this time. The period is a very low usage period so should have minimal impact on students and staff.

A highlight of the key improvements are outlined below.

Course search

Each course now includes a content search in the course index menu (left hand menu on course pages). Students and staff can search by content name or activity type.

 

Left hand activity menus

Book, Lesson and Quiz menus no longer show on the right side of page where they can easily be hidden by students and lost. Instead they now appear on the left hand side which should improve the readability of the navigation menu.

Footer search

The search for courses and for UCL Moodle content (known in Moodle terminology as Global search) has been moved to the footer and is now available on every page.

Course breadcrumb improvements

The course breadcrumb will now appear fixed on the top of course pages and includes the course icon for easier navigation.

Additional changes:

  • Course index menu (left hand menu on course pages) set to closed by default to avoid distracting students.
  • Notifications redesign with links to view source of notification, images, and persistence of notifications (i.e. not disappearing once read).
  • Messaging UI improvements.
  • Footer user menu.
  • Course section indentation on large screen to create visual hierarchy.
  • Colour changes to course section toggles, expand / collapse all sections button, to create better emphasis.
  • Back to top on all pages.
  • Large tables (e.g. grading) fill full available screen width.
  • Site admin links (those found most used in survey) moved to user menu.

Feedback or questions?

Please get in touch with the DLE team to provide feedback at digi-ed@ucl.ac.uk.

Starting up Stata with personalised options

By Jim R Tyson, on 4 March 2024

There are often things one can do to personalise and improve ones experience with software that involve some cusotmization, and that may be easy on your own machine, but less easy if your machine is managed by the organisation (in this case UCL).  My Laptop is managed by UCL (although I do have some elevated rights).

In an effort to improve my Stata workflow and output, I have several graphing options that I want to apply to all graphis I produce in Stata.  Typically, I want the Title left justified, in black, to take up the whole width of the graph (rather than the plot region) and to appear top left (at 11 o’clock).  The graph region colour should be white with no axis lines for x or y axes and with no fill-colour or border colour.

To simplify this I put these in a global macro ‘graph_opts‘ and add the macro to the start of any graphing command as $graph_opts . Anyone who knows how lazy and inconsistent I am, will already be guessing that while I may aspire to do this, I more often just hack away at my graphs until they look (more or less) as I want.  This is the worst kind of laziness because a little effort in setting this up would make for less work.

So I decided to investigate – could I automate this?  And I can.  At first, my heart sank slightly when I realised I would have to deal with the system paths on my managed machine, but it turned out to be very straight forward.  You can use sysdir on the stata console to find your stata program files folder.  When you navigate to this folder, use dir *.do to check for the presence of the file sysprofile.do -this means you are in the right directory.  Now, create a new do file called profile.do  Any code you add to this file is executed on Stata start up.  Knowing that I added these lines to my own profile.do (I used the Stata do file editor, but any plain text editor such as Windows Notepad would do as well):

// For -twoway- graphs
global graph_opts ///
  title(, justification(left) color(black) span pos(11)) ///
  graphregion(color(white)) ///
  xscale(noline) xtit(,placement(left) justification(left)) ///
  yscale(noline) ylab(,angle(0) nogrid) ///
  legend(region(lc(none) fc(none)))

// For -graph- graphs
global graph_opts_1 ///
  title(, justification(left) color(black) span pos(11)) ///
  graphregion(color(white)) ///
  yscale(noline) ylab(,angle(0) nogrid) ///
  legend(region(lc(none) fc(none)))

Of course you will want to change these to meet your own preferences – which may mean a deep dive into the Stata documentation.  It is however worth it given the time and effort you will save in hacking at graph code (or [shudder] gph files) to ensure that your graphs are all consistently presented in your reports.

Removal of obsolete Zoom recordings stored in Lecturecast (Echo360) on 11th March 2024

By Silvia Giannitrapani, on 4 March 2024

As per the UCL retention policy, any Zoom-recorded content in Lecturecast will be deleted if it meets the following criteria: 

  • Zoom recordings that have never been shared with a Lecturecast course section 
  • Zoom recordings that have never been viewed.

Staff members impacted by this will be contacted with further details. Should they wish to retain these recordings, they are advised to ensure a copy is stored in their Zoom account, unless they have manually deleted them. Alternatively, a copy of the recording can be downloaded before the 11th March 2024 by following the instruction below.  

 Please note: Teaching events captured or uploaded to Lecturecast (Echo360) will not be affected. 

If you have any questions regarding this matter, please get in touch with the Lecturecast Support Team and we will respond as promptly as possible. 

The Moodle Flexible course format is being phased out from July 19th.

By Eliot Hoving, on 14 February 2024

Why is this change being made?  

The Flexible format plugin has reached end of life and is no longer supported by its maintainer. The plugin has multiple usability and accessibility bugs. The planned upgrade to Moodle 4.4 over the summer will further impact both the function and look of the plugin making the format unusable. 

What do staff need to do? 

Staff using the Flexible format should manually change their course format by the 19th July so they can ensure their course is correctly updated and so they can communicate guidance or notice to students on the course.  

After the 19th July, Flexible format will no longer be available and courses in this format will be automatically converted to the Topics format to ensure that the course continues to function for students and staff. This includes course from the current academic year and those from previous years. 

You can view which course format you are using by going to your course page and clicking settings. 

Course page showing the settings option.

 

Under Course format you will see the format in use. 

Editing course format menu

Research by the Moodle UX team suggests many staff switched to the Flexible format for its visual appeal and to avoid accessibility issues in the Grid format. Recent updates to the Grid format have significantly improved its accessibility and in this respect it is now preferable to Flexible format.  Staff may be tempted to switch back to the Grid format. However, further research by the Moodle UX team shows that using images for each topic/week is not effective unless you take considerable time to design your images. In most cases, images take up space without providing meaningful information to students, or worse they are confusing to students. Staff can continue to use Grid format, however Moodle UX research shows using the Topics format is a better approach for academic courses. 

Before (Flexible format) 

Flexible course format

 

After (Topics format) 

Topics course format

Changing course format will remove any section images, so staff should save these images prior to changing formats if they wish to re-use them.  

Staff can experiment with how their course looks in another course format using the 4-demo environment. 

The recommended steps for staff to complete would be to

  1. Test out new course format in the 4-demo environment.
  2. Save any section images you want to re-use on your live Moodle course (optional).
  3. Notify your students with a Moodle announcement.
  4. Change your course format from Flexible Format to the format of your choice.
  5. Re-add any section images (optional).
  6. Do a quality check.

Courses from previous academic years and snapshot should be left to automatically switch over to Topics.

Questions?  

If you have any questions or concerns, please get in touch with the Digital Education team. 

#LearnHack 7 reflections

By Geraldine Foley, on 8 February 2024

On the weekend 26 – 28 January I helped to facilitate and took part in the seventh iteration of #LearnHack.

#LearnHack is a community hackathon organised by an interdisciplinary UCL team. The original event was held in November 2015 in collaboration with UCL Innovation and Enterprise at IDEALondon. The 2024 version was the first time it has been run as a hybrid event. It was held over the weekend of 26-28 January in the School of Management department at Canary Wharf in collaboration with the Faculty of Engineering, Digital Education and UCL Changemakers. Participants came from 12 different UCL departments, alumni, and external guests from Jisc. Everyone was invited to submit project proposals for how to improve UCL based on pre-agreed themes. The themes this year were AI and Assessment with overlap between the two.

Being fairly new to UCL I had not come across this event before, but when I was told about the ethos behind it which is to empower a community of staff, students, researchers and alumni to tackle challenges collaboratively and creatively, it sounded right up my street. I am a big advocate of playful learning and creating a safe space for experimentation and failure. I also liked the interdisciplinary approach which encourages people from all backgrounds to work together and learn from each other.  Anyone with a valid UCL email address can submit a project proposal to be worked on over the weekend and anyone can run a learning session to share their skills or ideas with participants. Everyone is encouraged to attend welcome talks on the Friday evening to hear about the different projects and get to know each other and form teams. Participants have the weekend to work on their chosen project and also take part in learning sessions.

I’m always up for a challenge, so I not only put forward a project proposal and ran a learning session, but I also helped to facilitate the online attendees on the Friday evening and Saturday morning. This meant it was a packed weekend and I got to experience all the different elements of #LearnHack, including joining online on the second day. 

View from UCL School of Management at Canary Wharf.

View from UCL School of Management at Canary Wharf.

The venue was amazing, with great views of London, and the School of Management spaces were perfect for collaboration and hybrid events. The learning sessions were great, I particularly enjoyed learning how to use Lumi and GitHub to create and host H5P activities outside of Moodle so that they can be shared externally. I also found out about the game that ARC had devised for engineers and developers to learn about the issues associated with generative AI where players can help prevent or create an AI Fiasco.

My own session on making a playful AI chatbot was run online but many people joined from the room. The session encouraged people to experiment with different types of chat bots and have a go at creating their own. We managed to create some interesting applications in the short time we had including a bot that accurately answered questions on using Moodle, Zoom and Turnitin. We also explored how a bot’s personality can impact a user’s interactions and perceptions on the accuracy of its responses and had some interesting discussions on some of the ethical issues involved with users uploading material to datasets.

In-between games, food and learning sessions, teams worked on five different projects. I was impressed with all the project teams and the work they managed to produce in such a short space of time. The winning team stood out in particular, as they created a working prototype using ChatGPT. Their project aims to reduce the time that medical science students spend manually searching through articles looking for replicable research. This team now have Student ChangeMaker funding to create an optimiser to filter through biomedical research papers and extract quality quantitative methods. It is hoped that the ‘protocol optimiser’ will streamline workflows for researchers and students to find suitable lab work. I am looking forward to following the development of their project and hopefully they will report back at a changemaker event later in the year.

#LearnHack 7 Feedback on participants ‘best bits’ of the event.

Despite smaller numbers of attendees than hoped, feedback from participants was positive with calls to raise awareness amongst the student population with promotion in freshers’ week and from careers to encourage students to join. Personally, I had a great time, although next time I wouldn’t try to do quite so much and would either stick to being involved in a project or helping to facilitate and run sessions. The Faculty of Engineering has already given the go ahead for #LearnHack8 and we are currently exploring possibilities with running some mini #LearnHack events before then, so watch this space for more details and if you have an idea for a project then get in touch.

Moodle upgrade and course format UX project

By Eliot Hoving, on 9 October 2023

The Digital Learning Environment (DLE) Moodle UX (User Experience) team would like to wish staff and students an excellent start to the 2023/24 academic year. 

By now, many of you will have noticed that UCL Moodle has been given a much-needed update.  Student and staff feedback has been overwhelmingly positive. Nonetheless, the Moodle UX team is continuing to develop UCL Moodle based on UX research, accessibility requirements and user feedback. 

UCL Staff can receive early access to developments and participate in opportunities to feedback and shape UCL Moodle by joining the Moodle Development User Feedback Teams group. Alternatively, you can email questions and feedback to digi-ed@ucl.ac.uk 

There are a few quick steps we recommend staff take to update their course to make the most of the new look of Moodle and its new features.  You can read about them in the Moodle 4 – Quick tips for updating your course guide. 

The why about Moodle text editor changes 

As part of the upgrade to UCL Moodle, the ability to change font colour and font family has been removed from Moodle’s text editor.

Font colour has been removed to encourage content in Moodle to meet accessibility requirements.  This is in response to feedback from students who have reported that text on Moodle has often been formatted with poor colour contrast (e.g. red text on a white background) or that colour has been used to indicate information which is not accessible (e.g. conveying information solely using green or red colours). For further guidance, you can read the Digital Accessibility team’s guide on the Visuals and the use of colour. 

Changing font family has also been removed to avoid text that breaks UCL’s design system. Keeping text to a consistent font family will make it easier for students to read content and will also support a consistent and improved experience across UCL’s many webpages and applications.   

 

Upcoming changes to UCL Moodle theme

We’d also like to update you on some upcoming changes which should come into effect soon.

1 – New banner and navbar 

The UCL logo banner and navbar has been redesigned to align Moodle to UCL’s new design system and to conserve vertical space. This should make Moodle more accessible and improve useability on smaller screens and mobile devices.

 

Old banner

Old UCL Moodle Navbar

New banner

New UCL Moodle navbar

2 – New course index page 

The course index page is where staff and students can search or browse for courses. This page has been redesigned based on UX interviews with staff. The new design removes unnecessary information and should be easier to use. 

Old course index page

Old UCL Moodle course index page

New course index page

New UCL Moodle course index page

 

3 – SCORM package default setting changes 

Based on user feedback and an analysis of how SCORM packages are used at UCL. The following changes are planned to the default settings of SCORM packages:  

  • Disabled Preview Mode set to “Yes” 
  • Display Course Structure in Player set to “Disabled”.

We expect these changes to save users’ time when creating new SCORM packages. The changes will not impact already existing SCORM packages, and the default settings can always be changed when creating a new SCORM activity if required. 

Course format UX project 

The Moodle UX team is currently working on wrapping up the Moodle theme development (for now), with a specific focus on improving and embedding accessibility.  

Once complete, we will start working on a UX research project on Moodle course formats. Moodle course formats control how content is structured within a course (e.g. topics, weekly topics, tabs, flexible format, grid). We will be interviewing staff and students to better understand how different course formats are used. Based on the findings, we aim to build a bespoke UCL Moodle course format that fulfils UCL student and staff needs and builds on the best elements of other Moodle course formats. 

If you are interested to find out more or participate in this research, please email e.hoving@ucl.ac.uk.