ACM Inroads » MOOCs https://blog.inroads.acm.org Paving the Way Toward Excellence in Computing Education Sun, 18 Oct 2015 12:13:35 +0000 en-US hourly 1 https://wordpress.org/?v=3.9.34 Beware the MOOC, my son! The jaws that bite, the claws that catch! https://blog.inroads.acm.org/2013/12/beware-the-mooc-my-son-the-jaws-that-bite-the-claws-that-catch/?utm_source=rss&utm_medium=rss&utm_campaign=beware-the-mooc-my-son-the-jaws-that-bite-the-claws-that-catch https://blog.inroads.acm.org/2013/12/beware-the-mooc-my-son-the-jaws-that-bite-the-claws-that-catch/#comments Mon, 23 Dec 2013 11:56:08 +0000 http://inroads.acm.org/blog/?p=285 Continue reading ]]> I was feeling rather masochistic this morning and decided to read the “Terms of Service” of Coursera and Udacity. Much of it reads like the usual EULA, but I was stunned by one issue:

[T]he following are types of uses that Udacity expressly defines as falling outside of the definition of “non-commercial”: … (e) the use of Educational Content by a college, university, school, or other educational institution for instruction where tuition is charged.

You may not take any Online Course offered by Coursera … as part of any tuition-based … program for any college, university, or other academic institution without the express written permission from Coursera.

This seems to forbid the use of a MOOC in a “flipped classroom,” where frontal lectures are replaced by listening to the recorded lectures, and class time is devoted to discussion and problem solving (perhaps of the homework problems posed within the MOOC). Many people consider the flipped classroom to be an effective use of MOOCs, so it is amazing that both companies are putting up obstacles.

At least with Coursera, all the students can write them a letter asking for permission :-).

]]>
https://blog.inroads.acm.org/2013/12/beware-the-mooc-my-son-the-jaws-that-bite-the-claws-that-catch/feed/ 0
Controversy in MOOC-land https://blog.inroads.acm.org/2013/10/controversy-in-mooc-land/?utm_source=rss&utm_medium=rss&utm_campaign=controversy-in-mooc-land https://blog.inroads.acm.org/2013/10/controversy-in-mooc-land/#comments Tue, 29 Oct 2013 06:59:46 +0000 http://inroads.acm.org/blog/?p=260 Continue reading ]]> While MOOCs may seem to be an unstoppable bandwagon, a recent article in readwrite.com reports on controversy, mainly driven by concern from institutions and faculty members that MOOC content will be used as an excuse to cut funding. The linked articles are quite interesting. See: “The Traditional University Lecture Is Dead” at
http://readwrite.com/2013/09/23/university-lecture-mooc#awesm=~olDBkznpxtUHqT

]]>
https://blog.inroads.acm.org/2013/10/controversy-in-mooc-land/feed/ 0
Running a MOOC isn’t easy https://blog.inroads.acm.org/2013/07/running-a-mooc-isnt-easy/?utm_source=rss&utm_medium=rss&utm_campaign=running-a-mooc-isnt-easy https://blog.inroads.acm.org/2013/07/running-a-mooc-isnt-easy/#comments Wed, 24 Jul 2013 08:27:57 +0000 http://inroads.acm.org/blog/?p=234 Continue reading ]]> Gregor Kiczales is dealing valiantly with problems that arose in his course Introduction to Systematic Program Design on Coursera.

Assessment in a MOOC is extremely difficult. Automatic assessment can check the output of a program but is useless to evaluate design, the topic of this course. The original intention was to use peer assessment for two projects, and a system of rubrics and training was laid out. This was abandoned in favor of self-assessment (!) because people take vacations in August and peer-assessment must be synchronous.

Aside from the usual problems with the forum (lack of civility), this course faced a problem caused by the openness of the MOOC. The course targets true novices but experienced people also take the course. Kiczales had to request: “Please, please, please don’t reply to beginner requests for help with advanced comments.”

]]>
https://blog.inroads.acm.org/2013/07/running-a-mooc-isnt-easy/feed/ 0
Initial impressions of a MOOC https://blog.inroads.acm.org/2013/06/initial-impressions-of-a-mooc/?utm_source=rss&utm_medium=rss&utm_campaign=initial-impressions-of-a-mooc https://blog.inroads.acm.org/2013/06/initial-impressions-of-a-mooc/#comments Tue, 04 Jun 2013 07:51:37 +0000 http://inroads.acm.org/blog/?p=203 Continue reading ]]> Coursera opened the course Introduction to Systematic Program Design - Part 1. Here are my initial impressions. Although I’m not familiar with administrative, financial and technical issues of MOOCs, I’ll start a few points for those who are.

There are eight (!) TAs who have experience with the (in-house version of the) course. Kiczales promises: “There are TAs monitoring the forums nearly 24 hours a day, and our goal is to respond to errors you point out within a few hours.” Clearly, MOOCs don’t come for free.

There was some problem with the compatibility of videos (html5 vs. flash?) which shows that running a MOOC requires technical expertise and support.

Turning to educational aspects: In my Inroads article, I complained about the lack of textbooks for the MOOCs I studied. This course is based on a freely available textbook, How to Design Programs 2/e by Felleisen (winner of the 2011 SIGCSE Outstanding Contributions Award), Findler, Flatt and Krishnamurthi. Similarly, programming is done in a educational development environment (DrRacket) which is far superior to using a bare-bones compiler.

I was pleased to see that the first week included introductory lectures on stepping through a program using DrRacket and on using Help. I believe that such “meta-aspects” of programming important and should be explicitly taught.

Next week I’ll write on the homework assignments and quizzes.

Moti

]]>
https://blog.inroads.acm.org/2013/06/initial-impressions-of-a-mooc/feed/ 0
A blog on MOOCs https://blog.inroads.acm.org/2013/05/a-blog-on-moocs/?utm_source=rss&utm_medium=rss&utm_campaign=a-blog-on-moocs https://blog.inroads.acm.org/2013/05/a-blog-on-moocs/#comments Tue, 28 May 2013 10:08:27 +0000 http://inroads.acm.org/blog/?p=196 Continue reading ]]> Last year – for some reason that I can no longer remember – I became interested in MOOCs (Massive Open Online Courses). MOOCs are the latest computer- and web-based panacea proposed for solving crises in education. Among the prominent institutions offering MOOCs are two companies (Udacity and Coursera) and the edX consortium established by Harvard and MIT.

My initiation was innocent enough: studying a course in introductory CS from Udacity. When I finished the course I wrote up my impressions and then I convinced myself to study a similar course from Coursera. My analysis of this experience has just been published in ACM Inroads: MOOCs on Introductory Programming: A Travelogue. ACM Inroads 4(2), 2013, 58–61.

Such a hot educational topic deserves a blog and I’ve decided to start one. While everyone has an opinion, I would prefer that comments and posts be based on experience: people who studied a MOOC, used a MOOC in their teaching or developed learning materials used in MOOCs. I’d even be happy to hear from those who teach MOOCs :-).

Next week, I plan to start studying another MOOC from Coursera: Introduction to Systematic Program Design – Part 1 by Gregor Kiczales. I’ll keep you posted on how that goes.

Moti

]]>
https://blog.inroads.acm.org/2013/05/a-blog-on-moocs/feed/ 0