Browsed by
Category: self appraisal

Personal skills, qualities and contexts: Communication, Numeracy, IT, Problem Solving, Working with Others, Technical Skills

Make Moodle site read only

Make Moodle site read only

One of the most difficult things for me in the past has been preventing changes to the archived Moodle site which is deposited on a separate server each year. I have been using chatGPT to create a safe MySql query which removes editing rights from Lecturers and students while still allowing logins to the site. I should note that there’s no running cron either, since this would do pointless work on an otherwise “frozen” site. The first part of the…

Read More Read More

A bit of Linux for a change

A bit of Linux for a change

1 Tb has been added to the Virtual disk the linux backup server sits on. In order to take advantage of the new space, we have to make sure that there is room above the /var partition for it to be extended. The current layout There is a swap partition which can be removed to make room for the xfs partition (4) to grow, then be added back on if necessary. Using swapon I found there were 2 swap areas,…

Read More Read More

A Bootstrap Welcome area for Moodle

A Bootstrap Welcome area for Moodle

While working on the minimum expectations and online course design rubric, I have created a template welcome area which can be copied and pasted into the “Welcome” area on your Moodle course to create a ready made, tabbed, welcome area. To get started, first download the template from the Learning and Teaching area on AdminNet. Here is a direct link to the file. Once downloaded, open the file in notepad (Windows) or TextEdit (Mac). Don’t use Word Processors like Word…

Read More Read More

Unusual Problem with MySQL Field

Unusual Problem with MySQL Field

Since we no longer update our LM repository we have switched to using it as a read-only pool of files. The moodle module holds an external URL which would redirect to the stored file repository/file.php?f=4000. I needed to change this to e.g. /repository/a4000/4000.xlsx The file extension is thankfully held in the repository module table so I thought it would be quite easy to manipulate the URL to point straight to the file. The only difficulty I encountered was extracting the…

Read More Read More

Munin Plugin to Monitor Raspberry Pis

Munin Plugin to Monitor Raspberry Pis

We have various digital signage screens around the college. These have run all manner of solutions such as Display Monkey, OneLan and others in the past. To allow these to be managed in the same way (if not in the same screen!) we have switched them all over to Raspberry Pi 3B+ units running the community edition of Screenly (OSE). As the screens are often in areas where no hard wiring is available we rely on Wifi to connect to…

Read More Read More

Microsoft Teams automation – Part 1

Microsoft Teams automation – Part 1

Glossary: Team/s = Microsoft Teamsteam/s = curriculum area or group of staff In the session 21/22 the decision was taken to create a Microsoft Team for every taught course. An example would be DACC (HND Accounting). Although courses can have many cohorts (A, B groups etc.), it was felt that having a central point of contact for all students on a particular course would be useful. This is especially true early in the academic year when new students may need…

Read More Read More

Force Screen Resolution for Screenly ose

Force Screen Resolution for Screenly ose

We use Raspberry Pi units all round the college to do digital signage. These are very useful because they are cheap to buy and can be left to run for months without nagging us about updates or new features. However, it is not always simple to get the Raspberry Pi HDMI output to fill the screen. Here is a quick fix to force your Pi to output a 1920×1080 (1080p) video signal which fills the screen in many of our…

Read More Read More

Learnnet 2019/0 My Courses (Moodle)

Learnnet 2019/0 My Courses (Moodle)

When a student / member of staff logs into the present Moodle system they are presented with a ‘My Courses’ list. This list is not sourced from within the Moodle system at all. In fact we have, over the years, created a separate web service which collates this course list from a variety of sources. This list intercepts the internal course list in Moodle and replaces it with our own list. When Moodle upgrades are carried out this code has…

Read More Read More

WordPress site setup for Session 2021/22

WordPress site setup for Session 2021/22

LearnNet WordPress Blogs PREVIOUS ePortfolio set up (20/21) The current ePortfolio system has been used since the days of the ISLE project (2007). A separate WordPress installation is created for each student by course group or individually. Tutors are then added to the sites as required. Currently students have administrative rights to their own blog sites where tutors have contribution rights. The rights will remain the same. Students who require an ePortfolio are provided with their own WordPress installation with…

Read More Read More