Monday, November 27, 2017

H5P and the Common Cartridge


Over the last few weeks I've been having a look at H5P, a rather nice way of creating interactive content that can be embedded in Moodle or Drupal. One of the strengths of H5P is that the information to edit a piece of content is included in the distribution of the content, however this also means that the server side part of a full H5P implementation is fairly complicated, as it needs to support editing. As a way of learning more about H5P, I started creating my own implementation, and quickly realised that in practice very little is needed on the server side for a pure delivery system.

This got me thinking, could an H5P module be included in an IMS Global Common Cartridge, allowing it to be deployed on any LMS/VLE? A secondary advantage of packaging H5P modules like this would be that they could be embedded in text pages to make interactive textbooks - something that is currently not possible with the Moodle implementation. (I think it might be possible to use H5P on Drupal to provide modules in iframes to be included in Moodle book or lesson activities, but I've not tried it.) I also have a strong preference for open interoperable standards for content - while Moodle book and lesson are open source, and their backup versions are simple enough to decode, they're not really intended as interoperable content types.

So, what is needed to get an H5P module into a CC package?

H5P modules are written in JavaScript, using the JQuery library, and will also include CSS, so the page header includes the script tags to include JQuery, some H5P core code and the module specific code and links to the CSS files. The H5P data is included as a JSON object called H5PIntegration, which also includes paths for Ajax and the H5P root. The Ajax actions are optional, though required is the user state or outcomes are to be stored. As the Common Cartridge specification does not support any server side code, my implementation leaves the Ajax fields blank. The H5P root setting is a slight problem, as it is relative to the server root, and there is no fixed path for deploying common cartridge. In addition to this path, each individual H5P activity also has a path to its content, relative to the server root. To fix this, I added an extra small bit of JavaScript which creates the H5PIntegration data, adding in the path at runtime.

  <script>
    H5PIntegration2 = {...};

    function PrepareH5P()
    {
         path = document.location.pathname.split('/').slice(0, -1).join('/');
         H5PIntegration2.baseUrl = path;
         H5PIntegration2.url = path + "/h5pdata/";
         for(var cid in H5PIntegration2.contents)
         {
             var intid = cid.substring(4);
             H5PIntegration2.contents[cid].url = path + "/h5pdata/content/"+intid;
         }
         H5PIntegration = H5PIntegration2;
    }

    PrepareH5P();
  </script>

With this JavaScript added, provided the script and CSS includes have relative paths, the page is compatible with the Common Cartridge, and supports H5P activities.

So far I've only done a proof-of-concept experiment with one simple H5P activity, however I see no reason why this technique shouldn't work with any activity that doesn't depend on user data being stored on the server.

What next?

Over the next few weeks I'll try and tidy up the code I used to generate the Common Cartridge, and extend it to support multiple H5P activities per page, and multiple pages. Once it's in a suitably usable form, I'll stick it online, and probably also on Github so others can play with it.

In the longer term it would be really nice to have an extended version of Common Cartridge that supported minimal server side rules, something comparable in power to QTI response processing, but able to interact with any HTML page. I think that would be sufficient to support session storage and outcomes from H5P activities, or other JavaScript interactions. It would also provide a way of creating properly interoperable material equivalent to Moodle lesson, though (hopefully) less constrained.

I recently was shown a Runestone Interactive book, "How to Think Like a Computer Scientist: Interactive Edition" by Jeremy Singer, who is using it as the text for a L1 Computing Science module.   Interactive books like these can be linked from CC packages using LTI, and for now that is the way to do it. However  a platform neutral interoperability format that could support open interactive textbooks like these within the VLE, that could be remixed by teachers to suit their needs would be a very useful thing.

Tuesday, August 08, 2017

Making simple GIF annimations.

Yesterday I posted this video describing how to make an animated GIF by using Inkscape to position transparent PNG images over a background, and then using giffy.com to put them together as an animated GIF, however video is not an ideal medium for sharing information like URLs, so I'm adding these to this blog post, along with some other resources and ideas.

The software I used to create the PNG images is SmoothDraw, a free drawing package that works particularly well with graphics tablets. SmoothDraw is only available for Windows, however the open source package, Inkscape, which is available for Windows, Mac OS X and Linux, would also be suitable for this part of the process. I've put a few of my PNG versions of Sarah's doodles at www.niallbarr.me.uk/picture_library/doodles.zip which you can use if you just want to play with the second and third stages.

In the video I also used Inkscape to position the PNGs over a background, however for the Daily Create 'Jump' animation I actually used a similar commercial package Xara Photo & Graphic Designer. For this particular task I don't think there is anything better about either package, but I prefer Xara for more advanced graphics (which may well be due to my greater familiarity with it rather than any intrinsic superiority over Inkscape.)

An alternative way of doing this, which might be better if you're using this as an activity for children would be to print out the PNGs, and carefully cut round the edges, and photograph them over a background - the technique used by Terry Gilliam for animated segments of Monty Python's Flying Circus. (Consistent lighting a fixed camera position are important if you're doing this.) A desk lamp and a webcam works as a simple setup.

Thursday, June 29, 2017

My daily create fantasy band

When I suggested the fantasy band idea for the daily create I was thinking I would create some sort of photo manipulated image, but unfortunately today I was a bit short of time, and also finding suitably licensed images of musicians is not too easy. So, a blog post instead.

Once or twice I have seen bands live who had sounded very good in recordings, but turned out to be
fairly terrible when I actually heard them play live. So, I have a rule for my fantasy band - I will only include people who I have seen playing. I'm not going to require them to still be active or even alive - after all this is only a fantasy. But I do require them to be talented: they have to make up for my terrible keyboard playing.

 So to start. My singer needs to have charm and warmth, to be the personality that fronts the band as well as having a great voice. The late Cab Callaway is my choice for this role, and perhaps that means I'm putting together a jazz band. Given that, I'm going to include someone who I first saw playing in the Halt Bar when he was a teenager, but who has gone on to become a legend. On saxophone my fantasy band will have Tommy Smith. On bass, not actually a jazz musician but someone who could certainly play all the most complicated bass parts, the late Chris Squire of Yes, and it's good to keep a strong rhythm section together so on drums I would have Bill Bruford, though it is a concert I saw him doing at Strathclyde University with his band Earthworks that wins him a place in my fantasy jazz band. I feel that the late Alan Holdsworth would have been he right guitarist for this band, but sadly I never got the chance to see him live, so he is not allowed. Instead, my favourite guitarist, Andy Latimer of Camel gets the final place in this fantasy line-up.




Monday, June 26, 2017

Daily Create 1995

I like to photograph wildlife, and when I do I naturally try not to disturb the animals that I'm photographing. I'm not great wildlife photographer, and I'm unlikely to ever sell a photograph or win a prize, but that doesn't stop me trying to make the best photographs I can. A few years ago I went on a one day photography course organised by the RSPB, and the professional wildlife photographer running the course gave a few hints about selling photographs. He told us that the animals in photographs should always look perfect, and we shouldn't bother photographing a bird that is moulting, or which has a couple of bent feathers. He also told us that if we wish to sell photographs we should never have any visible human artefacts within the photograph, so no pictures birds on feeders, or even on a mowed lawn. But perhaps most important of all, he told us that most of the time for the great shots the professional photographers will use trained animals.

I disagree with all that. When I take a photograph I aim to documents nature, and also nature's interactions with humans. The wildlife around me is living in a very human defined environment and it would be silly to pretend otherwise, so I see no harm in photographing birds on a feeder, or having houses in the background.

And so to this daily create, where we were asked to tell a story about some pictures of a tree frog sitting on a rhinoceros beetle. Before I had any ideas, I went and read Mariana Funes' blog post about the photos,  which got me looking at the photos properly. I'm not an expert on amphibians, however a bit of research has told me that Indonesian tree frogs do not have opposable thumbs, so there I think there is something very wrong about the frog in these images. I am a rather more expert on arthropods, and I'm fairly sure the beetle is either dead or anaesthetised - the positions of it's feet do not look right. My guess is that both animals were not in a healthy state, and are supported by threads, and very probably glue.

So the story for the daily create. Sadly the success of the occasional genuine amazing animal photograph has led to other people faking them for a wee bit of Internet fame, and this regrettably involves cruelty to animals. Like Mariana I do not wish to further share these photographs.



So my photograph for today, I often share photographs of puffins or drawings I have based on them. Here is a photograph of humans and puffins together. The puffins know they are safe, because the only humans that ever visit them on their remote island are there to admire the puffins, and the humans are enjoying seeing beautiful wildlife in its natural environment, and being careful not to go so close that they alarm the puffins.





Thursday, June 08, 2017

JISC Connect More Scotland

On Tuesday I attended the JISC Connect More Scotland event at Glasgow Caledonian University. A significant theme of the event was digital literacy, and in particular, digital literacy of academic staff. In his introduction to the event, head of JISC Scotland, Jason Miles-Campbell, mentioned a job advert he had recently seen for an academic post which only mentioned familiarity with Microsoft Office as a required IT skill. Of course, many people might think this is an appropriate level of IT literacy for an academic, but if we are going to succeed in getting greater use of on-line and blended learning we need academics with a wide range of digital skills and confidence.

The keynote was from Martin Hamilton, JISC's 'Futurist' - that sound like a rather cool job! Martin's talk covered trends in artificial intelligence, robotics and space exploration. His AI examples included the rather wonderful edges2cats, and also more mundane things like self driving cars...


The workshops covered a range of things - you can see some of the slides on JISC's slideshare.

My personal takeaways:
  • Brian Eno's Oblique Strategies and JISC's Co-Design Playdeck might be useful planning tools.
  • Microsoft's HoloLens is really interesting, but rather uncomfortable with my glasses. The anatomy lesson that was being used as a demo was interesting, but a bit low resolution when I tried to look closely at internal organs. I wish I could justify the price to get one to play with.  
  • Small fun activities are a good approach for CPD to get staff to engage and improve their digital literacy. Chris Rowell's 12 Apps of Christmas is a rather nice example.



Friday, April 07, 2017

Some thoughts on lecture recording

One of the things that came a couple of times at our learning and teaching conference last week was lecture recordings. At the close of the conference the Students Representative Council VP for education emphasised that students want all lectures recorded, however the part of the keynote that talked about lecture recording maybe didn't really support this idea. Rather than bowing down to student demand, perhaps we should first look at the evidence about whether lecture recordings support learning.

There is some evidence about how students use lecture recording videos, however it is far from clear cut whether it is positive use. In his keynote Simon Lancaster told us about a study that looked at when students watch lecture recordings. Maths students appear to repeatedly watch sections of a lecture soon after the lecturer had taken place, which to me suggests a very positive use of the recordings, with the students watching them to understand more difficult concepts covered. Life sciences students binged on lecture recordings just before the exams, so this seems like a rather more negative use, and maybe not something that we would wish to encourage or support.

It is interesting to look at the fairly recent history of medical education in relation to this. About 20 years ago there was major shift towards problem-based learning in medicine, which seemed to lead to much improved learning outcomes with deeper understanding and better problem-solving skills. However, it was also unpopular with the students, showing that what students like is not necessarily what is good for education.

Perhaps before we start recording all lectures we need to do some proper investigation, and find out if lecture recordings are actually useful part of education. It could well be that short Kahn Academy style videos of the difficult mathematical concepts would have been a better solution for the maths students who used lecture recordings in a positive way, and maybe decent summary notes are a better solution for the students who are panicking before an exam.

Tuesday, March 28, 2017

Suggestions for a Digital Learning Environment Strategy

There is an e-learning environment strategy currently being formulated at University - I'm not part of the group creating it, but have been able to pass on some ideas. I almost ended up creating my own strategy document when I was putting my ideas on paper, and although my document has been rejected as being too technical, some of my ideas seem to be creeping through...

Rather than letting my draft vanish, I thought I'd put it on my blog so it might at least help others formulate strategies. It is an incomplete draft, but quite a bit of effort went into it.

If you do make use of this, please remember to cite it properly, and give me credit where appropriate.

Barr, N. S. F. (2017). Suggestions for a Digital Learning Environment Strategy. [Blog] Niall B's Blog. Available at: http://niallb.blogspot.co.uk/2017/03/suggestions-for-digital-learning.html [Accessed dd Mon. yyyy].

Suggestions for a Digital Learning Environment Strategy

Niall S F Barr

Background

In the last 30 years or so there has been a dramatic change in the technology available for teaching, with blackboards being replaced by digital projectors, the Internet providing rapid access to large amounts of information, and students carrying their own personal devices for accessing the Internet. One of the key parts of this change has been the Virtual Learning Environment (VLE), a web application that combines a variety of resources and interactive activities in a structure relating to courses. The University of Glasgow was an early adopter of web-based learning as a partner in the Clyde Virtual University (CVU) project (Whittington and Sclater, 1998) which included the development of a web based learning platform that was arguably the first modern VLE.
The introduction and take-up of the VLE was extremely rapid. CVU was created in 1996, and just five years later over 80% of UK universities and colleges had some form of VLE; by 2005 this figure had risen to 95% (Farmer and Tilton, 2005). At that time there were a large number of different platforms available – Farmer and Tilton list over 40; however, the majority of these have now vanished with the majority of universities using one of a handful of conceptually very similar commercial and open source platforms. Of the 24 Russell Group Universities, 12 use Blackboard, 9 use Moodle, and Sakai, Sharepoint and Canvas have one University each.
The conventional VLE has become a "Dominant Design" in higher education, that is a broadly accepted general design to which all variants conform (Wilson et al., 2007). In spite of this there is a paucity of research on both the benefits and the design of the VLE. The general approach and design seems to have been largely driven by what was available and understood, as well as being constrained by the limitations of the technology that was available when the dominant design was emerging.
While the VLE has become an integral part of the education process, it is far from the only technological innovation which is enabling change in the education process. The smart phone, effectively a pocket sized Internet enabled computer, has become ubiquitous with over 95% of University of Glasgow first year students carrying them at all times (Honeychurch and McCluckie, 2014), and the technology available to teachers in the classroom may include smart boards, visualisers and shared digital activities such as messaging feeds, classroom voting and collaborative document editing.

Current position

2.1. Moodle
2.2. Mahara
Medial
2.3. Urkund/Turnitin
2.4. Lecture theatre equipment

Interactive questions during lectures are supported by YACRS (classresponse.gla.ac.uk), a relatively simple in-house web application which allows students to interact using their own mobile devices. Previously clicker systems which involved handing out handsets to the students were used for this purpose, however the logistics of these systems meant they were not as widely used as the new web application.
In addition to the core functionality of Moodle, it is possible to link Moodle to external tools that conform to the IMS Learning Tools Interoperability (LTI) specification (McFall et al., 2012). QTIWorks, an assessment system developed in collaboration with several other British universities including Edinburgh, Strathclyde, Liverpool Hope and Southampton provides a way of launching more advanced quizzes than those supported by Moodle's internal quiz system is the only current centrally supported LTI tool, however LTI is not limited to currebt tools, and Aropa, a peer review system similar to Moodle workshop is hosted within the School of Computing Science. Tools that can be launched from Moodle using LTI or used as a stand-alone tool and is used by a number of courses across all four colleges. A completely different approach to peer-review, and also potentially grading, is provided by an experimental Adaptive Comparative Judgement tool ACJ-LTI, which is at an early pilot stage.
Tools which are not integrated into the University systems, but which are used by many lecturers, include Peerwise: a system hosted at Auckland University in which students create their own multiple-choice questions, and answer and comment on their classmates questions. TodaysMeet.com is a free website that allows teachers to create a closed Twitter like chat environment for their students. It is likely that many other free or freemium web tools are made use of by teachers at the University. It is also very likely that many of these tools do not comply with European data protection requirements, however teachers are using them without being aware of this.

Issues with the current model

Modern VLEs such as Moodle combine a large number of tools that can be used to support education, but which are not inherently related, into a single large software package. The bringing these tools together into the VLE they have become clear unified package where teachers can pick and mix which tools they need to use, however at the same time they have become part of a much larger and more complex software system. By making simple tools part of a large complex system, they become significantly harder to maintain with the consequence that they rapidly become outdated. A clear example of this within Moodle is the wiki software which is very much more primitive than other stand-alone wikis. From a software engineering viewpoint this would be described as system which has excessive coupling. As Bell et al., (1997) point out: "a piece of software should be divided into modules in such a way that there is a minimum of interaction between modules (low coupling) and, conversely, a high degree of interaction within a module (high cohesion)".
Although the individual activity modules within Moodle suffer from this tight integration, it is important to recognise that the main purpose of Moodle is to provide an extremely comprehensive authorisation system which ensures that each user has access to the right tools. Having fully separate tools would lose this valuable feature. IMS LTI works well with Moodle’s authorisation features as it provides a simple single sign-on into third-party tools which includes a context (i.e. course), one or more roles such as “Learner” or “Instructor”, and user information which can be just an anonymous identifier, or can include name and e-mail address.
Third-party tools that are used on an ad-hoc basis, such as TodaysMeet.com, may pose an additional problem as the University has no control of the data collected by these tools. There has recently been an issue in the United States where the provider of a free hosted tool was found to be collecting student data and selling it to third parties2 . Tools which are currently free or low-cost may also be part of a bait and switch strategy, and become significantly more expensive to make use of later. An example of this dubious business practice is Turnitin's grademark software, which was initially offered as a free extra, but then was used to justify large price increases. Software developed using venture capital funding frequently has significant price increases once users are relying on it, and there has been significant venture capital funding for education related software in recent years. Alternatively, tools may vanish with no warning when their funding runs out.

Changing landscape

The underlying technology that supports the digital learning environment continues to evolve, and there are a number of imminent innovations that may lead to further change. One innovation which is definitely about to appear is web assembly, a virtual machine in the browser compatible with the output of GNU C++ and other high-performance compilers, which is currently undergoing testing with all the major browser providers. Web assembly will allow the possibility of running the types of interactive simulation that been shown to be very beneficial for education (McAteer et al., 1996), and which were also advocated in the Dearing Report, within the browser. It will also allow significant changes to the user interface of web applications, although with the major caveat that accessibility may suffer it is used inappropriately.
Interactive whiteboards continue to improve, and the latest generation may provide the extra features that will make them an essential part of the classroom rather than an optional extra. As network infrastructure speeds improve, the possibility of directly sharing images on whiteboard with a students' personal devices, and allowing two-way interaction becomes a real possibility.
The Internet has already dramatically changed the way we deal with information, by providing very rapid ways to search for and find information. As Hugh Davis pointed out in his keynote at the 2015 University of Glasgow Learning and Teaching Conference, this has led to a different requirement for learning. The emphasis has moved away from knowing information towards knowing how to find the information and discriminate between good and bad sources. The Internet has also given a voice to many dubious sources would previously have struggled to be published so the emphasis on discrimination between good and bad sources is becoming increasingly important.
With these changes in technology it is also likely that there will be significant changes in how teaching is done. The traditional lecture with one-way communication from the teacher to the student is already being challenged with techniques such as the Jigsaw Classroom (Aronson, 1978), flip teaching and just-in-time teaching (Mazur, 1996) and the use of interactive technology. Further technology improvements are likely to enhance these techniques. The TEAL spaces currently being piloted at the University are designed to facilitate these approaches to teaching, and are likely to become a much more common type of space.
There are also changes in the expectations of what skills will be developed and used in education. Just as the introduction of affordable word processing in the 1980s led to an expectation that students would be able to type and produce formatted documents, current improvements in digital technology mean that being able to produce audio and video productions is becoming a reasonable expectation. Some courses at the University are already asking students to submit short videos for assessment, and it is likely that this type of assessment will increase.
There will also be major changes in the skills required by teachers. It will no longer be acceptable for teachers to have low levels of digital literacy, and it will be essential that they continue to develop their skills as the technology changes.

Future requirements

Digital literacy

In future we will continue to need greater digital literacy in both staff and students. The idea of new 'digital native' (Prensky, 2001) generation has largely been debunked, and it is now recognised that the apparent digital literacy of students is often very superficial (Bennett et al., 2008). Genuine transferable digital skills that can be applied to different situations is likely to be one of the most valuable graduate attributes in future, and so encouraging the development of digital literacy, both in staff and students is essential. Teachers will need to take ownership of their own digital skills, just as they take ownership of the maintenance of their skills and knowledge in their own disciplines, however the University has a role to play in providing or sourcing the scaffolding for their development. (https://1minutecpd.wordpress.com/ could provide some inspiration for this.)

The interconnectedness of all things

When planning the future of the digital learning environment, or any innovation in the technology to support teaching it is essential to take technology, pedagogy and policy into account. Data protection and accessibility considerations may also be involved. Any attempt to make changes without fully taking into account all these factors is likely to lead to poor decisions and short-term or impractical solutions.
An example of a situation where the technology, pedagogy and policy are all deeply interconnected is the process of marking coursework. Online marking is made significantly more difficult if the file format being used for submissions is not intended for subsequent editing, however PDF, a format intended for final printing, has become the de facto standard in spite of not being an appropriate format for later editing. The switch to using a format which can easily be annotated online and supports good accessibility, i.e. HTML would make it very much simpler to create a good quality online marking interface. The final grades from an online assignment need to be stored in a secure place, so policy decisions need to be made about where that should be. Moodle gradebook is a possibility, however Moodle is not generally considered to be a place for final grades. Pedagogical considerations require timely and detailed feedback, which also must be accessible to all students including those who make use of assistive technology to read the computer screen.

What is needed from our Digital Learning Environment

In future the Digital Learning Environment at the University is likely to need to support a greater variety of different teaching needs, including increased use of distance and blended learning, and courses that are being taught on more than one campus. An increase in distance learning may also lead to an increase in the numbers of students with accessibility issues that have to be accommodated by the Digital Learning Environment. Personalised learning environments and portfolios are also likely to become more important in the future.

Building on what we have

Even the most conservatively taught courses at the University make use of Moodle as a repository for handouts, a gateway to reading material and the point for submitting coursework, however courses that make significantly more use of Moodle are less numerous.
As Moodle is the main computer system used for education at the University, when teachers require a new facility they often assume that Moodle is the right place for it to be located. In addition, lecturers visiting conferences occasionally see examples of new Moodle modules that have been created by student projects, and which superficially looks very interesting, but unfortunately lack both the coding quality and maintenance regime that would allow them to be deployed in a major Moodle installation such as the University's. This leads to further demands for changes to Moodle, however these are not necessarily appropriate.
In many ways, Moodle can be considered to be an authorisation system that controls access and rights for a variety of resources depending on the user's role, course registration and groups. While the individual tools in Moodle are simple, and often dated, the authorisation management would be difficult to duplicate in simpler more focused tools.
As mentioned earlier, marking interfaces and feedback are an example where it seems natural to use Moodle because from the teacher's viewpoint Moodle is the right place for educationally related online activity, however in practice all that is needed from Moodle is an authorisation for students and staff to submit, grade and review work, and possibly an interim repository for grades. A tool outside Moodle is also needed for originality checking. IMS LTI provides a way for Moodle to provide authorisation information to an external tool, and receive back a score, so in practice there is no need for the marking interface to be part of Moodle. Once we have accepted that there is no need for Moodle to actually be tightly integrated with the marking interface, there are many more options available.
This approach of using Moodle as an authorisation system, with basic default activity modules and using external tools launched by LTI from Moodle for more advanced or specialist activities, is potentially a very good approach. The idea of replacing the VLE with a set of loosely coupled and relatively simple modules has been discussed for some time (JISC, 2004) (Honeychurch and Barr, 2013), and Moodle with LTI provides suitable core for this. By doing this it becomes possible to allow teachers to have different modules available to suit their needs, and as the modules are individually simple maintenance becomes more straightforward. Core course material that is to be made available long-term should remain in Moodle, as this will facilitate archiving.
With this approach, Moodle will remain the core of our Digital Learning Strategy, but where Moodle does not provide the features that are required, rather than directly extending Moodle we will aim to add external modules that the couple to Moodle using LTI to provide the extra functionality required. It will be made clear to teachers that LTI modules that are only used by a small number of people will have limited support, and may be temporary facilities.

Enabling the users

  • Good practice resources that recognise the different requirements and cultures of different disciplines will be created to help guide teachers, and self paced online training will be found or created to help teachers develop the digital skills needed for their changing role.
  • It essential that this development is made part of the teachers core responsibilities - the attitude that learning technologists should create magic for them is unsustainable.
  • Building better tools to help teachers create content.

Improving use

  • Focus groups to find what staff and students need
  • Time taken to develop digital resources vs non digital
  • Cultural issues - developing online material takes time (Clark, 2015), so a sharing culture where we are added value for other peoples material rather than just creators is essential. We need to embrace OER, both as creators and consumers (The university is added value, think of digital content like text books ).
  • Probably should also discuss publisher stuff here.
  • This all links back to interoperability standards.
  • Need to recognise that different disciplines have different traditions, and different requirements.
  • Evidence driven - what actually works (Probably look at (Bates, 2015) (Daniel, 2016) (Clark and Mayer, 2016))
  • Assessment - Turnitin and Urkund only assess originality against published work and their own archives of past essays, they do not tackle the issue of essay writing services or the popular students getting more assistance from classmates.
  • Device compatibility - should mobiles use the same system, or a mobile feed (like Oxford)
  • Customizability of appearance vs consistency of user experience and accessibility - how much do we want teacher to be able to alter the appearance of their VLE?

Sustainability

  • Standards based - interoperability is essential for long term support (Barr et al., 2012)
  • Small modules with a standard interface are easier to change than monolithic software systems

Data protection

  • Current situation is that officially everything in IT Services, and reality is teacher wishing to experiment with other tools end up using tools elsewhere with no thought about data protection.
  • Trying to be too secure causes insecurity…

Analytics

Bibliography


Aronson, E., 1978. The jigsaw classroom. Sage.
Barr, N., Milne, S., Neve, P., 2012. Contextualizing formative assessment in Mathematics and Statistics, in: 1st HEA STEM Annual Conference: Aiming for Excellence in STEM Learning and Teaching. Presented at the 1st HEA STEM Annual Conference: Aiming for Excellence in STEM Learning and Teaching, Higher Education Academy, London, UK.
Bates, A.W., 2015. Teaching in a Digital Age. Tony Bates Associates Ltd.
Bell, D., Morrey, I., Pugh, J.R., 1997. The essence of program design, The essence of computing series. Prentice Hall, London ; New York.
Bennett, S., Maton, K., Kervin, L., 2008. The “digital natives” debate: A critical review of the evidence. Br. J. Educ. Technol. 39, 775–786.
Clark, D., 2015. Estimating Costs and Time in Instructional Design.
Clark, R.C., Mayer, R.E., 2016. E-learning and the science of instruction: Proven guidelines for consumers and designers of multimedia learning. John Wiley & Sons.
Daniel, J., 2016. Making Sense of Blended Learning: Treasuring an Older Tradition or Finding a Better Future. Online Learn. News Contact North-March 2.
Farmer, J., Tilton, J., 2005. The Use of Virtual LearningEnvironment Software in UKUniversities 2001-2005. Instr. Media Magic Inc.
Honeychurch, S., Barr, N., 2013. Scoping the future: a model for integrating learning environments.
Honeychurch, S., McCluckie, B., 2014. First Year Student Use of Technology and their Expectations of Technology Use in their Courses.
JISC, 2004. The E-Learning Framework - Projects Directory [WWW Document]. E-Learn. Framew. URL http://www.elframework.org/projects/index.html (accessed 2.15.17).
Mazur, E., 1996. Peer instruction: A User’s Manual. Addison-Wesley.
McAteer, E., Neil, D., Barr, N., Brown, M., Draper, S., Henderson, F., 1996. Simulation software in a life sciences practical laboratory. Comput. Educ. 26, 101–112. doi:10.1016/0360-1315(96)00011-5
McFall, G., McKell, M., Neumann, L., Severance, C. (Eds.), 2012. IMS GLC Learning Tools Interoperability Implementation Guide Version 1.1.
Prensky, M., 2001. Digital natives, digital immigrants part 1. Horiz. 9, 1–6.
Whittington, C.D., Sclater, N., 1998. Building and testing a virtual university. Comput. Educ. 30, 41–47. doi:10.1016/S0360-1315(97)00077-8
Wilson, S., Liber, O., Johnson, M.W., Beauvoir, P., Sharples, P., Milligan, C.D., 2007. Personal Learning Environments: Challenging the dominant design of educational systems. J. E-Learn. Knowl. Soc. 3, 27–38.

2http://mfeldstein.com/popular-discussion-platform-piazza-getting-pushback-selling-student-data/

Thursday, January 05, 2017

Animation Week - postscript

It's almost a month since the end of the CLMOOC pop-up animation week, so possibly it's time for some reflection. I'm not convinced we hit the necessary critical mass of participants to make a social media based event work well, however hopefully those took part or just watched had some fun and learned something.For now at least most of the activity can be found by searching for on twitter or by looking at NomadWarMachine's storify.

The google doc where people shared ideas and links is perhaps the most useful artefact from the week, and within that the link Kevin put to his 'Making Stopmotion Movies' guide is particularly useful.

What would be nice is a site where people could share links to tutorials, hints about what software to use etc., creating a user generated teaching/learning resource about web animation. The CLMOOC Make Bank looks like an appropriate place for how to guides and tutorials, and indeed, there is already a section on stop motion video there.