Opinion
Computing Applications Education

Reflections on Stanford’s MOOCs

New possibilities in online education create new challenges.
Posted
  1. Introduction
  2. Validation and Plagiarism
  3. Certification
  4. Richer Evaluation
  5. Personalized Education
  6. Hybrid Education
  7. Innovation Beyond Online Videos
  8. References
  9. Authors
  10. Figures
laptop displays Stanford Engineering Everywhere Web site
The Stanford Engineering Everywhere Web site (http://see.stanford.edu) was launched in 2008.

The recent wave of Massive Open Online Courses (MOOCs) has highlighted the potential for making educational offerings accessible at a global level. The attention MOOCs have received is well deserved, but it belies the fact that various forms of online education have existed for many years. Rather than attempting to catalogue the broad spectrum of online learning resources, we focus on a sampling of initiatives in online education—with an emphasis on our home institution, Stanford University, with which we are most familiar—highlighting some of the opportunities and challenges at hand.

By way of background, the Stanford Center for Professional Development (SCPD) began offering distance-learning courses via television microwave channels in 1969. Students—mostly engineers working in the local Silicon Valley area—had the opportunity to watch course lectures on television at off-campus locations and submit course work via a courier system. By 1996, these course offerings had evolved to using streaming video via the Internet and a variety of means for electronic assignment submission and distribution of course materials. While in some respects these course offerings were similar to the more modern MOOCs, a critical differentiator was cost. Students enrolled in SCPD courses paid tuition akin to on-campus Stanford students, received the same level of service in the evaluation of the their work, and received course credit upon passing classes. The costs involved, however, meant the number of remote students enrolled in the Stanford courses was usually dwarfed by the number of on-campus students in the courses.

That equation changed in 2008 with the launch of Stanford Engineering Everywhere (SEE; http://see.Stanford.edu). Through the SEE initiative, Stanford made several of its most popular engineering courses—including six CS courses—freely available online, including full videos of class lectures and all course materials (handouts, assignments, and software). Course videos were released through YouTube, Apple’s iTunes University, and on Stanford’s own website. While the SEE initiative was not itself novel (MIT’s OpenCourseWare project was created years prior to SEE), the response to the open online materials was significant. Among the classes released was an offering of CS106A (Stanford’s Java-based CS1 course). That course’s (hour-long) lecture videos have been viewed more than two million times on YouTube alone. The availability of such online materials has resulted in universities in the U.S., China, India, and Brazil using these videos as part of teaching their own introductory programming courses. And since the CS106A course covers much of the same material as the AP computer science curriculum, students without access to traditional CS courses at high school have reported being able to study for and pass the AP CS exam as a result of watching the course videos (either alone or through a teacher-guided independent study at their school). Of note is the fact that these online materials generated such a strong response without any of the affordances of MOOCs (which typically offer enrollment, quizzes and assessments, assignment deadlines, statements of accomplishment, and so forth). Importantly, it is these seemingly evolutionary additional features that allowed the recent set of MOOCs to cross a line from being considered yet another free educational resource to being viewed as scalable free courses. This change in perception also brought with it a new set of possibilities and expectations.


Many challenges remain if MOOCs are to become competitive with the “classical” model of in-class education.


The trio of MOOCs released by Stanford faculty in fall 2011—courses in artificial intelligence, databases, and machine learning—attracted hundreds of thousands of students and spawned two private ventures: Coursera and Udacity. Concurrently, edX evolved from MITx as a non-profit consortium for online education, comprised initially of MIT and Harvard, with UC Berkeley and the University of Texas later joining forces. Stanford has also developed two new online learning platforms—Class2Go and Venture Lab—and committed itself to further work in this area by appointing CS professor John Mitchell as the inaugural Vice Provost for Online Education.

MOOCs have the potential to provide education on a global scale. But many challenges remain if MOOCs, either in a standalone or hybrid context, are to become competitive with the “classical” model of in-class education. Here, we discuss some of the opportunities and challenges facing MOOCs based on our experiences.

Back to Top

Validation and Plagiarism

Perhaps the most widely discussed challenge in online education is that of validating original work and preventing (or at least detecting) plagiarism. It has been reported that plagiarism is a potentially significant problem in online courses.10 In response, Coursera has stated it may attempt to employ plagiarism-detection software. It is too early to tell the efficacy of automated methods for plagiarism detection, but the clear need may motivate further research in this area. Both edX and Udacity have partnered with Pearson VUE, a provider of testing centers, to validate students taking proctored exams.4,7 While the use of testing centers to validate students’ identity and original work seems more straightforward in practice than automated methods for plagiarism detection, it also carries with it cost for the student. How such costs are to be weighed with respect to the costs and benefits of enrolling in a traditional course will be an important factor in the future success of MOOCs.

Back to Top

Certification

Another important component of MOOCs is whether and how they provide some form of certification to students. While the experience with SEE (which provides no form of certification) leads us to believe that many students will still pursue online education regardless of certification, we recognize that many students will be concerned they receive external validation/certification of their learning. There are many companies (both non-profit and for-profit) that have experience in awarding various forms of certifications, and several colleges offer purely online certificates and even degrees. Hybrid models are also emerging. For example, the University of Washington has offered to give college credit for some of its courses taken through Coursera for students who pay a fee and complete additional assessments.2 Thus, models for the certification of online work certainly exist. The extent to which such certifications are recognized by others, especially employers, will certainly impact how MOOCs are viewed relative to more traditional courses.

Back to Top

Richer Evaluation

Although the initial set of MOOCs focused on relatively straightforward means for evaluation, such as multiple-choice quizzes or short-answer questions, richer evaluation models measuring student engagement more fully with the material soon emerged. In a computing context, such evaluations include assessing students’ programs and assessing larger student projects. While mechanisms such as testing suites can be used to measure aspects of a program’s functionality, such tests are not applicable in all contexts, such as with interactive applications. Care must be given in developing assessment platforms allowing for a rich design space of assignments while still making (semi-) automated assessment feasible.

Peer assessments have also been proposed as a means for providing human assessments at scale. Research in peer assessment has shown the potential for this approach.6 For example, Stanford’s online Human-Computer Interaction course, taught by Scott Klemmer, emphasizes student design work. Enabling assessment of these designs at scale requires each student in the course to provide an ordering of several designs with which they are presented. The orderings from all students are then combined to get a more global ranking of designs. Interestingly, some of the designs presented to students to order have been graded by human experts (for example, the teaching assistants for the on-campus course). Since these graded designs are now embedded in the global ordering, a grade can be determined for a student-submitted design by determining how it ranks relative to expert-evaluated designs. While such a system is not without issues, it does provide an interesting model for injecting expert evaluation into a primarily peer-based assessment scheme.

Back to Top

Personalized Education

The massive scale of MOOCs provides the opportunity to collect unprecedented volumes of data on students’ interactions with learning systems. As a result, it becomes possible to use machine learning to gain insight on and potentially personalize human learning. Work in this vein has existed for years under the rubric of intelligent tutoring systems and educational data mining. As one recent example, Piech et al.5 applied machine learning techniques to build probabilistic models of automatically logged intermediate versions of student programs in our CS106A course. Such models, built on initial assignments in the course, were better predictors of students’ performance later in the course than the grades on those assignments. Such techniques could be used to identify students who are struggling in an online course and suggest remediation via alternative learning paths through a MOOC.


We need to identify new ways to think about online learning.


MOOCs also have the potential to present information to students using many different pedagogic approaches, allowing each student to select a particular desired approach, or even making such suggestions to the student. A meta-analysis of more than 1,000 online studies8 argues that features such as instructor-directed and collaborative online instruction led to improved learning for students, and that blended learning environments tended to be better for students than purely online ones. Online courses can evolve to incorporate such identified best practices.

Back to Top

Hybrid Education

As evidenced by Martin,3 some universities are leveraging MOOCs by having their students watch videos from an online course—Stanford’s artificial intelligence class in Martin’s case—prior to attending class at their own university to discuss the material and engage in additional assessments. Such “flipped classrooms,” which existed in various forms before MOOCs, enable the instructor to spend less time lecturing and more time interacting with the students. Indeed, we are likely only scratching the surface in exploring ways in which online videos can augment or potentially improve education. More work is needed to determine what instruction students should do on their own in preparing for class, as well as identifying how best to utilize class time given the fact that students have watched videos and engaged in attendant exercises in preparation.

Back to Top

Innovation Beyond Online Videos

We need to identify new ways to think about online learning. Tools, such as algorithm visualizations (for example, AlgoViz, http://algoviz.org, or Amit Patel’s probability visualizations, http://www.redblobgames.com), programming practice environments (such as Nick Parlante’s CodingBat, http://codingbat.com, or Amruth Kumar’s Problets, http://problets.org), and editable coding visualizers (such as Philip Guo’s Online Python Tutor, http://www.pythontutor.com) all offer promising online environments to aid student learning. We believe such innovations can become especially effective in online education, augmenting video presentations with myriad interactive activities for the learner to perform. Perhaps incorporation of appropriate interactive aids can begin to move closer toward identifying and constructing curricula for making Alan Kay’s Dynabook1 a reality.

It was Thomas Edison who believed that the advent of the phonograph would completely revolutionize education, rendering teachers obsolete. In the intervening century, similar predictions have been made about many other technological innovations. We do not believe MOOCs are going to render teachers obsolete, certainly not in the foreseeable future. Online education can augment more traditional instruction, and serve as an effective means to scale education to students when other (in-person) forms of instruction are unavailable. Like Vardi,9 we believe MOOCs are here to stay. However, we are much more positive about online education’s transformative potential, if we as a community can find solutions to the challenges at hand. It is really up to us.

Back to Top

Back to Top

Back to Top

Figures

UF1 Figure. The Stanford Engineering Everywhere website (http://see.stanford.edu) was launched in 2008.

Back to top

    1. Kay, A. A personal computer for children of all ages. In Proceedings of the ACM Annual Conference—Volume 1 (1972).

    2. Long, K. UW to offer fee-based courses through Coursera. The Seattle Times (July 18, 2012).

    3. Martin, F. Will massive open online courses change how we teach? Commun. ACM 55, 8 (Aug. 2012), 26–28.

    4. Parry, M. EdX offers proctored exams for open online course. The Chronicle of Higher Education (Sept. 6, 2012).

    5. Piech, C., Sahami, M., Koller, D., Cooper, S. and Blikstein, P. Modeling how students learn to program. In Proceedings of the 43rd ACM Technical Symposium on Computer Science Education (SIGCSE'12). ACM, New York, 2012,153–160.

    6. Sadlar, P. and Good, E. The impact of self- and peer-grading on student learning. Educational Assessment 11, 1 (2006), 1–31.

    7. Udacity blog. Udacity in partnership with Pearson VUE announces testing centers. (June 1, 2012); http://blog.udacity.com/2012/06/udacity-in-partnership-with-pearson-vue.html.

    8. U.S. Department of Education, Office of Planning, Evaluation, and Policy Development. Evaluation of evidence-based practices in online learning: A meta-analysis and review of online learning studies, Washington, D.C., 2010

    9. Vardi, M.Y. Will MOOCs destroy academia? Commun. ACM 55, 11 (Nov. 2012), 5.

    10. Young, J. Dozens of plagiarism incidents are reported in Coursera's free online courses. The Chronicle of Higher Education (Aug. 16, 2012).

Join the Discussion (0)

Become a Member or Sign In to Post a Comment

The Latest from CACM

Shape the Future of Computing

ACM encourages its members to take a direct hand in shaping the future of the association. There are more ways than ever to get involved.

Get Involved

Communications of the ACM (CACM) is now a fully Open Access publication.

By opening CACM to the world, we hope to increase engagement among the broader computer science community and encourage non-members to discover the rich resources ACM has to offer.

Learn More