X Close

Digital Education team blog

Home

Ideas and reflections from UCL's Digital Education team

Menu

Archive for the 'General Learning Technology' 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.

Discover your Digital – AI questions added to the Discovery Tool

By Caroline Norris, on 22 February 2024

The Discovery Tool consists of reflective question sets which explore your digital practices and confidence levels.  The main question set looks at overall digital capabilities but there are also additional question sets for staff covering effective teaching and accessibility and inclusion and leadership all from a digital perspective.   The tool can also be used by students and there is a general question set for all students and one aimed at new students.

See below for full details of how to use the tool and upcoming workshops on 6 March, 23 April and 13 May.

New for 2024 there is now a question set on Digital Skills in AI and Generative AI for staff and a similar question set will be available for students on 20 March 2024.

The staff AI questions are arranged under the following categories:

  • Responsible AI
  • AI and digital proficiency
  • AI and digital productivity
  • AI and information and data literacy
  • AI and digital communication
  • AI and collaboration and participation
  • AI and digital creativity
As with other question sets you get a customised report  indicating your confidence and proficiency in each area represented in a chart (pictured right) and some suggested next steps to develop your skills.
All the reports signpost to a wealth of free resources and these have been augmented with additional AI-focused content.  We have also added customised UCL resource cards which signpost relevant UCL policies, guidelines, resources and learning opportunities.
Want to find out more?  Visit the Discover your digital web page for details about how to use the tool or come along to a workshop to try it out.  We can also arrange workshops for specific groups of staff or students.  Contact us with any queries.

New Moodle training – Quiz, Question Bank and Gradebook

By i.niculescu, on 20 February 2024

The Digital Education team is launching new Moodle training packages.

Who is this training for?

These training packages are aimed at staff who are comfortable navigating the Moodle interface and understand its basic functionalities.

It is aimed at both academic and professional services staff.

What does the training cover?

Moodle Advanced Quiz and Question Bank

  • an overview of Moodle question types
  • building a Moodle Quiz that uses advanced features
  • accessible and inclusive quiz design considerations
  • advanced quiz settings such as feedback, question randomisation, and adaptive mode
  • an overview of the Question Bank interface
  • how teams can manage question banks
  • organising question banks clearly with categories and tag
  • analysing question usage and quiz results

Moodle Gradebook

  • an overview of the Gradebook interface
  • basic functionalities and how to access key features
  • advanced features such as grade calculations, scales, outcomes and customised reporting
  • considerations for regular checks and maintenance of gradebooks

How can I learn?

Self-paced online course, workshops, or a combination!

The same information is covered by both the self-paced online courses and the online synchronous workshops, the only difference is the delivery mode.

How do I access the self-paced courses or book a workshop?

Self-paced courses

The estimated completion time for each course is between 2-3 hours.

Online synchronous workshops (equivalent to self-paced courses)

You can register using MS Forms, this will automatically generate an Outlook calendar invite which includes all the necessary information for joining the workshop.

Each workshop is 90 minutes long and will take place online.

Advanced Quiz Management in Moodle

Question Bank & Question Analytics in Moodle

Moodle Gradebook

Depending on your role, existing knowledge and availability, you can choose the combination which best suits your needs e.g. one workshop for Question Bank and self-paced course for Advanced Quiz. After completing the online courses or workshops, staff can get further support by getting in touch by email to digi-ed@ucl.ac.uk.

The training packages will be further developed as we receive feedback and input from the UCL community. Course participants will be notified when new materials will be added to the courses.

If you missed one of our workshops, please use the ‘Registration of interest’ form and we will contact you as soon as it becomes available again.

Global Deactivation of Portico Mappings

By pauline.harding, on 20 February 2024

Portico mappings on Moodle pages were globally deactivated on 22nd February 2024.

Enrolled students will retain access to their Moodle courses.

How will this impact students on my course?

  • Students who are already enrolled on a Moodle course WILL continue to have access to that Moodle course.
  • Students who join a Module on Portico WILL NOT be automatically enrolled onto the corresponding Moodle course.  Students can still be manually enrolled.
  • Students who leave the module on Portico WILL NOT be automatically unenrolled.

Moodle and Portico mappings

If Portico mappings are active on a Moodle course, student enrolments on that course are automatically updated overnight to mirror the student registrations in Portico.  Consequently, students who change courses or withdraw from their studies are automatically enrolled or unenrolled from the Moodle course when their Portico record is changed.  This is desirable when students change/drop modules within the first few weeks of term, however, if students are automatically unenrolled after they have been awarded grades, these grades become inaccessible, which can be very problematic.

Note: the ‘inaccessible’ grades, submissions and logged activity are not deleted.  These can be accessed again if the student is re-enrolled manually, however while a student is no longer enrolled on a course, there is no way to view their content.

Why deactivate Portico mappings?

To reduce the likelihood of this particular ‘inaccessible/missing grades’ problem occurring, Portico mappings have been deactivated on all Moodle courses.

For more information about Portico deactivation and why this is done, please see the wiki guide – Deactivating Portico enrolments.

Can I re-activate Portico mappings on my courses?

Doing so may unenrol existing students in error.  Before making any changes, please contact us at digi-ed@ucl.ac.uk

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.