OU blog

Personal Blogs

Christopher Douce

A335 Journal – May 2026

Visible to anyone in the world
Edited by Christopher Douce, Wednesday 27 May 2026 at 08:00

4 May 2026

When I submitted my EMA, the university assessment system threw a bit of a wobbler. After a few days of work, I logged in to check to see that the right version of my EMA had been saved in the EMA system. It had.

I still haven’t received my TMA 4 back yet. Any day now…

7 May 2026

I’ve received my TMA 4. I did well. I’m really pleased, since I really enjoyed writing it.

This evening I’ve attended another EMA preparation session. Having a bit of time away from the EMA has been helpful, since it has given me a bit of perspective. I do feel as if I need to rewrite some bits of my EMA. I’m unsure whether I need to adjust the main thrust of the question. I shall have to have a think. I think it is okay, but I need to view by writing with a more critical eye. I’ve really struggled with the necessary ambiguity of the question.

Everything comes down to this last assessment. If I ace it (which is unlikely) I get a first. Although I’m going to have a try, it is terribly unlikely that I’ll succeed.

In other news, I’m now formally registered for the MA. The reading list is very long. I need to get reading over the summer.

18 May 2026

I’ve been away from home for a couple of weeks. During that time, I had another idea about how to structure my EMA. This new idea would allow for a more dynamic compare and contrast structure, whilst at the same time emphasising some of the points that were highlighted in some of the later EMA preparation sessions. This morning, I sat down to do some editing, but I quickly realised that what I had was good enough. If I started to tear apart the structure of my paragraphs, I would lose something that was already there. I feel content with what I’ve written.

With my checklist added, and a small number of words deleted, and one typographical issue fixed, I’ve made another submission. I think I’m done with the final assessment of my degree.

27 May 2026

Tomorrow is the EMA cut off date. The day after that is the TM354 exam, the module that I’m supporting. I’m a bit nervous about both of these, to be honest. There’s nothing more to do, except worry.

Being a glutton for punishment, the first set text for my MA has arrived. The Norton Edition of Conrad’s Heart of Darkness. I’ve flicked through the introduction, but haven’t got very far. Before going on holiday, I need to get the other couple of compulsory set texts. But all this is for another day.

To everyone who has been studying A335 with me: good luck everyone!

Permalink Add your comment
Share post
Christopher Douce

Considering a vision for TM363

Visible to anyone in the world

About a year ago (June 25; I’m writing this in May 26), I wrote a blog article Considering a vision for TM354 Software Engineering with the intention of generating a bit of interest in the redesign of TM354. Rather than using an exam, it was to make use of an EMA that is based around a project. It suggested the following blocks:

  • Block 1: Processes and Tools
  • Block 2: Technology and Architectures
  • Block 3: Research and Investigation

After making notes about the SWEBOK and a software engineering textbook, I’ve arrived at the following slightly different structure:

  • Block 1: Processes and Requirements
  • Block 2: Architecture and Design
  • Block 3: Testing and Deployment

Within each of these blocks, there could be three significant stands, which could be: people (which relate to human factors), tools (what the people use), and research (either, how to do research, or research that relates to software engineering).

Disclaimer

Consider this post as a set of very sketchy notes. I’m not the decision maker in all this; what might become TM363 may be very different to what is suggested here. As publishers write at the start of novels: any relationship to facts may be entirely coincidental.

Permalink
Share post
Christopher Douce

Software engineering – a modern approach: a short book review

Visible to anyone in the world
Edited by Christopher Douce, Friday 29 May 2026 at 15:35

Software engineering – a modern approach by Marco Tulio Valente is a freely available textbook published in 2024.

I first learnt about this text after carrying out some internet searches, but then later discovered that colleagues had discovered it too. I soon realised that there were a range of different opinions about it. With these differences of opinions in mind, I decided to have a good look at it to form my own opinion.

I approached it with two questions in mind: could it potentially complement the existing TM354 Software Engineering module? Also, could it be a useful resource for either module teams or students, as we work on a new version of the module? In some respects, this review follows on from an earlier blog post about the SWEBOK v4.

I begin by having a look through each of the chapters. I then reflect on what its shortcomings are. I then wrap everything up with a set of closing reflections and share a personal conclusion.

The chapters

The text begins with a bit of history, highlighting the significance of the 1965 NATO conference. Before sharing a high level summary of what is contained within the text, it shares a high level objective, which is to ‘give an overview of the knowledge accumulated over the years in software engineering and, consequently, to shed light what is studied in this field’.

Chapter 2 takes us to the subject of software engineering processes, and immediately into the world of what is meant by agile. Before we got here, we were usefully reminded that there are different types of software product and this, may well, necessitate the adoption of different approaches. A discussion about agile manifesto leads to a discussion of eXtreme Programming, Scrum and Kanban.

Next up is a treatment of requirements. Functional and non-functional requirements get a mention, as do user stories and different forms of use case. It is interesting to see the inclusion of A/B testing within the requirements chapter, but as end users of sites like Amazon, we have been unwittingly subjected to these types of tests.

The chapter about models steps into a topic that is heavily featured in TM354, but will find its way into TM253 in one way or another. After a slight digression into formal methods we are introduced to the Unified Modelling Language (UML). Curiously, UML activity diagrams (which is often about requirements) appears after sequence diagrams. Contrasting with TM354, there is nothing about state diagrams.

The chapter about design principles offers a useful compendium of ideas and concepts. Some key ideas highlighted include conceptual integrity, information hiding, cohesion, and so on.  Whilst these design principles are useful, there is nothing about what design means, or how to do design. One section that I did like is the summary of the Law of Demeter, which isn’t done as well as it could be within TM354 (which is a further example about how the textbook addresses similar ideas). Also, like TM354, towards the end of the chapter, we are introduced to the idea of software complexity metrics.

Following the principles we have a detailed discussion about patterns. It presents a more detailed catalogue than what is given in TM354. Patterns takes us to the notion of architecture. This is the opposite way round to how TM354 introduces it. Ultimately, the order may well come down to pedagogic preference. In terms of software, I appreciated the introduction of the operating system design debate, which leads onto a discussion about monoliths and microservices, which is a topic that has recently found its way into the latest update of TM354.

Testing is introduced in terms of levels and scope, which are then expanded upon, beginning with unit testing. Related topics that are covered include test coverage, mocks (which is not covered in TM354), test-driven development, partitioning and boundary value analysis (which are covered in TM354). The next chapter on Refactoring is quite a practical. It shares some useful examples, and drawing on the terminology from the original Fowler text, offering a useful distilled summary.

The final two chapters, DevOps and GitHub can, to some degree, be read together. Both are important. The DevOps chapter begins with a nice summary. This leads to an introduction of the principles of the version control system (which is also addressed within TM113). Related terms, such as continuous integration and continuous delivery are introduced and explained (whilst also distinguishing between delivery and deployment). The chapter on Git introduces the key Git commands, and explains key concepts, such as merging, forking and branching.

The good points

What I like about the text is that it follows the SWEBOK relatively closely. If you know the SWEBOK, you will be able to recognise headings reflected in this book. It doesn’t just repeat a summarised version; it does add value. In addition to offering a useful bibliography, it also offers sets of questions, which are presented as exercises. The frequently asked questions sections in the chapters are helpful; they consolidate questions that students might ask during a class.

Another useful aspect to the text is that it provides numerous links to original sources or articles.

What is missing?

A few things are missing. As suggested earlier, there is a chapter on design principles, but little about the practice of design. Agile teams are mentioned, but there is also very little on how they should be formed or facilitated. This said, there are references to other resources that are helpful.

Turning to more technical elements, there isn’t much about software engineering economics, but there are references to practical techniques such as planning poker (which gets a very brief mention in TM354). I also feel that, given the importance of software security, the whole subject is underemphasised. Whilst the testing materials offers a useful high level summary, it lacks a reference to materials about Pen Testing.

From my perspective, there is no materials on the increasingly important subject of environmental computing. There should be something about energy and energy consumption, and how this might relate to software architecture. Another area that, in my opinion, ought to be covered in more depths is the subject of diversity and its important within teams.

Bearing in mind these points, a related area that is missing is the lack of consideration of the sociotechnical. It doesn’t, for example, consider the ways in which computing or information technology can be understood or situated within a human activity system. It could also be argued that the SWEBOK doesn’t do a great job of this either.

One thing I am grumpy about might be to do with the type of the text I’m using, which is the ePUB version. There isn’t an index, a glossary or a consolidated set of references, and an index about where those references are used. A further question to ask is: could I tolerate this? Possibly.

Reflections

No text is ever going to perfect and tick every single requirement box (even if we ever knew what those requirements were). Despite its gaps and shortcomings, I quite like this book. I especially like how readable it is. What it offers is a useful high level summary of many of the topics that are highlighted within the SWEBOK. I felt the section about DevOps was particularly helpful.

What I haven’t done is had a look through the resources that clearly accompany this book. There appears to be a lot: podcasts, slides, and code that can be found on GitHub. I also haven’t directly compared this text to others. Last year, I did have a quick look at a new book by Sethi, but I felt it wasn’t as clearly written as it could have been. Ian Sommerville’s text on Software Engineering remains highly regarded, but Sommerville has retired from teaching. In a field that appears to be changing quite rapidly, applicability is important.

I do feel it accidentally complements the current TM354 Software Engineering module surprisingly well. Will it complement the forthcoming TM113 and TM253 modules? I’m not sure; they are going to be quite different modules, but cover themes that are certainly highlighted by the text. As for TM363? We’ve still got to figure all that out.

Permalink Add your comment
Share post
Christopher Douce

TM470 Account of project work

Visible to anyone in the world
Edited by Christopher Douce, Tuesday 19 May 2026 at 15:13

One of the most important sections in a TM470 project is your account of project work section.

This section might go by the factual title of ‘account of project work’, or just simply ‘project work’. What you include in this section should reflect your project plan and your high level summary of all the activities that you have determined you need to carry out.

How you organise your project work section will, of course, depend on the character and nature of your project. If you adopt an iterative approach, where you have used a series of sprints, you might want to have a series of subsections which relate to each of your iterations.

Before we get into looking at a potential structure of a project work section, it might be useful to return to what a project report might look like by reviewing a TM470 project report template.

The key point is this: in your account of project work section, you must show, rather than tell the examiner what you have done. It isn’t enough to say  ‘I designed a prototype’, you need to show the creation of the prototype. You need to show the identification and evaluation of requirements, the creation of potential designs, or potential mockups. I’ll get onto saying a bit more about this later.

A potential substructure

What follows are some suggested headings. As mentioned, every project is going to be different. This means that you must adapt this guidance to suit your needs. You may need only some of these suggested headings.

Requirements

Begin by analysing or presenting your requirements. This is the start of your project. It sets out what you need to do, or need to build. More information about how to approach requirements can be found in the following two posts: TM470 Considering software requirements and TM470 Requirements revisited.

Sprint number ‘n’

Your project may contain any number of sprints, where you may aim to implement an element of your project (or, find out about something, or do something that relates to your project. The letter ‘n’ suggests that you may have a number of these sprint sections. Give your sprint a title. Make it easy for the examiner. Tell them what you are doing. You might even be creating a prototype within your sprint. It is up to you, but show them what you do.

Topic number ‘n’

Rather than presenting your account of project work section as a series of sprints, you might instead split your project work section into a number of related topics, or themes. This is an appropriate form if your project is a research project.

Evaluation

How do you know if your project is a success? Another way to phrase this question is to ask: does your project satisfy all the requirements you have specified in an earlier section. Evaluation might be something that you do as a part of an iterative cycle, or it might be a phase within your project. More guidance about how to think about evaluation can be found in TM470 Considering evaluation.

Presenting your work

Repeating the earlier phrase, it is important to show the examiner not what you have done, rather than just ‘saying’ you have done something. Your examiner will need to see evidence of your project work. They need to see your thinking. You should do this by providing a narrative description of everything that you have done.

There are two places to share your work: in this account of work section, and in any number of appendices. Think of this account of work section as a showcase, where you show off your best work, and the work that forms the heart of the project. If you have created a lot of designs, analysed a lot of research, or have written a lot of source code, put everything you have created in a series of appendices, and copy the best bits into the body of your project report, to the ‘project work’ section.

Consider:

  • Taking photographs of your context, or the environment which your project relates to. This helps the examiner to understand more about your problem domain.
  • Sharing any early sketches you might make. It is okay if they are really rough. A series of them will show progression.
  • Showcasing problems that you found difficult to solve. Take screenshots of significant bits of code, or present your code in a different font. Accompany code with descriptions to explain what you are showing, and why.
  • Sharing screenshots of early or later prototypes.
  • Sharing screenshots of any complex configuration pages or files that you either struggled with, or are important to the completion of your project.

Some further resources

This post relates to a series of other posts that relate to your project report:

TM470 Considering planning

This post says something about what you need to do to plan, and what you should include in the planning section of your report. Do not skimp on planning. Also, return to planning throughout your project.

TM470 Considering LSEPI

Ultimate, computing is a subject that is connected to people and society. Your LSEPI section is important. It should ideally be situated before the literature review. Use it to consider the potential impact of your project. Do consider those unexpected consequences. It is also important to treat everyone as ethically as possible, as explored within TM470 Considering LSEPI (again). The issues and points that you identify within this section can be further explored within your literature review section.

TM470 Understanding the Literature review

The lit review section is about three main things: it is about showing what reading that you have done, showing what literature and resources you will later go on to use and apply, and it is about educating the examiner about the context of your project.

TM470 Considering prototyping

Prototyping is an important and powerful technique. In your account of project work section, you might show the creation of a number of different prototypes.

TM470 On Reflection

When you get to the end of your project, you need to say something about what you have learnt by completing your project. This post highlights the connection to the various learning outcomes that the module is assessing.

Reflections

The project work section of your project report accounts for 40% of the overall result of your EMA. This means it needs to be detailed and comprehensive. The biggest tip, of course, is: show, don’t tell. If you’re unsure as to whether to put something in, include it. You need to show lots of evidence of everything you have done.

Permalink Add your comment
Share post
Christopher Douce

Preparing for the summer: A893 Reading List

Visible to anyone in the world

Over the last few years, whilst preparing to study a new English module, I’ve scrutinised the reading list, and have compiled annotated versions (without permission from the various module teams, I must add) to help me to learn more about what I have coming up.

What follows is an annotated reading list for MA English literature part 1. Each text is referenced using the Harvard referencing format (rather than the format used on the OU website). Where possible, links to any digital alternatives that might be available.

This list appears to be intimidating, but the module website offers a bit of guidance: “four of these set books are core texts that all students study. You'll also choose one of three strands of study in each block, with three texts in each strand, which means you'll study 13 of these set books in total.” Students choose different strands from each of the blocks, depending on interests and aspirations. The module materials offers a bit of guidance about the possible choices.

Core texts

Everyone is required to read the following:

Collins, W. (2019) The Moonstone. Oxford World’s Classics. Edited by F. O’Gorman.  ISBN 9780198819394.

Also available from Project Gutenberg: The Moonstone by Wilkie Collins.

Conrad, J. (2016) Heart of Darkness. Norton Critical Edition (5th edition). Edited by Paul B. Armstrong. ISBN 9780393264869.

A version without accompanying critical essays is available from Project Gutenberg: Heart of Darkness by Joseph Conrad.

Desai, A. (2018) The Complete Stories. Vintage Classics. ISBN 9781784706647

Milton, J. (2020) Paradise Lost. Norton Critical Edition (2nd edition). Edited by Gordon Teskey. ISBN 9780393617085.

As with the Conrad text, a version without accompanying critical essays is available from Project Gutenberg: Paradise Lost by John Milton.

When using Amazon to view information about the Norton Critical Editions you might be directed to a Kindle edition. This Kindle edition is different to the Norton editions and does not contain the accompanying essays, as the link might imply.

Block 1: Literature and the Popular

Strand 1: Books and Readers

Eliot, G. (2019) Middlemarch. Oxford World's Classics. Edited by David Carroll and David Russell. ISBN 9780198815518.

Available from Project Gutenberg: Middlemarch by George Eliot.

Gaskell, E. (2008) North and South. Oxford World's Classics. Edited by Angus Easson. ISBN 9780199537006.

Available from Project Gutenberg: North and South by Elizabeth Cleghorn Gaskell.

Hawthorne, N. (2008) Young Goodman Brown and Other Tales. Oxford Word’s Classics. Edited by Brian Harding. ISBN 9780199555154.

The story Young Goodman Brown can be found in Project Gutenberg: Mosses from an old manse by Nathaniel Hawthorne.  Other stories can be found in Twice-told tales. The story Ethan Brand can be found in Little Masterpieces.

Strand 2: Form and Genre

Aristotle (2013) Poetics. Oxford Word’s Classics. Edited by Antony Kenny. ISBN 9780199608362.

Available from Project Gutenberg: The Poetics of Aristotle.

Hughes, D.B. (2010) In a Lonely Place. Penguin Modern Classics. ISBN 9780141192314.

Shakespeare, W. (2008) The History of King Lear. Oxford Word’s Classics. Edited by Stanley Wells. ISBN 9780199535828.

Available from Project Gutenberg: King Lear by William Shakespeare along with a version of the complete works.

Strand 3: History and Context

Anonymous (1976) Celebrated Cases of Judge Dee (Dee Goong An): An Authentic Eighteenth-Century Detective Novel. Dover Publications Inc. Edited by Robert van Gulik. ISBN 9780486233376.

Poe, E. A. (2004) The Selected Writings of Edgar Allan Poe. Norton Critical Edition. Edited by G. R. Thompson. ISBN 9780393972856.

A significant number of eBooks are available on Project Gutenberg: Books by Poe, Edgar Allan.

Christie, A. (2010) The Murder of Roger Ackroyd. HarperCollins.

Available from Project Gutenberg: The murder of Roger Ackroyd by Agatha Christie

The ISBN that was specified for the Christie novel unexpectedly refers to the Turkish edition which appears to be unobtainable. I have no idea whether this is deliberate or unintentional. Alternative versions are, of course, available.

Block 2: Literature and Revolution

Strand 1: Books and Readers

Gibson, W. (2011) Pattern Recognition. Penguin. ISBN 9780241953532.

von Goethe, J. W. (1989) The Sorrows of Young Werther. Penguin Classics. Translated by Michael Hulse. ISBN 9780140445039.

Available from Project Gutenberg: The Sorrows of Young Werther by Johann Wolfgang von Goethe. Since this is a translation, it is worth noting that this version is likely to be substantially different from the recommended text.

Strand 2: Form and Genre

Dickinson, E. (2016) Poems as She Preserved Them. Harvard University Press. Edited by Christine Miller. ISBN 9780674737969

Available from Project Gutenberg: Books by Dickinson, Emily.

Harrison, T. (2013) Selected Poems. Penguin. ISBN 9780241964842.

Strand 3: History and Context

James, C. L. R. (2012) Toussaint Louverture. The Story of the Only Successful Slave Revolt in History. A Play in Three Acts. Duke University Press. Edited by Christian Høgsbjerg. ISBN 9780822353140.

This is a critical edition. A related resource appears on Project Gutenberg: St. Domingo, its revolution and its hero, Toussaint Louverture.

Wordsworth, W. (1979) The Prelude: 1799, 1805, 1850. ISBN 9780393090710. Norton Critical Edition. Edited by M. H. Abrams and Stephen Gill.

A version of the Prelude is available in the following Project Gutenberg resource: The Poetical Works of William Wordsworth — Volume 3 (of 8) by William Wordsworth. The Norton edition is likely to be significant since I understand from earlier studies that there were different editions of the text.

Godwin, W. (2009) Caleb Williams. Oxford World Classics. Edited by Pamela Clemit. ISBN 9780199232062.

Available from Project Gutenberg: Caleb Williams; Or, Things as They Are by William Godwin.

Block 3: Literature and the Global

Strand 1: Books and Readers

Barbusse, H. (2014) Under Fire. Penguin Modern Classics. ISBN 9780141393438.

Available from Project Gutenberg: Under Fire: The Story of a Squad by Henri Barbusse. This version may be different from the Penguin version, since the text is a translation.

Ngugi wa Thiong'o (2002) A Grain of Wheat. Penguin Modern Classics. ISBN 9780141186993.

Strand 2: Form and Genre

Chekhov, A. (2008) About Love and Other Stories. Translated from Russian by Rosamund Bartlett. Oxford World’s Classics. ISBN 9780199536689.

Available from Project Gutenberg: Love, and Other Stories by Anton Pavlovich Chekhov. As with other texts, this version is likely to be different to the officially recommended version.

Levi, P. (2012) The Periodic Table. Penguin Essentials. ISBN 9780241956816.

Adichie, C. N. (2017) The Thing Around Your Neck. Fourth Estate. ISBN 9780007306213.

Strand 3: History and Context

Clare, J. (2008) Major Works. Edited by Eric Robinson, David Powell and Tom Paulin. Oxford World’s Classics. ISBN 9780199549795.

There appear to be three collections of Clare’s poetry available from Project Gutenberg, including an audio version, and Poems by John Clare.

Shamsie, K. (2018) Home Fire. Bloomsbury Publishing. ISBN 9781408886793.

Reflections

The strands that are summarised above don’t appear to be complete. I’m not exactly sure why this is the case. Spenser is mentioned in the module preamble, but not within the reading list. I guess we’ll find out.

Over the summer, I’m going to try to get through the core texts, probably leaving the Collins text until the end of my holiday (since it’s quite a big one). I might also look into whether there’s an audio book version to keep me company on long drives.

When looking for low priced texts, I start with big online bookstore such as Worldofbooks, followed by eBay (where you can just copy/paste the ISBN number into the search bar), followed by Amazon. I think might Google the ISBN number, which then might take me to a publisher’s site.

Whilst I was an undergraduate, I sometimes used a combination of digital and paper texts. On a number of occasions, I’ve used both. When it comes to electronic texts, I’ve always found the Project Gutenberg texts particularly helpful. The printed Norton Critical Editions are also very helpful.

At a first glance, this reading list looks terrifying. It is also one that offers a diverse set of riches. I’m intrigued by the inclusion of a Gibson text. I was in my late teens when I first discovered Gibson’s most famous novel, Neuromancer, which I have since hauled between flats and houses, it’s pages now yellowed.

All the strands look interesting, but some look more interesting than others. I’m drawn to the Forms and Genre strand, but since I’m interested in early modern writing, I’m also attracted to the History and Context strand. This said, I really don’t like Wordsworth’s Prelude, having been introduced to it in a previous module. Which way will I jump? I think I’ll look to the preferred path, and figure it all out from there.

Acknowledgements

This reading list has been edited from the information that is available on the A893 module summary page.

What follows is a disclaimer: I have no connection with the module team, and it is entirely possible that this reading list may change at any point. Always rely on the recommendations from module teams and tutors, rather than anything that I say on any of my blogs.

Permalink
Share post
Christopher Douce

Studying English Literature - Part 1

Visible to anyone in the world
Edited by Christopher Douce, Sunday 31 May 2026 at 12:49

I was eighteen. I was a computing student at the University of Salford, and yet I found myself at a writer’s workshop with a fellow student who I had met a few weeks earlier at my halls of residence. The workshop was led by the writer in residence. I didn’t even know there was such a thing as a ‘writer in residence’. My friend was studying English Literature. Although I liked what I was studying, I was probably more curious about what he was studying. It also impressed me, since I had the impression that his course was really difficult. Mine was too, but in a different way.

I wasn’t in that group for long; probably no more than two months. During my short tenure, I wrote a minimalist poem that the group decided was ‘postmodern’, and a terrible short story. The feedback I got was: ‘don’t say the obvious, let the reader figure things out’. I sought this group out because of an unexpected success. At the age of 17 I made a speculative entry to a ‘young person’s poetry competition’ that I saw in a local newspaper, and unexpectedly became a runner up. The following year, I entered it seriously (the last year I could enter), and I became a runner up again. Was this a fluke? Perhaps.

The thing is, I couldn’t change lanes. Computing was my ‘thing’. I liked the technical certainty of ‘the machine’. I liked how they could be cajoled into doing things and solving problems. Plus, computing was going to be the future. There were going to be jobs if you knew things about computers. With this in mind, I studied a BTEC in Computing at college, which took me to Salford. The thought of doing A Levels hadn’t crossed my mind, since I didn’t have any academic confidence; I was convinced I was going to fail all my GCSEs. I needed to do something that felt both familiar and certain.

My GCSEs had been a surprise. I had gone from attending remedial English classes in secondary school; a high intensity group of between 6 and 9 students, to being able to take an English Lit GCSE. On the run up to the exams, I crammed. I used revision cassettes. I remember the texts; a novel and a play: George Orwell’s Animal Farm, and J.B.Priestly’s An Inspector Calls. By the time I got to the exam, I knew them both backwards, but I never really knew how to write about them. Whilst I was studying, I felt I started to ‘get’ what English Literature was about. I thought it was all about being able to show an understanding of the books that we had read. Things are, of course, never that simple.

I’m writing this after having submitted my final end of module assessment for a degree in English Literature. I can scarcely believe I’ve made it to this point. A significant reflection is that I couldn't have done it when I was 18. I’ve also thoroughly enjoyed it. I’ve experienced the tension that accompanies waiting for a TMA result, the disappointment of getting a grade that I wasn’t happy with, and the elation of finally getting a distinction for a TMA. The big question is, of course, how do I use my degree? (Presuming, of course, I pass my EMA).

I have a few thoughts.

And a lot of people to thank, including all tutors and fellow students I have met along the way.

Permalink Add your comment
Share post
Christopher Douce

A335 Journal – April 2026

Visible to anyone in the world
Edited by Christopher Douce, Wednesday 29 April 2026 at 17:03

8 April 2026

I’m back from an easter holiday which passed in a blur. During my break, I managed to read two of the texts that I will be basing my EMA on. I tried to give them both a second read, but I didn’t quite have enough time. I have about two thirds of the second text to go through. My tutor shared some practical advice about how much of the texts I should use; we can’t cover two books with the word count that we have to play with.

Whilst I was away, I also had a quick read of a few critical articles, and skim read Aspects of the Novel (Project Gutenberg) by Forster, which I uploaded to my Kindle. I need to sit down properly with this text, which I’m aware is pretty famous (I’ve heard that Zadie Smith is a fan). I’m also aware that I need to find a few more critical articles that relate to the texts that I’ve chosen. I think I’m going to add this point to my TODO list.

Before digging into the library again, I’m going to get my second text reread. I had better get my virtual highlighter out. I also need to do a final proofread and check of my TMA 4 submission, which I feel I’ve completely forgotten about.

9 April 2026

I’ve been procrastinating doing my day job for an hour by doing a bit of cheeky A335 study. I had a dig into the Gale Literature database to see if I can find some critical sources that relate to my chosen texts. It didn’t take me long to find a bunch of reviews, and an academic article. All in all, I found five articles (six, if I were to include an interview with an author, which is tacked onto one of the PDF files that I’ve downloaded).

It’s all very well finding stuff, what I have to do next is to read them. To set me up, I’ve sent them all over to my Kindle, in anticipation for an evening cup of tea. I’m just hoping that the academic articles are not too theory heavy, since I’m travelling without my ‘heavy Norton book of literary theory’ as I call it.

Right: I have no choice. Back to my day job. I have an important deadline to work to.

10 April 2026

I have five days to turn something around, but before starting my day job this morning, I managed to read all the new articles that I submitted to my Kindle. I can probably work with the critical articles I have spotted, which is a relief. One of them turned out to be an abstract for an article that doesn’t appear to be in any digital libraries I can easily get hold of.

Whilst browsing through the papers that I’ve downloaded, I’ve realised I have a few more I need to read; articles about character, narrative, and so on; articles that I downloaded from a Cambridge Companion. I had hoped to read them whilst I was away. A final note to self is that I need to get back to reading the second text that I’m going to use.

Before doing anything further, I’m going to make a cup of tea.

14 April 2026

I’m struggling to find any time to carry out any of my study. It is nuisance having a day job!

This said, this afternoon I’ve managed to do a proofread of my TMA 4 submission. My conclusion: it reads better than expected. No changes. It has got a sensible structure and makes a series of reasonable points (in my humble opinion). I’m glad I got it in early.

My aim for the rest of this week (in terms of my study) is to finish reading all the remaining stories in the second text. Then it’s onto the process of making notes.

15 April 2026

I’m back onto the reading again. Before starting work, I had a rummage in an online library to try to find some critical sources about the short story. I couldn’t find anything that appealed, but what I did find was very useful. A feature of the Gales database allows you to download collections of critical articles that relate to the work of particular authors. After a bit of clicking on buttons, I managed to download two big PDF files that relate to the authors of my chosen texts. The thing is, they were too big to easily email to my Kindle, so I had to connect it via a USB port and manually transfer the files across.

I’ve now got even more reading to do. And I have still not found anything more general about the genre of the short story.

Another thing I did this morning was to reread the EMA question (which I’ve also transferred to my Kindle). I feel it’s a bit clearer than it was before.

16 April 2026

This morning, I read an article by Stuart Hall (who is formerly of this parish) about cultural identity, since I had noticed his work coming up time and time again. He’s a cracking writer, and made some really clear arguments. I then asked a question: are there any videos of Hall talking about what he had been writing about? I haven’t found a video that matches what he covers in his article, but I have found a video entitled Globalization and Diaspora (YouTube). He packs a lot in; it is certainly worth a listen (irrespective of whether you had an assessment to write).

My next actions will be to continue to read the critical sources that I’ve downloaded. It’ll then be time to begin to make notes, and to stir the pot, to see what structure emerges from whatever I’ve found to be interesting.

I haven’t quite decided on which bits of the texts I’m going to focus on. Hopefully I’ll have that sorted over the weekend.

17 April 2026

When I was driving yesterday, I had an idea. I had an idea about what argument I should use in my EMA. Whilst I was waiting at a set of traffic lights I made a quick note on the back of a receipt. I also think I know which stories I’m going to pick on. I just need to remember what their titles are, and begin to make notes about them.

Today has a mix of different bits of study. I began my day by reading criticism. I then got annoyed with my Kindle; I couldn’t annotate my big PDFs. To get round this, I found a new way to transfer big PDFs to my device. There’s something called the SendToKindle service, which takes an eternity, but it seems to set up the internal file structure in away that makes annotations and highlights possible.

I’m writing this whilst listening to a session called Poetry for Lunch, where the facilitator is talking about Keats. A couple of months back, I listened to an episode of In Our Time, which was very good. When I’m in London, I sometimes walk past a blue plaque dedicated to Keats, on St Thomas’s Street.

I would like to say that I’m going to be able to get back to the criticism tonight, but a bit of marking has landed which I’m going to try to turn around as quickly as I can.

22 April 2026

There’s the first of the EMA tutorials this evening.

I’m making fair progress with the making of notes, but I still have some way to go. Plus, there’s about five or so more articles I need to read through.

29 April 2026

Over the last few days, I’ve had a good old go to write my EMA. I’ve really struggled to understand the question and how to approach it. After a night away from it, I added a paragraph I wanted to add, gave it an edit, and the submitted it. I needed to get it done, since I’ve a load of ‘day job’ work to be getting on with.

I have mixed feelings about what I’ve written. This said, I don’t think I could have written anything that was different, and I feel as if I present a reasonably coherent argument. It’s an argument that, of course, draws on evidence from the text, and uses a good number of secondary readings. Whilst I was writing, I was surprised how quickly I used up the word count.

A curious thought is that I feel as if I should feel relieved since this is the last assignment for my entire degree. The thing is, the score that I get for this EMA is likely to affect my final degree classification. All this means it that I feel on edge; I feel anxious. I want to do well, but due to the inherent (and appropriate) ambiguity within the question, it’s hard to assess whether or not I’ve answered the question well enough. Following the guidance for the EMA, I’ve read pretty widely. I do wonder whether I’ve been reading beyond what was required for the assessment. I feel as if what I’ve submitted is okay, but I don’t know whether it is okay enough.

So, what next? I feel tired, and I could really do with a break. This final stretch has been quite hard graft, but good (and useful) graft.

Permalink 2 comments (latest comment by Jonathan Vernon, Thursday 7 May 2026 at 16:25)
Share post
Christopher Douce

Paragraphing continued…

Visible to anyone in the world
Edited by Christopher Douce, Friday 24 April 2026 at 11:28

A useful and memorable event I attended whilst wearing a ‘student hat’ was a workshop entitled The Mechanics of Good Writing which I summarised in a blog post. One of my motivations for sharing is that what was covered would also be useful for students who are writing the final Computing and IT project report. All credits are, of course, due to the workshop facilitator.

A particularly useful part of the workshop was a section about paragraphing. The facilitator introduced us to (or reminded us about) an abbreviation called PEEL. Each letter represents something to think about when crafting a paragraph: point, evidence, explain, linking sentence to next paragraph.

I recently attended an EMA preparation tutorial which also highlighted paragraphs. Rather than using PEEL, you could say that it had the abbreviation PEAE, which isn’t very readable. Another way of looking at is to call it PEAS, or even PEAR.

During the tutorial, I noted down the words: point, evidence, analysis, evaluation. The point was described as a ‘topic sentence’; what is being discussed. Evidence relates to evidence from the text that you’re looking at (bear in mind that I’m talking about English literature essays here). Analysis relates to what it is that you’re looking at. The final letter, E, relates to ‘evaluation’. This might come in to play if you’re also embedding secondary sources into your paragraph that ‘speak to’ whatever evidential quote you’re chosen.

This E can also be an S, which could mean ‘so what?’. I prefer an R, meaning response, which could be your own analysis. On balance, I think I prefer PEAR rather than PEEL, but like everything, the structure will depend on what you’re writing about.

A related resource that looks both useful and simple is the BBC Bitesize Five-point-plan for structuring extended responses.

Right, back to making notes for my final EMA. Enough of this procrastination.

Permalink Add your comment
Share post
Christopher Douce

A335 Journal – March 2026

Visible to anyone in the world
Edited by Christopher Douce, Wednesday 8 April 2026 at 09:24

8 March 2026

I’ve got pretty much a whole day to spend on the next assignment, which is due in about a month’s time. I’ve got a set of definitions to look up, a few articles to search for, and then I’ll begin to collate all the highlights and notes that I’ve scribbled on my Kindle. I’ll begin by having a look at the assignment guidance again.

I finished read William’s Orwell book yesterday. Essentially, it’s a book of criticism. Each chapter addresses a different theme or topic. It goes into Orwell’s progression as a writer, and discusses some commonalities in his novels of the 1930s which is useful. This has led to a couple of ideas that I’m going to add to my notes.

One other thing to do is to listen to a workshop that is all about writing an assignment, and preparing an argument. I’m going to try not to get distracted.

9 March 2026

I’m nearly through writing up all my ‘Kindle scribble’ notes into a Word document. My next step is to move towards digging out quotes from both text that I might want to use. It is gradually taking shape.

When I read the Rhys text over the summer, it immediately resonated me but I wasn’t quite sure why. I couldn’t quite get my head around its fractured narrative structure (if that is the right word to use), but I think I’ve figured out the reason for my emotional response. The narrator, Sasha, shares a devastating phrase that was said to her ex-husband. That phrase very closely resembles a phrase that was said to me by my ex-wife. The text reflects grief, and confusion. I’ve realised that reading Rhys is cathartic.

I’m going to read it for the third time. The more I read it, the more I ‘get’ it, and the more I like it. It’s just taken me a while to get there.

13 March 2026

I went to a really helpful tutorial about Calvino, Salih and Thomas last night. Although I’m not choosing the option to which the texts relate to, I thought I ought to go, just in case I choose one of the texts for the EMA. There was a lot of materials about the concept of metafiction and the metanarrative. Our tutor also threw in a few Greek words for good measure, such as diegesis, which I’ve never heard of before.

Over the last few days, I’ve been rereading the second text (also for the third time). I should be done by the end of today. Tomorrow, I hope to corral together a set of quotes from both texts, which should begin to form the backbone of my essay. If I can get a draft together by the end of next week, I’ll be happy. I feel as if I need to keep the momentum going.

I also tried to apply for the MA in English Lit, but it looks like I’ve got to finish my current qualification first.

15 March 2026

I’ve nearly finished making notes.

I’ve marked a couple of things I need to find out with the word TODO. There’s two points from each text, and a bunch of page references from some secondary reading that I need to pin down. My notes file is certainly going to end up being more than double the length of the essay, but I’m okay with that. I’ve got to know both texts backwards, and forward. I’ll probably add even more words to my notes file as I figure out what my argument is going to be. Hopefully all this preparation will make my writing easier.

After I’ve sorted out my couple of TODOs, I’ll re-read the guidance, and get cracking. I need to find space for the EMA reading, which I hope to do over the easter break.

18 March 2026

TMA 4 has gone in.

Everything came together unexpectedly well. I feel as if I’ve inadvertently uncovered a useful process: read the texts, read secondary sources whilst annotating them at the same time, return to the question, re-read the texts again, go for a few walks and cycle rides, type up a large set of quotes from all the sources, and stir over a couple of days.

This morning, I jumped ahead to read a short section about the digital texts that we have coming up towards the end of the module. This took me towards a collection of online literary texts. This immediately provoked a question: how accessible are these? I’ll leave this question hanging as I return to my day job.

24 March 2026

I’ve had a quick read of book 3, and I’ve been through all the audio/visual materials. I really liked the recording of Thomas reading a fragment of Under Milk Wood, and the video about verbatim theatre.

Although I have a lot of reading ahead of me, I’m now starting to consider the EMA. I quite like the topic, but I fear it’s going to take a bit of figuring out. Although I don’t digital texts, what I might do is have a quick browse the texts that were referenced in the last chapter of the book. I don’t like them since they age, they can appear clunky, and there are likely to be issues with their accessibility. It is as if the machine can be used to do some of the important imaginate work that the reader could be doing.

Permalink Add your comment
Share post
Christopher Douce

AL development day March 2026: personalised learning and assessment

Visible to anyone in the world
Edited by Christopher Douce, Thursday 19 March 2026 at 20:57

On 12 March 2026, I attended a cross faculty AL professional development day that was all about ‘Personalised Learning and Assessment in Online Tuition’. The sessions were intended to provide ‘opportunities for peer learning and for sharing experiences and best practices that support teaching excellence’.

I’ve been to quite a few AL development events over the years; I always try to go if I can. I feel there are always useful points I can pick up. Two important aims of this event (amongst others) was to ‘understand the importance of personalised tuition in distance higher education’ and to engage in ‘peer-to-peer learning’ through ‘sharing effective strategies for personalised support and fostering a collaborative community of practice’.

Throughout the day, I attended four sessions. The notes that I have collated from the sessions are shared below. The first two sessions relate to my role as an associate lecturer (AL), the second two relate to my role as a practice tutor (PT). If you’re internal to the OU, you should be able to access some resources that accompany each of the sessions through the ALSPD website.

Session 1: What makes good written feedback

This first session was facilitated by Daniel Russell, Student Experience Manager from the Faculty of Business and Law (FBL), and Allan Mooney, Senior Lecturer, who also from FBL. An important aim of the session, as described on their event abstract was to ‘highlight strategies for balancing encouragement with developmental guidance, fostering student confidence and engagement and its impact on motivation and progression’. Breaking this down further, a key aim was to help us to understand ‘what constitutes good TMA feedback and feed forward guidance’.

Considering feedback

We were asked a question: what is feedback? I noted down a definition (which I have loosely paraphrased): “Feedback is information given to students to help them to learn about their performance relative to learning goals and outcomes”. Feedback is a subject that has much wider and broader relevance. It is an issue that is familiar within the HE sector. It was highlighted that in the annual national student survey, students consistently gives the lowest scores are for the effectiveness of feedback.

Tutor-Student feedback is also important internally, and contributes to important quality control measures. From an institutional perspective, external examiners report a lack of consistency in feedback. A personal reflection is that as an external examiner, the comprehensiveness of feedback is an incredibly useful indicator.

Some useful points were shared. Sometimes students might not have the personal capacity to respond to all the feedback that is provided (in my own practice, I try to avoid leaving more than three main points, but I often leave more). Students also need to have an appetite to receive and work with feedback. Also, tutors can leave feedback that can help students connected different TMAs together.

Academic sources

During the session, we were directed to some articles. Sadler (1989) suggested that ‘students must know what good performance is, how current performance relates to good performance, how to close the gap’. Here’s a reference the presenter shared:

Sadler, D. R. (1989). Formative assessment and the design of instructional systems. Instructional Science, 18(2), 119–144. Available at: https://doi.org/10.1007/BF00117714.

Another source was Nicol and Macfarlane-Dick (2006) who presented a model of self-regulated learning.  Again, here’s the article:

Nicol, D.J. and Macfarlane-Dick, D. (2006) ‘Formative assessment and self-regulated learning: a model and seven principles of good feedback practice’, Studies in higher education (Dorchester-on-Thames), 31(2), pp. 199–218. Available at: https://doi.org/10.1080/03075070600572090

Reflections on feedback

Digging into the Nicol and Macfarlane-Dick resource, which shares 7 feedback principles, here are three that I consider to be are most significant in the OU context:

  1. Deliver high quality feedback information.
  2. Encourage positive motivation and self-esteem.
  3. Provide opportunities to close the gap between current and desired performance.

The third point is particularly helpful. It is important to share something to students about what good performance looks like. From a practical perspective, it is useful to share examples, and to explain what is interesting or important about those examples. Regarding the second point, the tone in which point of feedback are shared is also really important. This links to the idea of student self-efficacy – sometimes there may be a mismatch between what someone believes they are able to do, and what they actually can do. It is important to foster self-confidence.

As a tutor, an important question I ask is: where can I add value? I remember some debate about the balance between script and eTMA summary page. My own view is to provide feedback on the script. and feedforward on the eTMA summary. I also might try to include additional teaching points, and link what is studied in one TMA to other TMAs, or other aspects of the module.

I also remember being encouraged to consider how they receive their feedback. On more than one occasion I’ve found out my TMA score by using my phone. I think I learnt about my last TMA score when I was travelling on a train.

Further Resources

The Powerpoint that accompanies this session contained a number of resources. In addition to the ones that I have shared above, the following might be useful:

Session 2: Taking Feedback forward

The next session, facilitated by Claire Malcolm, continued the theme of feedback.

We were asked some questions: how long do you spend marking each TMA? How is this time split between script comments and eTMA summary? And how often do you repeat or rephrase? For a typical module the OU budgets that it should take a tutor 45 minute to mark an assessment. In my own tutor practice, I only ever manage to achieve this when I’m thorough ‘warmed up’ and I have managed to ‘get into the head’ of module team through the tutor notes and guidance they have prepared. This means that there can be a difference between how much time the university expects we spend, and how much time we (as tutors) do actually spend marking assignment and composing feedback.

We were asked further questions, such as do students read, understand, and apply the feedback? Also, what techniques do you use to ensure that marking does not become over time-consuming?

One of the techniques that could help us is the idea of creating and using a comment bank; a document that we can use to store comments that we may reuse (and then customise). Another term for this that I’ve heard is a ‘copperplate’, which can be though of as a template. Comment banks can be used to capture feedback or feed forward comments, but their use should not replace personalisation.

A good example of feedforward personalisation is where a tutor takes a bit from a student’s essay, and offers an example of how it might be presented in another way. In some cases, it might be useful to follow up with a discussion afterwards. Examples of exemplars can be helpful.

Another practice is to use something that was called a ‘feedforward grid’ that offers examples and potential useful exercises (to understand what they need to do to improve) that are related to learning outcomes. The exercises that may be suggested are, of course, not compulsory and won’t be marked. The feedforward form could also be used to share examples too. It could also be something that could be prepared by a module team. A final point I noted down was, of course, that a grid is not a substitute for on script comments or eTMA comments.

A variation of this kind of grid is used on one of the modules that I tutor, the computing undergraduate and project module. The difference between what was suggested and what I use is that the tutor have a lot of scope to prepare their own comments.

Session 3: Steps to Holistic KSB Assessment

The third session, facilitated by Helen Sanson, STEM practice tutor, reflected a change of focus, and one that relates to my involvement with the degree apprenticeship programme. The overview of the session mentioned the apprenticeship End-Point Assessment (EPA), emphasising that it ‘is not a multiple-choice test; it is a demonstration of professional competence’, which is assessed through a professional conversation. The session was also described to ‘challenges the traditional "tick-box" culture and offers a rapid guide to holistic assessment for Practice Tutors’ which is something that really appealed, especially since I have been thoroughly tiring of the way that many interactions are necessarily mediated through forms.

Checklist vs Holistic

Practice tutors must ensure that apprentices capture evidence to meet a defined apprenticeship standard, which is defined using descriptions certain knowledge, skills and behaviours (KSBS). A point was made that evaluating the progress of an apprentice is more than just ticking off progress, of whether (or not) an apprentice has met the necessary criteria. A checklist approach can assess whether an apprentice has performed, rather than how well they performed.

During an EPA, the assessor gives two main outcomes: they pass (demonstrates their competence) or fails. The EPA should show what they can do, and know how to act. Whilst the KSBs can appear like ‘mastery statements’, the EPA should be thought of a holistic assessment, that looks at the bigger picture. An EPA is all about communication about real world scenarios.

Sharing steps

What follows is a simple framework that was shared, that I have vigorously paraphrased:

Step 1: Spot it – identify naturally occurring evidence. Prevent apprentices relying on academic work to evidence their KSBS, but instead focus on real-world evidence: witness statements, screenshots. Encourage apprentices to collect evidence from day one.

Step 2: Map it – apprentices should only submit evidence (to their e-portfolio) if it relates to a KSB. Do reflect on the following principles of assessment: validity, authenticity, sufficiency, currency and reliability (VASCR). Consider creating a document that shows ‘clustered contextual evidence’, or as a way to summarise evidence.

Step 3:Feed it back - A framework to help to think about how apprentices have developed in their practice. What?: Can the evidence be used to describe a workplace situation or problem (and what KSBs can be demonstrated)? So what?: What process was followed, what was done?. Now what?: What was the output? Has there been some personal or organisational benefit?

A phrase that I noted down towards the end was: ‘Assess the cake rather than the ingredients – to make sure they are ready within their careers’.

Session 4: KSBs and OU apprenticeship programmes: a panel discussion

This final session was different to the others. It was described as follows: ‘featuring a panel of faculty representatives from WELS, FBL and STEM, this session will unpack how KSBs underpin programme design, teaching, and assessment across apprenticeship pathways’. What followsis a set of brief headings which reflect some of the discussions, under which are some accompanying points.

What is the purpose of KSBs in supporting apprentice learning?

Knowledge skills and behaviours (KSBs) are things that apprentices must know.

Can be useful to bridge theory and practice.

They can help apprentices to understand where to develop skills and abilities.

Which KSBs are the most challenging to evidence?

Those that relate to work-based experiences, especially if the apprentice’s organisation is subject to significant amount of change.

What questions could explore the apprentice and employer’s understanding of the KSBs?

What can you tell us about what you have done?

What else have you done?

Can you give me an example?

What was the impact?

What did you learn from doing that?

What do you need to gather to show you have achieved this?

What are the next steps?

What does higher quality OTJ training looks like within your programme?

OTJ means Off the Job Time. It includes time allocated to academic study.

A challenge is to make sure that apprentices record their hours, and make a note of how they have used their time.

In some cases, the employer may allocate time for the attending of conferences or events that relate to the role.

How can university and employers work together to support KSB progression?

It is necessary to interpret what KSBs mean in the context of a particular role. It is also necessary to relate them to the roles within the sector in which they are working.

Think of the KSBs as a guide.

Reflections

I remember the time when there used to be large cross-faculty events that were organised from a regional centre. Along with a nice lunch, meeting fellow associate lecturers was one of the motivations to go to these events. Not only would they have cross-faculty sessions, but there would also be faculty specific meetings. There would also be these informal coffee-point chats, where you may share experiences and pick up on new ideas whilst chatting with colleagues of a coffee and a biscuit.

I feel that these online cross faculty events work well for the university, but less so for the delegates. I find online tiring, but also appreciate that online is accessible, as well as being cost effective. The sessions I attended were quite short, and sometimes felt very formal. In my experience, online always takes longer (but, of course, it does depend on what is done, and how everything is facilitated).

In the sessions I attended there was very little opportunity to chat. Discussions, of course, work better, if you know more about those who you are speaking with, and a big variable is, of course, the experience and confidence of the facilitator. When I used to facilitate sessions, I was always really aware of there being a lot of experience in the room. More often than not, there were colleagues who were even more experienced than I was. I kind of felt that it was my task to find those people, and to get them talking.

Due to the level of interactivity being very attenuated, the objective of fostering a community of practice was a long way from being met. I didn’t recognise many of the names of the colleagues who were also attending (other than, of course, a very nice surprise of noticing someone who I haven’t seen for a good few years).

I’ve always asserted that the most important thing in education is, of course, people. When it comes to academic professional development, there is always a risk that technology can acts as a barrier to communication, just as much as it always has the potential to bring people together. A panel discussion without questions isn’t a panel discussion; it is a presentation.

There were some positives: the sessions about feedback helped me to reflect on my practices, and the references to the academic articles was welcome. From the practice tuition perspective, the critical approach that was taken in the third session was appreciated. It also offered a useful reminder about the purpose and significance of the end point assessment.

Acknowledgements

Many thanks to the ALSPD team who set up the event, and all the facilitators who worked hard to both design and run the sessions. 

Permalink Add your comment
Share post
Christopher Douce

Workshop: The Mechanics of Good Writing

Visible to anyone in the world
Edited by Christopher Douce, Wednesday 18 March 2026 at 12:11

The full title of this workshop was: The Mechanics of Good Writing in the Arts and Humanities. Although my English degree is now coming to an end, I thought I would go along to a programme wide lunchtime workshop about writing, which took place on 3 March 2026, facilitated by Cindy Benton. This was one of a series of workshops that I attended with the intention of picking up any potential useful tips. I’m really glad I went, since there were some very good tips to be gathered.

What follows are some notes I made, which I’m sharing with permission. When I use quotes, I’m either quoting directly from Cindy, or from the resource that she shared during her session. I would also like to add that the tips shared here may be useful to students who are studying subjects other than the humanities. These notes may also be especially useful for students studying the Computing and IT undergraduate project module, who have to submit a significant report during the end of their degree.

The workshop aim was to focus “on the skills needed to develop good academic writing at the sentence and paragraph level, including how to avoid common sentence structure errors, constructing effective paragraphs, signposting, and using an appropriate academic tone.” Cindy shared an interesting quote from Bourdieu and Passeron (1994); “academic languguage is no-one’s first language”, which I have since tracked down to the following source: Bourdieu, P., Passeron, J.C., & De Saint Martin, M. (1994). Academic discourse, linguistic misunderstanding, and professorial power. Stanford University Press.

I really like this quotation, since it reminds me of some related research that relates to the idea of academic literacies (ORO), that was published by a former OU colleague. From memory, the point is that you’re not just learning about something, you’re also writing about how that subject is discussed or expressed. Put another way, there are a bunch of these hidden rules that you need to figure out.

In computing modules, writing isn’t something that is foregrounded. Students are not typically expected to write essays. Students are, however, expected to write reports, and include short discussions within TMA submissions. Whatever the subject, writing is important.

If you’re a computing student, you might want to skip over the following section about the essay, and start on the section that highlights the importance of the introduction.

The essay

I understand an essay to be a formal piece of writing that is “structured, evidence based, balanced and formal”. It is something that “gives an opportunity to evidence understanding”.

We were asked a question: what makes a good essay?

I noted down three elements of a good essay: presentation, content, structure.

Presentation is important, since it helps the readability. Presentation can be helped by the use of correct use of language, appropriate use of paragraphs which have a clear structure, and correct referencing.

In terms of content, what you include should be relevant. You need to include evidence to support any claims you make and analyse any evidence that you share. Everything that you include should relate back to the essay question.

Turning to structure, there should be a clear introduction, a set of related paragraphs which uses signposts and transitional sentences to move between them, a clear conclusion, and a set of references.

There are things you should avoid: basic language errors (punctuation and word choice), overly personal language, contractions, colloquial language, emotive language, generalisations, and rhetorical questions. The point that we were implicitly returning to is that essays are formal and dispassionate.

Introductions

It is stating the obvious that essays and dissertations should contain introductions.

An introduction sets out the main points you are going to cover. It shares some context to outline what a piece of writing is all about. A rule of thumb is that an introduction should take up between 5 and 10% of a document.

During an introduction, offer a sketch of your conclusion. A practical suggestion is to avoid restating the essay question but instead aim to give an answer to your question. You may write what is called a thesis statement (which is a phrase I’ve not heard of before). A thesis statement should give your answer direction and focus. It should tell the reader about the topic and point out what will be discussed.

In an introduction to a report, you should say something about what you have done or what you have found out. You may also say something about why and how you have done what you have done, whilst also sharing some pointers to sections that follow.

Paragraphs

Each paragraph should share one main point before moving onto the next point. A paragraph should open with a sentence that relates to the thesis statement, or what the paragraph is going to cover. This opening sentence is called a topic sentence.

An effective paragraph has relevance (it has cohesion, which means that it addresses a single point), it has unity and completeness (it develops a point fully before moving on), and coherence (sentences should flow from one to the other and organised in a logical order). An important point to remember is that if your paragraph contains detail that is not related to the aim of the paragraph, leave it out.

A well-known approach to working with paragraphs goes by the abbreviation PEEL: make a point, give evidence from your readings, explain how evidence relates to your point, and then add a linking sentence. Your linking sentence helps with flow and readability. It ensures a clear connection between everything that you have discussed, and can relate back to the question being answered. The explain bit is the analysis bit; it is the part of your paragraph that does a lot of the heavy lifting.

Reflecting on the application of PEEL, a bit of advice I was told by my own tutor was: “don’t end on a quote”. You need to explain what that quote it all about to your reader.

To conclude this section, a very practical tip was: if you’re struggling with your word count, ask whether every paragraph contributes to the overall argument. If not, then consider cutting it.

Signposting

Signposts guides a reader through your argument, essay or report. They can show how points and paragraphs are connected together. They can work at different levels: within sections, at the start of paragraphs (to highlight the point that is going to be addressed), and within sentences. Sentence level signposting makes use of words such as however, alternatively, additionally (adding more ideas). Signposts can also be used within the conclusion, which can offer a reminder of where you got to at the end of the report or essay. They can also work within your conclusion to offer a reminder to the reader about the route they took to get to the end.

Conclusions

Reflecting the introduction, the conclusion to an essay should be anything between 5 to 10% of the total word count. The aim of the conclusion is to bring different threads together, which are expressed in the paragraphs. A conclusion should also show how your essay has addressed the question, and state points that have been identified or shared. Don’t introduce anything that is new. Present your main point or points. Don’t surprise your reader.

A set of questions to ask were shared. These are: is our conclusion related to our essay question? Is it based on evidence? Does it bring thread and points together? Does it avoid adding anything new?

Sentence level errors

The next bit was a quick summary of some small errors that could come up in your writing.

Run on sentences: "are two (or more) sentences that could, and should, stand alone, but that have been spliced together without the proper punctuation or conjunctions" (the word ‘and’). (Thank you Cindy for that precise definition!)

Comma splices: This is where commas, rather than full stops, are used to connect entire sentences together. It can be solved be adding a full stop, or by using a semicolon. A semicolon is used to show that two separate sentences are closely related.

I find all this low level language stuff quite difficult, especially when terms such ‘clause’ and ‘conjunction’ are used. The following resource from the University of Waterloo, Run-on Sentences and Comma Splices offers some helpful guidance.

Another topic that was mentioned was the dreaded apostrophe. I have no shame in declaring that it took me a long time to properly figures this out, although it is inherently very simple. Essentially, the apostrophe relates to possession or ownership. This blog is Chris’s blog. It is my blog. The University of Sussex has a helpful page on The Apostrophe.

This resource is from a wider set of pages on the topic of punctuation, which is worth looking through.

Resources

The PowerPoint resource that accompanied the workshop contained a number of useful resources. I’ve pulled a number of them together and summarise them below:

And finally:

Reflections

Even though I’m an experienced student who has been around the block a few times, this session reminded me that attending events, however familiar, still helps me to pick up new ideas. I came out of this session learning the terms: thesis statement, topic sentence, and comma splices. I still struggle with the idea of an argument when it comes to English essays, but I think I’m getting there.

Acknowledgments

Acknowledgments are duly given to the Arts and Humanities team that set up this programme of workshops, and to Cindy Benton (whose excellent suggestions for edits spared my grammatical blushes).

Permalink
Share post
Christopher Douce

A335 Journal – February 2026

Visible to anyone in the world

7 February 2026

Over the last week I listened to two sections of Eliot’s Quartets. It has been a discussion on the Facebook group. None of us can really make head nor tail of it. A fellow student has shared a link to this following YouTube video: A Reader's Guide to T.S. Eliot's "Four Quartets". It is quite long, but I’ll try to find the time to give it a listen. Although I’ll probably give the module materials on Eliot another read, this is one of those texts that I’m not really enthusiastic about.

Yesterday I had a chat with an expert in modernism about texts that might work well with Good Morning, Midnight. A left-field suggestions was Double Indemnity by Cain. I gave this a quick read. It’s a cracking yarn. I was thoroughly engrossed for a few hours but I’m not sure whether there are clear examples within the text that relates to the TMA 4 question. Another suggestion was a textbook, An Introduction to Literature, Criticism and Theory by Andrew Bennett and Nicholas Royle. This suggestion is in keeping with the TMA 4 guidance.

After a cup of tea, it’s back to the reading.

12 February 2026

After a couple of emails exchanged with my tutor, I’ve settled on a second text. Incidentally, it’s one by Orwell, and is also one that I happened to read 35 years ago, before I really got stuck into my career in computing. In some respects, this feels like a story that has come full circle, returning to an academic crossroads that I had passed decades before. The curious thing about re-reading this text is that I remember fragments of it. It made an impression on me, and was also a book that I carried around between different flats and houses for about a decade.

The copy I used to have is long gone. The version I’m reading has been downloaded to my Kindle. I might well have to find a paper copy, which might give me a useful introduction that might be helpful for my penultimate essay.

18 February 2026

I’m trying to read one of the three secondary readings about Good Morning, Midnight, but I’m not getting very far. The first one is hard to follow. It contains a lot of creative hypotheses about Rhys’s intentions. I’m hoping that the remaining papers will be a bit easier. Now that I’ve finished editing an exam paper, and have had a good old go at making templates for the next presentation of the software engineering module, I feel as though I have a bit of time I can dedicate to reading what I need to read.

Now that my literature studies are beginning to come to an end, I’m starting to wonder about what to study next. There is a bit of me that wants to study a level 1 maths module, since I feel a bit of ‘maths shame’. I really feel as if my practical knowledge of mathematics needs to be developed, since I struggled with the subject when I was an undergraduate. Choosing a maths module would be very much a decision of the head, rather than the heart.

One possible ‘heart’ decision, is an MA in English Literature. Through the MA Open route, there’s a possibility to combine the study of English Literature with Creative Writing.

By the looks of it, the MA in English Lit is split into two modules: MA English literature part 1 and the appropriately titled MA English literature part 2. The first module appears to be a taught module, and the second relates to the writing of a dissertation. On the creative writing pathway, the corresponding module goes by the module code and title MA Creative Writing part 2 where students have to create ‘a sustained piece of creative writing produced to a professional level’.

On the face of it, the MA looks pretty difficult, which is also the masochistic appeal. I’ve learnt that difficult things are often worthwhile. Another possibility is to have a bit of a break from study, but this would mean that I would lose my Amazon Prime and Tidal student subscriptions!

Since I’m not someone to rush into anything, I’ll see how exhausted I feel when I’ve submitted my EMA.

20 February 2026

I spent quite a bit of last night reading critical articles. I’ve moved from reading about Rhys to Orwell. One of the articles referenced a couple of Orwell’s essays, which are available to read via the Australian version of Project Gutenberg where it is possible to download ePub versions of his texts.

I also noticed in an article that Williams (who was mentioned in our previous TMA) has written a book about Orwell. I had a quick look in the OU library but couldn’t find it. I did, however, find my way to a YouTube video that shares a link between Williams and the OU, entitled Raymond Williams (with Stuart Hall) on George Orwell (YouTube). It is worth a watch. The video is a part of a series from the Raymond Williams Society. The society has a website. I had a quick look at the blog. There’s a lot there that I don’t understand!

Not only is there a Cambridge Companion to Rhys, there’s also a Cambridge Companion to Orwell. I’ve downloaded one of the chapters, which I’ll try to read through tonight, along with another article I’ve just about got halfway through. After this, it’ll be just about time to start to make notes from the secondary readings and the text. I’ll then turn my attention back to the module materials.

22 February 2026

I’m two thirds through Orwell’s essay Inside the Whale. I’m finding it slightly harder to read than his other essays, which is only down to the subject matter. Unsurprisingly, he mentions politics and the context in which literature is written. I also keep returning to a question, which is: could I pair Rhys’s Good Morning, Midnight with Miller’s The Tropic of Cancer (which Orwell mentions in his essay). There are some interesting similarities, but it doesn’t quite fit within the essay question. I’ll read the text to see how I feel for it. If I feel it’s a worthwhile pairing, I’ll ask my tutor.

I’ve also discovered an essay about the politics of Good Morning, Midnight. I’ll try to find a PDF copy so I can read it on my Kindle. I like the connection to politics, but I don’t like the reference to Deleuze, who always baffles me.

The more you read, the more you find to read.

28 February 2026

I went to see a production of Playboy of the Western World at the National Theatre. I messed up on my timing, so I managed to see the very last performance (long after the TMA had been submitted). I read a couple of reviews of it, and they were clearly mixed. The Guardian theatre reviewer, who I usually quite like, was clearly confused by the whole thing. I could sense that some members of audience had no idea what was going on. The violence of the final act was shocking, but was presented in a ridiculous farcical way. It’s a curious play, but one that has contemporary political relevance. It resonated on an unexpected personal level too; the extent to which attitudes to others can literally change overnight.

Whilst I was at the National I had a quick look at its bookshop. They had loads of books of plays by playwrights, but none by Aphra Behn. Given another contemporary story, I’m wondering whether I could start a campaign to stage The Amorous Prince.

In other news, I’ve got another book: Raymond Williams’s critical assessment of Orwell. I can’t read it right now, since I’ve got a load of difficult TM354 marking that has landed. I also need to get back to re-reading the module materials.

Permalink Add your comment
Share post
Christopher Douce

The third golden age of software engineering

Visible to anyone in the world
Edited by Christopher Douce, Wednesday 18 February 2026 at 20:08

When I was about to start a task, I was proactively distracted by a really interesting and topical YouTube recommendation.

In week 20 of TM354 Software Engineering (which is an optional bit of study materials) students are encouraged to listen to a talk by Grady Booch about the topic of software architecture. 

The recommendation I was offered by YouTube was to listen to a talk from The Pragmatic Engineer by Grady entitled The third golden age of software engineering – thanks to AI which is slightly different to his earlier talk about architecture.

The post that was recommended to me is worth a listen (but it is pretty long!) Booch is known for his work on UML, which features heavily in TM354. Over the last couple of years (before I left X), I’ve been aware of Booch’s opinions about Generative AI. I’ve shared his cynicism about the hype that has been shared by the developers of GenAI systems.

It is worth looking at the bookmarked sections of the video. Each of his descriptions of the different ‘golden ages’ are interesting. In it, he highlights drivers and change. In fact, I really like how he introduces the origins of software engineering.

In his talk, he responds to an assertion from the CEO of Anthropic who suggests that AI can take over tasks that are carried out by software engineers in 12 months. Given that people (namely, software engineers) are able to know and understand the richness of the human contexts in which software exists, and be aware of the nuances that can be expressed within sets of non-functional requirements, I hold the view that this is nonsense. A general purpose generative AI tool cannot provide insight after speaking with a number of different stakeholders, and appreciate how begin to make changes to existing systems. Booch presents his response to Amodei’s assertion by adopting more scientific language, which is certainly worth listening to.

Some of the themes that run through his talk (in addition to AI) are that of abstraction, ethics, and change. He also offers some helpful suggestions about ‘new skills engineers will need to succeed’.

If you’re a software engineering student, and have a free hour (which might be easier said than done), Booch’s talk is worth a listen. Some bits can get pretty dense in terms of detail, but don’t worry out that too much. Sometimes it is useful to listen for the gist, since it’s always possible to go over it again later.

As an aside, he also mentioned a website called Victorian Engineering Connections. Following his comment, I searched for George Boole, and watched a web of links appear on my screen.

To conclude, here’s a quote from Booch’s X account: “The story of computing is the story of humanity: this is a story of ambition, invention, creativity, vision, avarice, power, and serendipity, powered by a refusal to accept the limits of our bodies and our minds.” I really like that. After all, at the end of the day, software engineering is all about creating products and systems for people, by people.

Permalink
Share post
Christopher Douce

Considering the dimensions of group work

Visible to anyone in the world
Edited by Christopher Douce, Thursday 12 February 2026 at 15:08

A couple of weeks ago I was asked to prepare a short contribution about group work to a TM253 module team meeting; TM253 is a new second level computing module that is being developed. When reflecting on this, I’ve realised that I’ve experienced online group work from a number of different perspectives: as a student, a tutor and a module chair.

What follows are some rough notes that summarise my experiences, followed by a really simple conceptual framework that relates to online academic group work. From a perspective of a student, the framework might be useful tool to understand what happens in your module. From the perspective of a module team member, if might be useful to understand how to think about group work.

Student experience: A335 Literature in transition

For one of the A335 TMAs, students had to contribute to a collaborative Wiki. We had to find some academic articles that related to some of our set texts, and share a summary of what we find, a couple of useful quotes, and a reference. In turn, we would get some marks for our trouble.

We would then use what was submitted within a longer essay. I really liked this activity, since the students ended up with quite a detailed bibliography that we could also refer to later if we ever needed to. It also focussed our attention to look at the texts that were not the focus of our substantive essay.

Tutor experience: M364 Interaction Design

I tutored on M364 Interaction Design for ten years, starting in 2006. When I started, we all used a product called FirstClass, which was eventually replaced by a version of the Moodle VLE. One of the TMAs focused on evaluation. Students had to take a sketch of a design that they produced in a design TMA and share it with a fellow student. In turn, they would carry out what is called a heuristic evaluation, and suggest enhancements.

One of my duties as a tutor was to pair students together into sub-forums where they would share sketches and evaluation results. These areas had weird names (apparently names are friendlier than numbers) but I can’t remember what any of them were called. On the occasions where I had an odd number of students I would put them into groups of three. When students didn’t submit their sketches, I would share a sketch that had been prepared by the module team.

The whole reason for doing this was to enable students to gain a little bit of experience of collaboration. There was also the point that different evaluators can find different things. It kind of worked, but it was always a bit clunky, and it always took a bit of explaining.

Module chair experience: TM354 Software Engineering

Software engineering is a team sport. Software engineers use all kinds of tools to communicate with each other. They use formal diagrams, sketches on whiteboard, post-it notes, requirements documents, and a myriad of other representations. With this in mind, it would be remiss of us not to attempt to share an experience of team working.

One of the processes that TM354 talks about is agile. Agile development teams are small teams that work together to solve specific problems. Members of agile teams are constantly talking to each other. Talking makes software real. Sharing of sketches and diagrams makes software real, and this is what happens in TM354.

In a couple of TMAs students create sketches and then share them to an online tool called ShareSpace. Fellow students are then invited to make helpful constructive comments about the sketches that have been submitted. In turn, students then go onto refine their earlier diagrams, reflecting on what changes they might have made. The big idea is to simulate some of the work that can happen within module teams.

Conceptual framework

Here’s what I’ve come up with: a simple framework.

Groups vs Teams

There’s an important difference between groups and teams. A group is a group of people that can make contributions that individually may contribute to solving a defined problem, but these are separate from each other. A team is a group of people who solve a defined problem whilst also knowing something about each member’s interests, abilities, knowledge and skills. A team works together closely with each other. A team needs time to form.

More group work takes place than teamwork.

Authentic vs Artificial

The key question here is: does the assessment activity directly reflect the skills that a module aims to develop, or does it reflect what a student may be doing after they graduate? An interesting authentic assessment scenario I have heard that relates to software engineering are scenarios where requirements change part way through an assessment; a theoretical customer may discover a new set of requirements they had never through of before. This notion speaks to a sub-dimension: what is expected vs the possibility of the unexpected. In the real world, new situations can emerge, and things can go wrong.

As suggested, an artificial assessment is one that aims to test learning outcomes in a way that may be distinct from how those learning outcomes may be applied in real situations. Ideally, assessments should be authentic, but when students have a lot to study, assessments are typically artificial, but with authentic elements.

Real tools vs Simplified tools

This follows on from the earlier dimension. Should a module make use of tools that are used ‘out there in the world’, which might be potentially difficult to understand and work with, or should a module team use tools that are designed to help understanding?

In computing, a good example of this is introducing students to a fully-fledged integrated development environment (IDE), such as Microsoft Visual Studio Code, or an IDE that has been specifically developed to help students understand concepts. An example of a useful but restricted tool is BlueJ. Put another way, do we need to provide guard rails?

This topic has been subject to academic debate. My own view is to go immediately with industrial strength tools, if it is able to do so. Academics should be able to offer practical guidance to show how these tools are used.

Interaction matters vs Outcome matters

This pair reflects a design aim from the module team and those writing the assessment. What is the overall objective of the assessment? Is skills and knowledge represented by the interaction or the process, or the product at the end. A related question is whether students should reflect on the actions undertaken by the team, or the effectiveness of the final outcome?

The process is always important, whether it is writing an essay, or writing software.

Actions for points vs Completion for points

This dimension follows on directly from the previous dimension and relates to the question of what is done to gain credit for an assignment. Does completing tasks, and showing you have completed tasks gain credit, or should we assign marks for the completed artifact? In some ways, this is a bit like the idea of ‘showing your marking’ within a maths assignment.

Looking at this practically, there should be points gained for completing (and compiling) evidence of tasks.

Individual scores vs Team scores

If there is a large team supported by a small number of high performing individuals, how should the marks be allocated? Should the overall result reflect the outcome, or should it reflect the individual contributions? The answer to this may well relate to what is being assessed.

Ultimately, there should be some actions and work that enable the contributions by individual students to be differentiated between each other.

Tutor oversight vs Team autonomy

This relates to the amount of scaffolding a tutor should provide, and the extent of the guidance provided whilst teamwork (or groupwork) is taking place. Within this, there is the implicit question of whether a tutor has a ‘plan b’ just in case something goes wrong. This is also connected to the extent to which the module team provides pre-selected tools, guidance or frameworks.

It takes time to observe what occurs within a team, and it takes time (and experience) to productively intervene if things get difficult. Given that tutors often do not have a lot of time, the responsibility for setting everything up and structuring activities should fall to the module team.

Repeated scenarios vs New scenarios

This dimension relates to an issue that the module team needs to resolve. Should they adjust an existing scenario for every module presentation, or should they endeavour to create a new scenario. The risk of creating a new scenario is that it runs the risk of introducing problems (which could, of course, be authentic – but not necessarily related to learning outcomes that need to be assessed).

What typically happens (in my experience) is that a scenario framework is created, and changes are made within that framework.

Reflections

Collaborative work is a term that covers both group work and teamwork. It is a topic that is featured within descriptions of degree level qualifications that are provided by the QAA. Given the nature of higher education, it is difficult to create collaborative assessments that are intrinsically authentic. Perhaps the best we can do is to create assessments that employ and use authentic tools. When considering teamwork, it is also important to necessarily consider safety in terms of the integrity of the assessment process, and the emotional and physical safety of those who participate. Guard rails are important.

Permalink Add your comment
Share post
Christopher Douce

A335 Journal - January 2026

Visible to anyone in the world
Edited by Christopher Douce, Friday 30 January 2026 at 10:05

3 January 2026

Happy new year!

My previous TMA result has finally come in. I’ve had a look through the comments, and they are helpful. The big takeaway point is to work harder to integrate everything together – secondary sources, the text that is the focus of the analysis, and my opinions about everything. Also, it is important to make my opinions clear – do I agree or disagree with other critics? All this is good academic practice which I was never formally taught in my study of computing. With this in mind, I do feel as if I’m getting some useful additional academic training from studying English.

I’m looking forward to the next TMA. Over the winter break, I had a short break of a couple of days. During that time, I managed to choose and then read three articles for next TMA. When I got back, I’ve had a go to summarise them for when the TMA 3 discussion forum opens. What I need to do is to go through my chosen set text with a fine toothed comb, whilst thinking about the main essay question.

I managed to get a bit of extra ‘study’ done first thing this morning. Whilst lying in bed, I listed to a podcast by Emma Smith, a fabulous Shakespeare scholar from Oxford University I thought there might be a connection between a topic she raised and the forthcoming EMA question. Without too much messing about, I managed to track down the source, which I’ve now sent to my Kindle.

My final action of this morning is to eyeball the TMA 4 question, which is due in April. I have two immediate thoughts. The first is that it appears to be quite open, i.e. for a couple of the options we get to choose our own texts (if we wish to do so). The second is that there’s a group of texts that I’ve not yet read. I need to restart reading Salih and then move onto Calvino, but I’m a bit intimidated by its length. I have, however, booked time off in leave for the beginning of March, so I might be okay.

5 January 2026

I tried to download a version of the Salih text, but it isn’t available on the Kindle, so I downloaded a copy of Cosmicomics. I have a paper version, but I don’t have it with me at the moment. I don’t like it. I’m nearly through the first 12 stories. I’m not, yet, at the point of wanting to throw it across the room (which I wanted to do with a Woolf text), but I’m not too far from it. I appreciate what it’s trying to do, but from my reading, I don’t think it works. It feels overly contrived. This is the extent of my literary analysis.

The TMA 3 wiki should open soon. I’ve asked my tutor a question, and has kindly responded. My next task is to read over what I’ve prepared and then post my text to the collaborative area. I then have a couple of weeks until I need to put my thoughts in order for the penultimate TMA. In the meantime, my day job is going to dominate.

This is my first day back. I think I need another holiday.

13 January 2026

My contribution to the collaborative literature review has been done. I’m quite pleased when what I managed to put together.

Over the last week or so I’ve been jumping around between different texts. I’ve abandoned Cosmicomics. I really don’t like it. This said, I have got part way through an audiobook version of Between the Acts, which isn’t as bad as I remembered. I got through a few chapters whilst on a long drive. I’ll try to start it again when I have another long drive in a couple of weeks.

After seeing a fabulous play, I was inspired to read Stuff Happens by Hare, another of our set texts. I tore through it in under a day and found it thoroughly enjoyable. Given all the current political insanity, it came across as being unexpectedly quaint.

I’ve just finished listening to a cluster tutorial that was about another drama, The Playboy of the Western World. The tutor was fabulous, and packed in a whole lot of detail that either had passed me by, or I hadn’t known about. I might well go back and give it another listen. We were also given a link to a video recording of the play which I’m going to watch. I’ve already listened to an audio recording of it, which I found through Drama Online, but I haven’t (yet) got the entire sense of the play. I’ll really know what is what when I get to see it at The National at the end of next month – I just wish that I had booked in to see it earlier.

My next steps: I’ve downloaded another secondary source – a paper about modernism, and The Aran Islands by Synge and have sent these to my Kindle. I’m going to take myself off to a coffee shop, get out my virtual highlighter, and perform the role of an English student. (I would enjoy it more if I wasn’t so stressed about editing and writing materials for my day job!)

14 January 2026

I’ve started the modernism paper, but I got distracted. I recently found a copy of Reading and Criticism by Raymond Williams, published in 1955. Williams is mentioned in the module materials.

I have about 3 chapters to go: a chapter on reading drama, a chapter on bringing criticism all together, and a chapter about the role of literature in society. I read one first thing this morning. I’m hoping to get another one read by the end of the day.

16 January 2026

I’ve been to a few more tutorials. I was at the guest lecture about Ford last night, and ended up getting a bit confused. A lot of words were used. Just when I think I’m ‘getting’ modernism, a whole bunch of other ideas about it are thrown my way. I now have the job of picking through them all, and figuring out how the relate to my chosen text.

I’ve downloaded a bunch of papers from a Cambridge Companion, and have downloaded a couple of papers recommended by students. What I’ve got to do now is to read (and understand) everything, which is a whole lot easier said than done.

I keep thinking about the final TMA. I would like to pair Rhys with another text. That text must have been published between the years of 1932 and 1946, but I have no idea which text to choose. I have, however, found two useful resources (albeit a resource that is also trying to sell us books). Both are lists from Penguin. The first is 20 books that defined the 1930s. The second is, perhaps unsurprisingly, Books that shaped the 1940s. There are quite a few I’ve not heard of, and there are quite a few that I fancy reading. I’m sure we’ll be offered quite a bit of guidance when it comes to TMA 4.

19 January 2026

I think I’ve decided what to pair the Rhys text with (spoiler alert: it isn’t Woolf). I’ve ordered a cheap second hand copy of my chosen text from a popular second hand marketplace. If I hate the text, I have a lot of time to choose something else. I hope to have a good look at it next week.

I’m continuing with my reading of criticism of The Playboy of the Western World. To try to make more sense of it, I managed to spend a couple of hours watching something called the Druid production. I watched it whilst reading the Project Gutenberg edition on my Kindle whilst making the occasional set of notes. I now have a lot more of a sense of the play. It is a curious piece. It is completely over the top, and patently ridiculous, but I quite like it.

I have two other things to do. Look up both Synge and modernism in two reference books I have at home. There’s also a tutorial about Synge this evening. I’ll then consolidate my secondary reading. I should be able to start writing either at the end of this week, or the start of next week.

Something else. My tutor has shared an additional resource which relates to modernism and a bit of the forthcoming TMA. I’ve downloaded it and have sent it to my Kindle.

There’s always more stuff to read.

22 January 2026

I’m very nearly ready to get stuck in with my essay. I thought I would have a good old go at it this morning. Before I got cracking, I noticed that a tutor had shared some slides from their Synge tutorial. I downloaded them, opened them, and had a quick browse through. I don’t (yet) think my critical eye is as refined as it could be. I need to sit down with the text, and the PowerPoint slides, and go through them both carefully.

Whilst on a break, I jumped ahead to a bit of the final TMA; I started to re-read the opening of Good morning, Midnight. I really like this text. In the same morning, I received delivery of a text that I think I might pair it with. I’ll have to see if it’ll work.

Here’s my plan: quickly review the additional resource (which I said I would do) that tutors have been sharing, eyeball all the critical articles I’ve downloaded, and then start to pick apart passages from Playboy.

27 January 2026

This TMA 3 essay is doing my head in. I’m finding it really slippery. I’ve finished making loads of notes, but I’m worried that in the process of trying to distil everything down, my chosen argument might be way too complicated. There is a simple reason for this: the more that I have read, the more I see the different ways that the play can be understood. I have some thoughts about the passages that I’ve chosen, but I feel I need to write them down to see if they may any sense. I’m at a point where I feel I need to get this done.

I also feel as if I’m at a similar point in the module as I was last year with A334 - feeling a bit tired and confused. I’ll be really glad when this one is out of the way. I’ve been a bit overwhelmed with all the sources I’ve tried to make sense of.

30 January 2026

My TMA has gone in. I think it is as best as it can be. It has gone in way early, simply because I need to manage my workload.

Last night I started to listen to the Rhys audio materials, which I really liked and finished listening to them this morning. I tried to find a recording of the BBC radio play that was mentioned. I wasn’t successful, but I did find a radio programme about Good Morning, Midnight by comedian Josie Long. Her episode of The Exploding Library is really worth a listen. I even found a few minutes to look in the library, and have already downloaded a couple of critical articles which might be useful later. My next step is to go back to re-reading Good Morning, Midnight.

Permalink Add your comment
Share post
Christopher Douce

A335 Journal – December 2025

Visible to anyone in the world

4 December 2025

Yesterday I finished listening to The Mill on the Floss. If I’m being honest, the final few chapters flew by in a blur. I do feel as if I need to listen to a few recorded tutorials about Eliot if I were to draw on her text for my EMA.

After a mild study hiatus due to my day job, and other life responsibilities, I did a bit of reading this morning. I feel that my understanding of modernism is becoming slightly firmer. Only slightly, mind.

Tomorrow morning there is an arts and humanities school event about academic writing. Although a lot of TMA marking has now landed, I am tempted, since I’m sure it will be helpful. I took a moment to click through to view the list of recorded events, and there were loads of them. I’m guessing it’s going to be recorded. Maybe listening to some of the other events would also be useful.

12 December 2025

I didn’t make it to the arts and humanities event. I do feel as if I’m on a bit of an inadvertent ‘go slow’ when it comes to my study at the moment. Lots of day job and personal life stuff going on. This said, I did get in a couple of hours of study this morning. I went through the audiovisual materials for Synge and Ford, whilst making notes.

When going through the Ford material, I did notice that there were five bits of additional reading to do. I accessed them all, viewed them as a single page, printed each of them as a PDF, and sent them all to my Kindle. There’s articles about the chronology of The Good Soldier, something about impressionism, and something about the history of the text.

As I was browsing over these materials, I briefly reflected on the EMA question. Although it is a long way away, I started to wonder whether Ford might be a potential choice; Ford and one of those new fangled digital texts we have yet to find out about. It’s a bit too early to be thinking about the EMA. There is quite a lot of learning to do before we all get there.

19 December 2025

I’m doing things, but I feel as if I’m not getting very far. I think that is okay, though. I feel as if I’m slightly ahead, although I do need to get reading more of the set texts.

Yesterday I listened to another Katherine Mansfield story whilst doing a bit of travelling. I’m really starting like her writing. A former colleague (who taught literature) spoke about the idea of ‘writerly versus readerly’ texts, which makes a bit of sense. Mansfield seems to leave gaps for us to do the figuring out.

Last night there was a tutorial for our tutor group. There were only five of us there. It was all about the pragmatics of the next TMA, which I think I now understand, the broad category of modernism, a bit about Ford, and a bit about Mansfield. I asked some pointed questions about how to approach the essay bit of the TMA, which was helpful. As I might have mentioned before, the idea of modernism is getting a bit clearer.

I think I know when I’ll have a bit of time over the winter break to do a bit of reading of Mansfield, and maybe have another read of Ford.

After this bit, we have Woolf, and some Eliot, and then it's onto the other texts that I’ve not touched.

Permalink Add your comment
Share post
Christopher Douce

Apprentice End Point Assessment (EPA) workshop

Visible to anyone in the world

On 10 December 2025, I attended a short online workshop to help OU Digital Technology Solutions (DTS) degree apprentices become familiar with what was required for their End Point Assessment (EPA).

What follows are a set of notes I’ve taken during the session which I’m sharing on the off chance they might be useful for any of the apprentices I’m supporting.  I’ve also taken a few moments to share my own practical tips, which I hope are helpful. I’ve written it as if I was speaking with an apprentice (which reflects the workshop).

A professional discussion

The EPA is what is called a professional discussion. It is a formal assessment to determine your “occupational competence” but should also be considered as “a celebration of your apprenticeship journey”.  It is a conversation about all the experience and learning gained from your apprenticeship, drawing on evidence that have been uploaded to your ePortfolio. The evidence will, of course, demonstrates your meet all the knowledge skills and behaviours (KSBs) that all combine together to form the DTS standard.

The EPA is expected to take 60 minutes, and is likely to contain 4 key critical questions (which are related to themes). Each question is likely to lead to follow up questions. The first question is likely to be quite broad. A practical recommendation is to give clear examples that relates to the evidence that you have uploaded and the KSBs.

Your portfolio

The evidence that you upload to your ePortfolio must be your own evidence; it must relate to work-based activities that you have done yourself, and the learning that you have gained from that work.

Every piece of evidence that you add must relate to one or more of the standard’s KSBs. A practical recommendation is that every piece of evidence should ideally relate to a group of KSBs. Minimum of 6 piece of evidence, but typically about 10 pieces of evidence. Evidence could take the form of module assignments (tutor marked assessments), information about work based products, narrative summaries of work down (with screenshots), witness testimonies, and even video materials.

How do you make decisions about what to include into the ePortfolio? An important question to ask is “what is a particular piece of evidence trying to achieve?” Two accompany questions are: what does it show, and how does it relate to the KSBs? Also, does the piece of evidence have a clear filename and title? Is it well structured? Does it show clear evidence of learning and development having taken place?

To help everyone to prepare evidence, we were introduced to something called the STAR method, a simple framework that uses four words to encourage reflection. The words are: situation (what is the context in which something was done?), task (why was it needed?), action (what did you do?), and result (what was the outcome or impact?).

After a piece of evidence is submitted to the ePortfolio, your practice tutor reviews what has been submitted, and assigns it a grade. There are two possibilities: pass, or distinction. The criteria for each of these is described in the DTS standard. What typically distinguishes between a pass and a distinction is evidence of impact. One clear and direct way to evidence impact is though numbers. If you have made some fixes to software, how many users does this positively impact? If there have been some efficiency savings, what are these? Numbers represent a really powerful and concise way to evidence impact.

Useful tips

When it comes to preparing and writing evidence that you upload into your ePortfolio, it is important not to leave it to the very last minute. When you begin to contribute to your workplace, begin to evidence what you do and the impact you have, as soon as you can. When you get to your third year, you may well have forgotten about some of the good stuff that you have done in the first six months of your apprenticeship.

My own practical tip is: if you have difficulty writing or preparing evidence, do consider preparing a witness statement as a practical alternative. Speak with your line manager. Sometime your line manager will be able to offer a wider perspective about the work you are doing and the contributions you are making.

When it comes to your EPA, here are some simple and practical tips:

  • Make sure you know the contents of your ePortfolio. You may be asked about anything you have uploaded.
  • It is okay to have notes. Before your EPA, take a bit of time to prepare some notes to bring into your meeting. Write down examples of work that you are most proud of, and know how these examples relate to the KSBs.
  • If you are asked a really difficult question, it is okay to pause for a few moments to allow you to collect your thoughts. Equally, it is okay to ask the assessor some clarifying questions. It is, after all, a conversation.
  • Remember that you are approaching all this from a position of strength. You are the expert in your own ePortfolio and what you have done. The assessor is not there to trip you up; the assessor is there to be guided through a story of what you have achieved.

The project module

In my diary, this event was listed under the heading ‘TMXY476 workshop’. TMXY476 is the apprenticeship project module. The EPA is, of course, a professional discussion is about your entire apprenticeship full journey. By way of contrast, the project is a “deep dive” into skills, and has its own set of KSBs. Your project and work-based learning tutors will help you to work through these. During your project you may, of course, carry out some activities that can also evidence some of your apprenticeship KSBs.

Reflections

When I started as a practice tutor it took me quite a bit of time to understand what all the KSBs were all about. It is impossible to understand them all in one go. The only way to do it is to gradually chip away at it, and to understand different ways they can be related to what you do.

In the middle of all the work activities and the academic study, it is easy to forget about them, but it is important to keep clear sight of them. In one way or another, they should guide what you do, and also help you to relate the academic study to the industrial work. I think of them as a bridge between the two.

From my perspective, there are two significant take away points. The first is the question “what is a particular piece of evidence trying to achieve?” Clarity is important. It helps the discussion. Both the EPA and your ePortfolio are both about showing off, and celebrating what you do. The STAR framework looks like a really useful tool that can help with this.

Acknowledgements

The event was facilitated by Martin Rothwell and was attended by OU colleagues, and apprentices.  Words and phrases in quotes have been noted directly from Martin’s presentation. Many thanks to other OU colleagues in the apprenticeship team who may have contributed to this helpful workshop.

Permalink Add your comment
Share post
Christopher Douce

No response from tutor – what to do

Visible to anyone in the world
Edited by Christopher Douce, Thursday 4 December 2025 at 19:37

If you have sent your tutor an email and you have not heard anything back from them, there are a number of things you can do. Before offering some practical tips and pointers, I’ll begin by sharing a bit of useful context.

More often than not, OU tutors typically work part time for the university. This means that they are unlikely to respond to a message immediately. When I used to work for the university part-time, I tended to access my OU email every couple of days to see if I had any messages.

Tutors are expected to respond to questions and queries within a reasonable amount of time. What is reasonable, of course, depends on the module and what is happening within a module at a particular point of time. Two to three working days is generally considered to be a reasonable amount of time (not taking into account Christmas, easter and bank holidays).

Things to do

  1. If you haven’t heard from a tutor, the first thing I would do is to have a read of the tutor’s welcome letter or introductory email. What do they say about their availability? Perhaps they have given some information about alternative ways to contact them.
  2. Check your spam and junk folders, just to make sure that a reply from a tutor hasn't gone into one of these directories.
  3. The next thing I would do is to look on the tutor’s tutor group forum (TGF). If a tutor goes on leave, or will be away, they are encouraged to send all students a group email, and to post a message to their TGF. If you haven’t subscribed to your tutor’s TGF, which enables you to receive notification emails, please do so. The question to ask, when looking at a TGF is: has a tutor made a post about their availability?
  4. If nothing has been posted to the TGF, give your tutor a ring. Use the phone number mentioned in their introductory letter, or use the tutor’s number that is given on the ‘tutor and tutorial dates’ link. Every OU tutor will have their own telephone number. If there isn’t an answer, do leave a Voicemail message. If you have tried to make a call, do make a note of the date and time of the call.
  5. If your question is simple, do consider posting it to one of the module wide discussion forums that may be available. These are often monitored by forum moderators, other tutors, and members of the module team.
  6. If you need an urgent answer to a question, a final approach is to give your student support team a ring. They are there to help with any study related issues. Do mention that you have had some difficulty contacting your tutor. Your call will be logged as a formal query, which will then be passed onto a tutor’s line manager.

Take away point

The biggest take away point that I would like to share is: if in doubt, say something. We can only fix a problem if we know that a problem exists. Sometimes, like all of us, tutors might need additional help and support. There are, of course, always other ways to get help if you really need it.

Other resources

In addition to your tutor, another ‘go to’ place for support is the ‘Student Support Team’ link that you can find on your StudentHome page. This provides a form that enables you to message the team directly. It also provides a direct telephone number of your student support team. The team you call will be specific to your subject area.

There is also something called the university student charter, which also might be useful to have a quick look at.

Acknowledgements

Many thanks to TM354 and TM470 tutor Kawal Banga for his helpful practical suggestions. Thanks are also extended to Michael Bowkis, who helped, in part, to guide me through the current tutor terms and conditions.

Permalink Add your comment
Share post
Christopher Douce

A335 Journal – November 2025

Visible to anyone in the world

2 November 2025

I downloaded a version of The Mill on the Floss, and did some gardening. I read the text over the summer, and really enjoyed it, but I have a fragile memory (and understanding of the story). I found myself chuckling whilst wielding a pair of shears, probably looking like a madman.

This morning, I turned my attention to the first of the Eliot chapters, and had a listen to the final audio clip. There was an interesting chat between the block author and a couple of academics. Note to self: it contains topics that I might want to return to later on in the module.

It’s time for a bike ride.

11 November 2025

I have about ten hours to go with The Mill on the Floss. There was a chapter that I only vaguely recognised. This must have been a bit I read after having some wine; I recognised all the other chapters, events and characters. In fact, I’m quite enjoying listening to it all. It’s also interesting to see how Eliot is occasionally dropping pointers to foreshadow the ending. I might get it finished by this time next week if all goes to plan. I should certainly manage to get an hour in tomorrow.

I’ve now read three critical sources about the Tennyson poem that I’m going to focus on. They do vary in quality. One is quite long and goes into the text in quite a systematic way. The other one takes a thematic approach. The other one barely says anything. I think I know which critical source I’m going to use.

I’ve also been over bits of the poem again. It might not be everyone’s cup of tea, but I really like it. It really speaks to me. I have an idea about how I’m going to take the essay question and make an argument about it, whilst also connecting back to something that a critic has said.

Something else: on 8 November 2025 I attended something called the Arts and Humanities Day School. They are taking place in different cities across the UK.

12 November 2025

I’m getting way ahead.

Just this morning I’ve had a good look at TMA 3. There are two bits to it: a collaborative bit, and an essay bit. I have a rough idea of what needs to be done. I have the two deadlines already in my diary: the interim deadline, and the main deadline. I think I’m going to like TMA 3.

As an aside, I think I would quite like to read a biography of Dryden. I think this interest comes from reading two other literary biographies: one of Behn, and another of Swift. Also, reading about Tennyson has led to an interest in Dryden. One biography I’ve noticed is John Dryden and his World by James Winn. I might add that to my Christmas list.

If anyone had told me ten years ago that I would be looking for biographies about Dryden, I would have thought they were on drugs.

16 November 2025

I have just under six hours of The Mill on the Floss to go. I’ll try to get through it by taking it to the gym, which I did with Bleak House. No doubt I’ll get lost and confused whilst using the elliptical machine. I’ll see.

Today I’m spending an hour to look for sources for TMA 3. Whilst I was in the area, I had a look through the Alexander Street audio library, to see if there was an audio version of Stuff Happens by David Hare. There wasn’t. I had a look on Audible, and that didn’t have anything either. There was, however, a book called Stuff Happens, which was a guide to decluttering your house, which wasn’t quite what I was looking for.

Whilst I was in the area of the Alexander Street library, I had a quick look to see whether there were any plays by Behn. None were listed. Not even The Rover. This said, I did find a recording of Playboy of the Western World by Synge, which will be really useful when it comes to TMA 3.

I’ve found four articles that look like they might relate to the TMA question. I’ve downloaded them and have made a note of their citations. I’ll leave the task for sending them all to my Kindle for another day.

19 November 2025

Two days, two tutorials. I’ve made notes.

The first one was about Tennyson and Clough. I kind of liked it. We went through one of his poems, looking at key lines, and the use of language. My focus drifted when we got to the Clough section.

The second one was about The Mill on the Floss. After a bit of talk about Eliot’s biography, our tutor took us to two fragments, where we then had a chat about the role of two of the main characters. We then had a quick chat about the ending, before starting to look at the different bits of the TMA question.

Over the next two days there are two more tutorials.

My next task? To try to find some more papers for TMA 3, and then to try to have a listen to the production of Playboy of the Western World. But before I get there, I’ve got to context switch and find my way back to Software Engineering.

21 November 2025

I missed a tutorial last night despite it being in my diary. There’s one tonight which more aligns with my TMA choice. Note to self: don’t forget it!

I did two things yesterday. I managed to listen to the audio version of The Playboy of the Western World, which was very good. I started to browse through the catalogue of other plays that were available, but thankfully I got distracted before I went in too deep.

The second thing was that I managed to find some papers that might be relevant to the TMA 3 question that is coming up. I know I’m getting way ahead of myself with this, but even if I end up using different papers when we get to the assessment, I roughly know where to look.

My next task is to send all those to my Kindle.

23 November 2025

I spent yesterday moving between different parts of the module, and carrying out different study tasks. After listening to a Tennyson and Clough tutorial (and making a bunch of notes), I then revisited my two sources with a more critical eye. This clarified what I’m going to do, and how I’m going to approach the assessment. I think I’ll go to one more tutorial, read through the question and the text we’re supposed to read again, and then get cracking with TMA 2, just so I can get it in before my own TMAs arrive. I have about a week.

I jumped forward a bit in the module materials, reading the chapter about Synge, and then starting the chapter about Ford. I then re-read the opening of the very sad story, which is The Good Soldier.

This morning my TMA 1 was returned. I’m pleased with the result. My tutor has given some useful points of criticism, but some of the comments do relate to points that I already made in the TMA. Maybe my willingness to criticise the tutor means that I’m now feeling a bit more confident in what I’m doing.

I am less confident in my understanding of what literary modernism is all about, other than disjointedness, and the slippery nature of language, which means it’s difficult to pin down meaning. There’s also something about the effect on the reader, but I haven’t really nailed that bit of understanding yet.

25 November 2025

Another tutorial last night. I picked up some useful tips. I think I’m just about pretty much ready to start. First thing this morning I read a paper that I’ll use when answering the essay question. I’ve highlighted a bunch of useful quotes. I’m going to get cracking this afternoon after a meeting about exam papers and assignments. I need to get it in by this time next week if I’m going to manage my workload.

During the tutorial, a fellow student mentioned something called the Poetry Foundation, which looks like a fabulous resource. After learning about this, I went down a poetry rabbit hole, and found my way to a Behn poem about her coterie called “our cabal”. My immediate question was: who are these people? My Kindle tells me that Behn’s biographer, Janet Todd, has some suggestions.

27 November 2025

I had a good go at my TMA 2 this morning, and I think I have broken the back of it. I began by re-reading the text, making a bunch of highlights, and then stirring the mess of notes that I had made. After a couple of hours of writing and rewriting, having a cup of tea, and going back to it, I had something that had a reasonable structure. I quite liked the assignment, since it really develops the practice of close reading a critical source, as well as close reading the text that relates to it. I do feel that we could have had something similar earlier on in the programme.

My next tasks will be to edit what I’ve done and to go through all the papers that I’ve downloaded in anticipation of TMA 3. There’s a risk that they might entirely inappropriate. The tutorials will help me figure that out.

28 November 2025

After a morning of proof reading and editing, my TMA 2 has gone in. This gives me back a bit of time to work on TM354 TMA marking when it comes in early next week.

I noticed that there were a couple of audiovisual resources that related to The Mill on the Floss that I hadn’t seen. I had a quick listen to these, and ticked of where I was in the module materials. I’m definitely ahead, and I would like to keep it that way.

A note to self: I must find the time to read through those papers that I’ve downloaded, and to read the second half of the Salih novel. This said, I think I need to start again to really understand what it is about, what what is going on.

Permalink Add your comment
Share post
Christopher Douce

Finding and reading an academic article

Visible to anyone in the world
Edited by Christopher Douce, Sunday 30 November 2025 at 11:43

Some TMA questions ask you to find an academic article, and say something about it. This blog post offers some concise tips about where to start, and what to look for. The reason for these questions is simple: it allows you to demonstrate your ability to find interesting and relevant resources, and to identify key points from those resources.

Starting point

The starting point is, of course, the university library service. The library resource is extensive. A part of everyone’s students fees goes towards supporting it. A part of becoming aware of how your discipline works is about knowing what the main sources of information are.

A really good starting point is the subject collection index. You can start to explore this by going to the ‘by subject’ link from the main library page. From here, there is a subject heading of ‘computing’.

Clicking through to computing, highlights some important collections. Two that are really important are the:

Searching

Filters are your friend. Whatever search terms you enter into the search tool for a digital collection, you’re going to get loads of results back. If you are asked for articles (or papers) in the TMA question, then make sure that you specify this is what you want.

If you are looking for a specific article “put search terms in quotes”, which asks a search engine to search for that entire phrase. If you are looking for words in a title of an article, consider digging into some of the other search options. You can tell a library search service to just look at the title, rather than the abstract, or the text of an article.

A practical recommendation is: don’t ask a generative AI tool for references. I say this for two reasons: the first is that these kind of questions are not about your use of Generative AI; they are about using a library catalogue. Secondly, Gen AI ‘tools’ can easily make things up. Since they can easily waste your study time, my recommendation is to avoid using them entirely for searching tasks.

Quick tips

The abstract is also your friend. Even if a title looks related to what you are searching for, the article might be about something different. Before downloading an article, quickly read the abstract of an article if one is available. An abstract is intended to summarise everything in one place and is intended for the busy reader. It will summarise the aim of an article, what methods it used, what the findings were, and what it concludes.

If the abstract suggests the paper might be useful to you, download it. If you choose to save a copy of it, give the file where you save it a sensible name. Often online journal catalogues suggest file names that are not very helpful when you come back to look at the article.

When you have a copy of the article, look at the concluding section. What does it say? Does it offer something useful?

More detailed guidance

I was recently told about the following article:

Keshav, S. (2007) ‘How to read a paper’, ACM SIGCOMM Computer Communication Review, 37(3), Available at: http://doi.org/10.1145/1273445.1273458

Increasingly, articles have something called a Digital Object Identifier, or DOI. This is a way to provide a persistent reference to an article. Placing ‘doi.org’ in front of a DOI allows it to be related (or 'resolved to') to a particular digital library.

Rather than going directly to the library through the persistent link, you will probably have to login to the university library, and find it from there. I used a search of ‘“how to read a paper” ACM SIGCOMM’ to access a page that summarised where the article was published, and then accessed it through a ‘download PDF’ link.

To really understand what an article says, Keshav suggests that a ‘three-pass approach’ to reading might be useful. Whether you choose to do this very much depends on why you are reading. The first pass is all about ‘getting a general idea’ of a paper. Two of the key tips that I’ve mentioned in the earlier section are mentioned in this first pass. If you need summarise the aim or purpose of an article, you will, of course, need to apply the other levels.

Alternative guidance is available within the academic skills part of the study skills help pages. A useful resource is the section that describe critical reading techniques. This resource is quite general, and is intended for all modules and all students, but it is certainly worth a quick look.

Referencing

Referencing is important and necessary, but is very tedious.

The ‘go to’ source for advice about referencing is the CiteThemRight website. The OU requires all students to the Harvard referencing style, which differs from, say, the IEEE style of referencing.

To access the CiteThemRight guidance, you need to login via something called Athens. Just enter the name of the university, and you should be able to login via your OUCU.

If you have a moment, do look at how you cite academic articles. Pay particular attention to what bits of a reference is put in quotes, and what bit is put in italics. Like I said, referencing is tedious, but it is a necessary evil.

Final points

There is an important difference between formal and informal articles. A TMA question is usually asking for references to formal academic articles rather than informal articles, such as blog posts, or news items.

In some cases, blog articles contain a lot of useful technical information. Notable software engineers have sometimes used blog posts to disseminate descriptions about software engineering practices. Whilst arguably helpful, this doesn’t often directly relate to an implicit aim of the question, which is to gain exposure to how software engineering research is discussed and shared in an academic way, by an academic community.

Reflections

Searching and evaluating information is an important graduate skill, and one that is especially important in software development and engineering. Tools and practices can and do change. During their career, a software engineer will spend a lot of time reading, and figuring things out. 

This short post aimed to share some useful hints and tips. For TMA questions where you’re asked to find articles and paper, my main one is: keep it academic.

Do feel free to refer to other posts that relate to TM354 Software Engineering.

Acknowledgements

Acknowledgements are duly given the the TM113 module team for alerting me to the article that is mentioned in this post.

Permalink Add your comment
Share post
Christopher Douce

TM470 Considering Careers

Visible to anyone in the world

I would argue that the project module provides four outputs:

  1. It enables you to consolidate and further develop your skills and knowledge that have been gained from your study of previous modules.
  2. It enables you to gain important and necessary academic credit that contributes to your degree.
  3. It enables you to complete a specific named degree that is recognised by an industrial body: the British Computer Society.
  4. It enables you to create an extensive and detailed project report that you can show to a potential employer.

This fourth point can be easily overlooked. When writing your report, imagine bringing it to a technical interview. Interviews are all about demonstrating your skills and abilities to someone who has a problem that needs to be solved. Your report should, of course, be written in such as way to showcase your skills, knowledge and what you have achieved.

If you have written your report with this in mind, there is no reason why you should not bring your end of project report to an interview. To efficiently share what you have done, one idea is to create an additional ‘presentation appendix’ that you can add to the end of your report. This could contain a very short series of PowerPoint slides, that have been designed so you are able to talk someone through your project.  Prepare for five minutes, no more. You can always go into more technical detail if you need to.

In addition to mentioning your project on your CV, if your project involves designing and building software, you might consider sharing your code through a GitHub repository. Not only can you include a link to the repository in your project work, perhaps as an appendix, but you could also share a link to your repository to your CV. The effect of this will be to highlight your professional skills.

When you are writing your project report, make sure you consider all your potential readers: your tutor, your examiner, and anyone else who might be interested in learning about your skills and abilities. Rather than thinking of the report as something that allow you to gain three of the academic outputs that come with studying a project module, think how you might present what you have done to a potential employer.

Careers support

The OU runs a career service. The service is funded through a portion of your student fees and is available for every student for up to three years after graduation.

As you work work on your project, begin to look at the different services that are offered by the university careers and employability service. Through the service, you can book in a one-to-one consultation with a careers advisor, access events about career planning, and internship and job vacancies.

Here is a short summary of some of the services offered by the careers service, taken directly from the opportunity hub website:

  • Explore career pathways.
  • Get help with qualification and career goals.
  • Build your work experience.
  • Develop skills for the workplace.
  • Get help with job seeking applications.
  • Explore further study.

A further resource that may be considered used is the Prospects website that provides information about further study, information about jobs, and further careers guidance.

Reflections

Very early on in my career, I found a vacancy through Prospects. I made and application, and was selected for interview. I made sure I took with my recently completed dissertation. I showed it to my interviewer.

I didn’t end up getting the job I had applied for, but I did end up getting a different opportunity (for which I am always grateful for). My dissertation showed what I was capable of doing, and it must have made an impression. Your project report has the potential to do the same.

A further reflection is that there is a lot of career related resources that are provided by the university. There is often a separation between the academic study, and the exploration of employability choices and options. It is really important that we find the time to explore the resources that are available. It is also useful to remember that we have access to the careers service for three years after graduation.

Permalink Add your comment
Share post
Christopher Douce

TM470 Generative AI guidance

Visible to anyone in the world

An important question you might have is: can I use artificial intelligence (AI) within my project? The answer is ‘yes, but you must be careful about how you use it’.

There are significant and important differences between:

  • using AI to creatively explore a topic or problem,
  • using AI as an integral part of a solution to a problem that you aim to solve,
  • using it to help you to arrive at a solution to the problem, and
  • using it to help you with the writing of your project report.

Whilst AI can be a useful tool, it must be used in a way that is ethical, appropriate, and does not come into conflict with academic conduct policies and guidance.

What follows is my own personal advice (from a tutor’s perspective). It isn’t official advice from the module team. Always refer to official module guidance, and make sure you speak with your tutor if you are unsure about anything.

I’ll begin by unpacking each of these points. I’ll also highlight the university’s Generative AI guidance and academic conduct policies. I will then share some pointers to some resources that might be useful.

Using AI to creatively explore a topic of problem

Can you use Generative AI (or large language models, LLMs) to help you to find a topic for your project module?

My answer to this question is: yes, but… The ‘but’ part is, of course, with caveats:

  1. Consider the tool or service that you are using and what you know about it. Is it one that is well known and recognised?
  2. Be mindful of the results that Generative AI products produce. In some cases, they can regenerate materials that is subject to copyright.
  3. Be aware that Generative AI can produce responses that are not strictly correct. This means that you should willing to verify the correctness of what it produces.
  4. You must carefully reference and describe its use. You must give details of the tool that you have used, the prompts you have submitted, and the results that have been produced.

Using AI as a solution to a problem

AI can be used within your project to solve a problem.

In some cases, AI products or services could be used as if it they were a separate software component. Your project might be a development project (you may make use of AI), or it might be a research project (you explore what it may mean to use it, and the implications of its use).

Whatever path you choose, you must take the time to consider the ethical implication of its use, and make sure you provide clear and unambiguous references that your tutor (or EMA examiner) can follow.

If you make use of a third-party product or service, it is important to carefully scrutinise its terms of use.

Ask yourself the following questions:

  • Who is this service run by, and why?
  • What data does this service produce, and does it have the potential to be biased?
  • What data is collected, and does it hold onto it unnecessarily?
  • What are the explicit environmental and financial costs of using this service?
  • How is it possible to test or validate the results produced from the service?
  • What would the implications be if the service suddenly stopped working?

Answers to these questions can, of course, feed into both your literature review and the legal, social and ethical section of your project report.

Using AI to gain help to solve a problem

AI is sometimes marketed as a ‘friendly helper’. In software engineering and software development, tools that make use of AI have emerged which promise to provide increases in productivity.

If your project is a software development or implementation project, you may be wondering whether you are legitimately allowed to make use of these tools. My personal answer to this question is: yes, you are allowed. Reflecting the earlier section, there are some caveats:

  1. Be aware that whilst you might understand what the requirements for your software product might be, a general purpose Generative AI service will not. Since language is inherently ambiguous and often relies on hidden assumed knowledge, the outputs produced from Gen AI tools must be scrutinised carefully since they can sometimes be very wrong.
  2. Similarly, be aware that software development ‘productivity’ tools can generate code that can contain errors and security flaws. With this in mind, you need to be prepared to understand what is produced, and not just ‘try out’ code that might solve your problem. You must be willing to reflect on your understanding on what is produced, and critically assess its relevance and usefulness.
  3. In your project report, do make sure that you capture the reflections (and learning) that occurs whilst you use Gen AI tools. Evidence for this can be presented as an appendix, and discussed within the reflection section of your project report.
  4. Reference carefully and thoroughly. Give full details of all the tools you have used, the prompts you have used and the responses you have gathered. You should save all these to an appendix. Doing so will show your tutor and examiner that you have approached everything in a careful and systematic way.

Using AI to help with the writing of a project report

There is a continuum of ‘AI tools’ that could potentially help with writing.

On one hand, there are tools that can offer practical tips and guidance whilst you are writing, such as a word processor grammar checker, or commercial equivalents such a Grammarly (which I have never used, and don’t intend to use). On the other hand, there are Generative AI tools that can be used to reform, and then regenerate your text, perhaps adjusting its style, voice, or overall readability.

I hold the view that it is okay to use ‘whilst writing’ tools, but you should not use AI to rewrite or regenerate text for you. Writing is a graduate level skill. Some practical writing and notetaking advice is available through the Study Skills website and on the writing in your own words pages.

If writing support is needed due to specific learning difficulties, such as dyslexia or dyspraxia, assistive technologies can, of course, be used. Further guidance about what assistive technologies might best suit your needs can be obtained by through a disability needs assessment process.

Although Generative AI is not recommended, getting someone else to proofread your final project submission is acceptable. The distinction is subtle: generative AI creates new words, whereas seeking guidance from others leaves you to edit and change your own words.

Guidance and policies

The university has produced some helpful guidance: Generative AI for students. Of particular importance is the Generative AI and assessment section. The project module is what is called a ‘category 2 module’, which means ‘you may use Generative AI to assist you in completing an assessment piece’. The guidance also states that “you should avoid relying too much on it” since doing so can prevent you from developing necessary skills.

The guidance also refers to the university’s academic conduct policy. Unauthorised use of generative Artificial Intelligence and automated tools is covered in section 3.6, point 3.6.5 states: “Use of Generative AI must be referenced using the guidelines for the referencing style specified in your module by specifying the AI tool used, the prompt-text (i.e., the question or instruction given to the AI tool) and the date the information was generated, as well as which parts of the assignment content were affected.” (p.15)

The referencing style that is used in this module is the Harvard format.

CiteThemRight

All students have access to a helpful referencing resource called CiteThemRight. This tool offers some useful search facilities, that enables you to find guidance about referencing many different types of resources. A useful page is the Generative AI (Harvard) page.

Resources

The university level Generative AI guidance for students refers to what is known as the OpenLearn Good Academic Practice Collection which refers to a short course: All my own work: exploring academic integrity.

The library has also provided a pack of training resources that can be used by all students: Exploring Generative AI: critical skills and ethical use. Another library resource that may be useful are the Referencing and plagarism pages.

Reflections

I studied AI as an undergraduate in the 1990s and found it fascinating. When I was a postgraduate, I heard AI being described as being ‘applied philosophy’ which is a description I really liked. The bit about computing that I really like is that sometimes the machine becomes a mirror to our own humanity. Nothing does this more intriguingly than the current generation of AI.

All this said, I remain an AI cynic. Whilst AI can mirror us, it’s difficult to learn something entirely new from our own reflection. Generative AI shares with us what is already known, and may well present us with text that is either wrong, or completely made up.

There’s two key points here. We have spent a lot of time learning to see our own reflections, and our immediate environment. There are no short cuts when it comes to our own learning. Secondly, a project is all about applying our knowledge, skills and creativity. Generative AI doesn’t and can’t do this for us.

My final view is this: a project about AI, or a project that uses AI is an interesting and exciting prospect. Using AI to help you to prepare a project report is more trouble than its worth, given the amount of detailed referencing you have to do.

Permalink Add your comment
Share post
Christopher Douce

Compassionate Communication

Visible to anyone in the world
Edited by Christopher Douce, Saturday 22 November 2025 at 12:03

On 18 November 25, I attended a CPD session that had the title Compassionate Communication, facilitated by colleagues from the student communications hub. This was one of a number of professional development sessions that were run on the day for OU tutors.

The aim of the session was to define what was meant by compassionate communication and recognise its relevance, identify common barriers (to communication), and explore ways to overcome those barriers. Looking back after the session, I can see that it had a very specific and practical focus: how to use email effectively.

What follows are some notes (and thoughts) I drew from the session.

Definition

The session opened with a definition of what compassionate communication might be. I noted down the follow words: empathy, mindful (of different circumstances, and how your words come across), timely (each module has module calendar), clear and transparent (communicating clearly and offering explanations) and inclusive (be aware of the challenges that others face, and use of appropriate language).

We were then asked about the potential barriers to compassionate communication. I thought this was a very good question, and noted down the following: time, stress and burnout (of the sender), inaccessible communication style, misinterpretation of communications, and lack of training.

Practice

Moving to another part of the session, we were introduced to a simple exercise which focussed on a simple question: how might an email message make someone feel? We looked at a sample email message that had the aim of building trust, developing a sense of community, and to encourage contact. Another question was, of course, did it do these things? Also, what else could we add to improve it? What does ‘good email communication’ look like?

Here are some key points that I noted down:

  • Clear intent and aim.
  • Positive and encouraging tone.
  • Acknowledgement of the individual.
  • Timeliness of the communication.
  • Clear setting of expectations.
  • Use of plan English with an active voice rather than formal academic English.
  • Providing clear sign posting to answers or resources.
  • Consider the length of the communication; keep it short.
  • Avoid idioms, dismissing concerns or feelings.
  • Never include accusatory language (you haven’t done something).
  • Do encourage seeking of support and further, mirror language used by the recipient.
  • Show empathy.

My points

Thinking about all these points, I would like to add my own, in order of importance:

  • If you find yourself writing a very long email with multiple points, consider whether a call would be more useful.
  • If you feel you need to build trust or empathy, schedule a call. Email is good for sharing information. It is terrible for understanding the needs of others.
  • When using email to book a time to have a call, offer a couple of alternatives, in order of preference. Also state how you would like to make that call. Is it through a plain old telephone system, through a Team video call, or through your Adobe Connect room. Choose what you prefer.
  • After a call has taken place, follow up with a short email, offering thanks for their time, also sharing the key points from the conversation.
  • When replying to an email, consider where a student is in their studies. Where are they likely to be in the module calendar?
  • Consider what previous email communications has taken place previously.
  • If your email contains more than one separate points, consider whether you need to send multiple emails. It is sometimes better to separate out issues into separate messages. Doing this allows you to talk about them during a call if you need to.
  • If you have to write an email that is sensitive, or contains a lot of information, reflect on whether you need to send it right away. Sometimes it is a good idea to write your message, save it as a draft, and then send it later. Spending time to reflect on what you have written can be helpful.
  • Choose a subject line that is helpful.
  • Open and close emails in a clear and polite way.
  • Avoid using Generative AI. It will just waste your time. You will spend more time reading and rewriting what it produces. Email messages produced using Gen AI tools often sound robotic.

Reflections

I am drawn to sessions about soft skills for a really simple reason: they are really important.

I was expecting something slightly different. I was expecting something about speaking more directly to others, perhaps when using the phone, using videoconferencing software, or speaking during tutorials. I wasn’t expecting it all to be all about email.

Email is a skill. I spend hours a day in my inbox. I’ve received loads of really long emails that contain very many complicated points. Out of all these points I’ve shared here, if I were to share only two of them, they would be: keep it short, and keep it simple.

Acknowledgements

Many thanks to Ellena White and Sara Bradley who facilitated the session. Some of the key points shared in the practice section of the blog have been paraphrased from their slides.

Permalink Add your comment
Share post
Christopher Douce

Empty room recordings: developing a consistent approach

Visible to anyone in the world
Edited by Christopher Douce, Thursday 20 November 2025 at 08:51

On 18 November 2025, Rob Moore ran a session about using Adobe Connect to make effective empty room recordings. This is something that I have done from time to time. My main reason for attending was to pick up some useful hints and tips and gain reassurance that what I have been doing was sensible.

What follows are some notes and reflections that I’ve made both during and after the session. I've written these notes with fellow tutors in mind. During the 'points' section that follow, I also share my own opinions and experiences, adding to the great points that Rob shared.

Why are empty room recordings useful?

Some important advantages were highlighted: they focus is on the listener, they are shorter and there are fewer distractions.

In my own tuition practice, I’ve used them to introduce, and to go through bits of technology. For example, I might do some screensharing to highlight particular functions of a bit of software. From the student’s side, they can skip over the bits that they know about, and focus on the bits that are new to them.

When screensharing, a useful point being that tutors can optimise the screen resolution for the task. This is an interesting point. Rather than using a higher resolution screen (that was recommended), I tend to make use of a lower resolution screen setting. This means that the recording that I make can be accessed from different types of devices, such as laptops, tablet computers, or even mobile phones.

Points

During the session, I noted down a number of points that you need to consider when preparing for an empty room recording. I have added a couple of my own tips:

  1. Where is it going to be? Which room? Is it in the module wide room, the cluster room, or the tutor group room? Will the students know what room it is gong to take place in?
  2. After the recording has been made, give recording a meaningful name. Remember to make it visible, and decide on the time when is to be made available to students.
  3. Your slides will need to be shared, and there needs to be some agreements with the module teams, staff tutor, or cluster manager about how this is done.
  4. Your slides will need to be lightly customised for empty room tutorials; remove any slides that relate to ice breaker activities or interactive elements.
  5. For a recorded tutorial, get rid of unnecessary pods, such as the attendees pod and chat pod. Use a layout that has a share single pod that is maximised to the space you have available.
  6. If there are information dense parts of a tutorial, such as case studies, you can go through these very quickly and efficiently. Tell students you are doing this. When students play back recorded sessions they can pause on particular slides, and rewind the recording.
  7. If you want to turn your web cam on, you can use the ‘pop out’ feature.
  8. Recordings have the potential to be used across presentations. For this to be possible, you might have to export a recording as a different file type, and work with a staff tutor or module team member to make it available to different presentations.
  9. If you haven’t made an empty room recording before, consider making a trial recording. This way you learn what you need to do.
  10. If you do any screen sharing, it is a good idea to make sure that the screen has recorded as expected.
  11. Use the highest quality microphone you have available. Make sure that your microphone is working. Do an audio check before you start, especially if your computer has multiple microphones.
  12. If you are co-hosting an empty room tutorial with a fellow tutor, it is important to prepare. These can become more like podcast chats, which isn’t necessarily a bad thing. Consider framing module materials as a debate. Consider taking a position on some of the module material, and have a constructive argument with you co-presenter. Also, decide who manages the slide transitions.
  13. If you need to make any edits to the recording, make sure they are really simply. Only do simple cuts if you need to. Anything else takes too much time, and life is too short.
  14. Finally, don’t worry if the recording isn’t perfect. We are not aiming for a broadcast quality recording with very high production values. Some rough edges are okay. If you are demonstrating something technical that and you make a mistake, this may emphasise that you are working with difficult concepts and ideas.

Reflections

This was the second CPD event that I attended on the day. It did get me thinking about the role of empty room recordings, or pre-recorded tutorials. One thought I did have was whether these could help to prepare students for ‘live sessions’ which relates to the idea of the ‘flipped classroom’ that was once fashionable.

Decisions about the module tuition strategy does, of course, sit within the module team. This relates to the observation that different modules have different practices. If you have ideas about how tutorial recordings might be used, and have the potential to add pedagogic value, the thing to do is to talk to your friendly staff tutor.

Acknowledgements

Many thanks to Rob for running a helpful session. Acknowledgements are also extended to the AL professional development team.

Permalink Add your comment
Share post
Christopher Douce

Arts and Humanities Day School 2025

Visible to anyone in the world
Edited by Christopher Douce, Thursday 20 November 2025 at 08:53

On 8 November 2025 I wore my metaphorical student hat and went to one of the Arts and Humanities day school. There were a number of these happening across the UK; last year I went to the one hosted at Milton Keynes. This year, I went to the one that took place in the London School of Economics. 

London School of Economics auditorium showing it filled with OU students.

What follows is a quick blog summary of the event, which might be of interest to other fellow arts and humanities students. There were a number of strands to the day: art history, creative writing, English literature, history, classical studies, religious studies and music. I firmly stuck to the English lit strand.

English Literature Study Skills

The first session was facilitated by Peter Lawson. Peter highlighted key documents and resources: the assessment guide, module guide, and the English Literature toolkit (which can be useful when preparing for the writing of TMAs). He took us through some of the key learning outcomes from the English Literature programme, highlighting the top level categories of knowledge and understanding, cognitive skills, key skills, and practical and/or professional skills.

Some key (and necessarily obvious) points that relate to the writing of assignments include: time, reading the question, reading the guidance notes, stick to the word count, reference correctly, and submit by the deadline.

Tips for planning an essay include, begin by taking notes (on set text and critical sources), plan before writing, and ‘always provide a logical argument and evidence to support your position’. An important point is that it is okay to disagree with critical sources. I’ve tried to get critics to ‘talk with each other’, whilst putting myself in the middle of the conversation, but I’m not quite there in being able to do this.

Other tips included: it is important to have a clear introductory paragraph, and consider applying PEAL, where each paragraph makes a point, shares evidence, does some analysis and evaluation, and then provides a linking sentence to the next paragraph. Do explain why you have chosen a particular quote. This relates to a point that a tutor shared with me, which was ‘don’t end a paragraph with a quote; explain why you have chosen it, rather than letting it stand on its own’.

There was a comment about the close reading assignments which begin every module. You might approach it thematically, or a line by line basis. Which makes me wonder about how good the assignment I have just recently submitted!

Write Now: Getting started on TMA writing

The next session was all about what to expect from a ‘write now workshop’. The session also shared some strategies and approaches to help with starting to write your TMA by applying a technique known as structured freewriting.

There was a short discussion about barriers; what gets in the way of our writing, and what strategies do we apply to overcome those barriers? Some tips that were shared included: plan your study time and writing, break down tasks, ‘ditch perfectionism’ which means ‘give yourself permission to write a rubbish bit of writing’, break the process down into different stages by separating out the process of writing and the process of evaluating.

Another point was: find a study buddy; someone who might be studying on a similar module who lives close to where you live (which can be difficult to achieve, especially since so much is done online).

You and your library team

This session was a recorded lecture that was shown in one of the LSE lecture theatres. It took us through a range of different resources that are available in the OU library, such as the Oxford English Dictionary and the Oxford Dictionary of National Biography (ODNB), both of which I have used in earlier literature assignments. A useful tip with the ODNB is that you can broaden your search for a particular name or author, to see who else might be associated with them.

Using Dickens as a case study, we were guided through a short sequence of primary and secondary sources. Primary sources may include the Bridgeman Image Collection, or Early English Books online (EBO). Secondary sources, namely, journal catalogues are available by going to the Selected Resources for your Study part of the library.

To conclude, the sessions offered by the library were highlighted which you can find by going to the ‘training and events’ heading. A notable example was the ‘using library search for your assessment’.

Five things to know about English Literature

In this fifty minute session, facilitated by Tim Hammond and Liz Ford, we were collectively politely provoked into answering five questions:

  • What is literature and what does it do?
  • What does literature look like?
  • What does literature sound like?
  • Can other disciplines help us to understand/enjoy literature?
  • Is literature good for you?

Although I had been to a similar session before (where I had won an OU pencil in 2023, a prize for being arrogant, for presuming to be able to define ‘literature’ in a sentence) this session was a lot of fun. Each question yielded a lot of discussion. I didn’t offer any pithy definitions and didn’t win any pencils, which might reflect a change or refinement in my thinking over after five years of study. 

The future of reading

Earlier this year, I got chatting with a former English teacher (who had left the profession to take up stand-up comedy). He said something interesting, which was ‘the kids are not reading anymore’, which I found quite worrying. I had this conversation in the forefront of my mind during Shafquat Towheed’s presentation, which creatively explored ‘the future of reading’.

Two important quotes I made were ‘humans shape the way we interact with technology’ and ‘we will only use technologies if they remain useful to us’. We were given a reassuring reflection, that ‘the contemporary paperback is not dying’. A reason for this is that ‘books are persistently usable’ in the sense that what they contain can persist for a very long time. It was suggested that books can survive societal ‘extinction events’ and political upheaval.

Another quote I noted down was ‘the future of human centred reading is about us, not about technology’. The implication is that reading technologies come and go, but there will always be reading. I’m not sure whether I caught this word for word, but the following really resonated with me, the idea that books do ‘the heavy lifting that tell you who you are’, since ‘reading is about your own personal discovery’. Reading gives us immediate benefits. It allows us to have increased empathy, reduce anxiety, develop our sense of self, reduce isolation, increase our educational level of attainment, and others; I didn’t catch all of the points that Shaf shared. I learnt a new term that was related to all this: bibliotherapy. I also noted down the points that we read for emotional satisfaction, for pleasure, and for self-worth.

I’ve been working with technology, computers, my entire professional life. A book is the ultimate technology. I’ve seen different computing technologies come and go. The point was made that books are not going to go anywhere.

Reflections

When you’re studying at a distance face-to-face events are a ‘shot in the arm’ in terms of motivation. Students (like me) can pick up loads of useful hints and tips. Although a lot of the content was familiar, now that I’m coming to the end of my degree, the repetition and reinforcement was helpful. It also offers helpful reassurance too. It was also really nice to speak with other students, which is one of the benefits that is harder to quantify. I had some nice chats with a fellow student who is the admin of the module Facebook group, of which I’m a member. We face similar challenges of fitting study around life.

I really enjoyed Shaf’s presentation on the future of reading; it offered reassurance. I also picked up a few new practical pointers from the library session.

After the event, I did ask myself the question: why doesn’t the STEM faculty run events like these? It turns out that they do. Apparently, the Mathematics and Statistics school runs one for students, across all levels. I’ve also heard that Life, Health and Chemical Sciences runs one too. What about computing? I’ll ask some questions. Leave it with me.

Past events

I've been to a few of these events. Now that I'm on my final module, I've realised that this might have been the last one. It depends, of course, on whether I'll get through my final module. I'll do the best I can. 

Here are blog summaries of the previous events I've been to:

Acknowledgements

Due acknowledgements are extended to all facilitators and everyone involved in the delivery of this day school. Thanks are also extended to the LSE team, who helped me to find my way to the right room.

Permalink Add your comment
Share post

This blog might contain posts that are only visible to logged-in users, or where only logged-in users can comment. If you have an account on the system, please log in for full access.

Total visits to this blog: 3922042