+ All Categories
Home > Documents > Labrador: A Tool for Automated Roadmap Grading Support in...

Labrador: A Tool for Automated Roadmap Grading Support in...

Date post: 23-Jul-2020
Category:
Upload: others
View: 0 times
Download: 0 times
Share this document with a friend
8
1 Labrador: A Tool for Automated Grading Support in Multi-Section Courses Drexel University Programming Learning Experience (DUPLEX) http://duplex.mcs.drexel.edu Christopher D. Cera, Robert N. Lass, Bruce Char, Jeffrey L. Popyack, Nira Herrmann, Paul Zoski Drexel University Mathematics and Computer Science 2 Roadmap l Introduction l Problems and Solution Goals l Labrador l Discussion 3 The Group l Bruce Char Professor, Computer Science l Nira Herrmann Professor and Head, Mathematics l Jeffrey L. Popyack Associate Professor, Computer Science l Paul Zoski Instructor, Math and Computer Science l Christopher D. Cera Computer Science Graduate Student l Robert N. Lass Computer Science Undergraduate Student 4 Who Am I l First TA in MCS to experiment with WebCT in December 2000 l Courses I have TA’ed using WebCT 3 x Introductory Programming I, II 1 x Object Oriented Programming l Migrated course content to WebCT from previous course website HTML assignments and labs into question database Gradebook maintainer l Wrote demo’s and documentation to train other TAs l Developer of software supplements to WebCT to support course administration 5 The Course l Intro Programming I, II l Variety of Majors Computer Science Computer Engineering Information Systems Mathematics Digital Media l Class 1 x 1 hour lecture 2 x 1 hour labs l People 250-300 Students 2-3 Professors 10-12 Teaching Assistants 6 The Duplex Project: An Overview l Take advantage of advances in Information Technology to improve instruction and reduce costs for computer programming courses Modular Structure l Multiple Entry Points l Multiple Audiences l Multiple levels of knowledge (Bloom’s Taxonomy) Computer Supported Cooperative Work (CSCW) in student labs Online Services – Today’s Topic
Transcript
Page 1: Labrador: A Tool for Automated Roadmap Grading Support in ...duplex.cs.drexel.edu/2002_wctconf/doc/cera_presentation.pdf · – Mathematics – Digital Media l Class – 1 x 1 hour

1

Labrador: A Tool for Automated Grading Support in Multi-Section

Courses

Drexel University ProgrammingLearning Experience (DUPLEX)http://duplex.mcs.drexel.edu

Christopher D. Cera, Robert N. Lass, Bruce Char, Jeffrey L. Popyack, Nira Herrmann, Paul Zoski

Drexel UniversityMathematics and Computer Science

2

Roadmap

l Introduction

l Problems and Solution Goals

l Labrador

l Discussion

3

The Group

l Bruce Char– Professor, Computer Science

l Nira Herrmann– Professor and Head, Mathematics

l Jeffrey L. Popyack– Associate Professor, Computer Science

l Paul Zoski– Instructor, Math and Computer Science

l Christopher D. Cera– Computer Science Graduate Student

l Robert N. Lass– Computer Science Undergraduate Student

4

Who Am I

l First TA in MCS to experiment with WebCT in December 2000

l Courses I have TA’ed using WebCT– 3 x Introductory Programming I, II– 1 x Object Oriented Programming

l Migrated course content to WebCT from previous course website– HTML assignments and labs into question database– Gradebook maintainer

l Wrote demo’s and documentation to train other TAs

l Developer of software supplements to WebCT to support course administration

5

The Course

l Intro Programming I, II

l Variety of Majors– Computer Science– Computer

Engineering– Information Systems– Mathematics– Digital Media

l Class– 1 x 1 hour lecture– 2 x 1 hour labs

l People– 250-300 Students– 2-3 Professors– 10-12 Teaching

Assistants

6

The Duplex Project: An Overview

l Take advantage of advances in Information Technology to improve instruction and reduce costs for computer programming courses

– Modular Structurel Multiple Entry Pointsl Multiple Audiencesl Multiple levels of knowledge (Bloom’s Taxonomy)

– Computer Supported Cooperative Work (CSCW) in student labs

– Online Services – Today’s Topic

Page 2: Labrador: A Tool for Automated Roadmap Grading Support in ...duplex.cs.drexel.edu/2002_wctconf/doc/cera_presentation.pdf · – Mathematics – Digital Media l Class – 1 x 1 hour

2

7

Roadmap

l Introduction

l Problems and Solution Goals

l Labrador

l Discussion

8

Before WebCT

l Hundreds of people involved in paper exchanges of handwritten assignments and quizzes

l Testing programs required floppy exchangesl No Chat

l No newsgroup-style threadsl Feedback and grades are not online

9

Before WebCT

l Large Classes

– Managing several hundred students is difficult due to the logistics involved with organizing paperwork and people.

10

WebCT

l Service from Information Resources & Technology (IRT) department (v3.1)

l MCS started Dec. 2000 (v3.5)

l Upgraded to v3.7 recently

l Transition to v3.8 planned in Fall

11

Noteworthy Features

l General Course Website

l Labs: Online Quizzes with Automated Grading

l Homework: Online Assignments

l Joint Staff--Student Chat

l Discussion Threads

13

Software Design Goals

l Bulk Assignment Downloading (prior to 3.7)

l Bulk Quiz Downloading

l Section Sorting for bulk downloads, or only one section

Page 3: Labrador: A Tool for Automated Roadmap Grading Support in ...duplex.cs.drexel.edu/2002_wctconf/doc/cera_presentation.pdf · – Mathematics – Digital Media l Class – 1 x 1 hour

3

14

Software Design Goals

l Post-Processing student files– Archive Extraction (tar, zip)– Decompress (gz, zip)– Decode (uue)

l Minimal staff intervention when transferring submissions between systems, eg. Plagiarism Detection Systems (PDS)

l Automatically collate source code

l Generate electronic documents to facilitate grading and archiving

l Remote Execution– downloading to computer x (on

campus) while operating at computer y (off campus) 15

The Bigger Picture

l Course-Specific Tasks– Not all processing should be done on the server

l Select files have to be transferred to a different system for further processing and analysis by staff

l Client-side support is needed to perform this, preferably automated and not necessarily using a web browser.

16

Roadmap

l Introduction

l Problems and Solution Goals

l Labrador

l Discussion

17

Labrador: Our Solution

l Client-side WebCT Supplement

l Implemented in Perl

l Works for users with TA and Designer access to WebCT

18

Perl

l Practical Extraction and Reporting Language

l Created in 1987 to replicate Unix shell functionality

l Powerful text manipulation

l High-level: rapid prototyping and development

l Large library of modules and active development community

l Perl is used by many applications, including WebCT

19

A Taste of Labrador PerlProgramming

Page 4: Labrador: A Tool for Automated Roadmap Grading Support in ...duplex.cs.drexel.edu/2002_wctconf/doc/cera_presentation.pdf · – Mathematics – Digital Media l Class – 1 x 1 hour

4

20

Labrador works on Windows, Mac, Linux, Other Unix Variants, etc.

l Perl has been ported to all major operating systems

l Perl programs can be compiled:– No need for the end user to

install Perl– Perl2exe for Windows support

(www.perl2exe.com)

21

User Interface

l Different users / Different UI preferences

l Command-line

l Interactive

l Configuration File

l GUI (in development)

22

Required Info

http://webct.drexel.edu/SCRIPT/CS164_Fall2002/scripts/designer/dropbox_edit.pl?DROPBOX_ASSN_VIEW+_side_nav++1006285909

l Username/Password

l Server URL webct.drexel.edu

l Course ID CS164_Fall2001

l Submission Name or ID 1006285909

l Optional Username List

23

Components

SubmissionDownloader

SectionSorting

PostProcessing

Moss

JPlag

PDFGenerator

24

Bulk Downloader

l Web-Crawler: simulates clicks of actual staff member

– Downloads actual web content (HTML)

– Parses HTML to find desired text or URLs to crawl to next

– Uses HTTP operations

l Works on assignments and quizzes

l Only component in Labrador which interacts with WebCT

25

Organizing Submissions by Section

l Not supported in original Labrador prototype, added later on.

l Organizes files into directories

l 3 possible input methods:– Creating a Section column in

gradebook– “Username, Section” CSV File– Username file

Page 5: Labrador: A Tool for Automated Roadmap Grading Support in ...duplex.cs.drexel.edu/2002_wctconf/doc/cera_presentation.pdf · – Mathematics – Digital Media l Class – 1 x 1 hour

5

26

PDF Generation for Electronic Mark-up

l Adobe Portable Document Format can be viewed on all major platforms

l With Adobe Acrobat, PDFs can be annotated by graders

l Sony VAIO Slimtop PC (PCV-LX920)

l Wacom Pen Tablet.

27

VAIO / Wacom

28

PDF Markup Example

29

Redistribution

l How can we return annotated PDF’s back to students using WebCT?

l WebCT Mail

l WebCT Groups

l Version 3.8 now addresses this issue

30

Heterogeneous Systems

l Different systems want different formats

l Plagiarism Detection Systems– Moss has been used most extensively– Began experimenting with JPlag more recently

l Future work: Automatic program compiling and testing

31

Automated Plagiarism Detection

l Digital formats make "borrowing" easy

– Browsing similar works needs a simple and quick user interface.

– Careful review by faculty to assess results and present to students

Page 6: Labrador: A Tool for Automated Roadmap Grading Support in ...duplex.cs.drexel.edu/2002_wctconf/doc/cera_presentation.pdf · – Mathematics – Digital Media l Class – 1 x 1 hour

6

32

Moss

l Processes C, C++, Java, ML, Lisp, Scheme, Pascal, and Ada programs.

l Common code feature reduces false positives

33

Moss Interface

34

JPlag

l Processes C, C++, Scheme, and Java programs

l For plain text files, it matches a user specified number of words appearing in succession

l Could be used for any course grading written (text) documents

35

Command Line Invocation

36

Interactive

37

Quiz Download with Config File

Page 7: Labrador: A Tool for Automated Roadmap Grading Support in ...duplex.cs.drexel.edu/2002_wctconf/doc/cera_presentation.pdf · – Mathematics – Digital Media l Class – 1 x 1 hour

7

38

Roadmap

l Introduction

l Problems and Solution Goals

l Labrador

l Discussion

39

Recent WebCT Enhancements

l Relevant to this talk:

– 3.7l Addressed bulk download issue for assignments

– 3.8l Attaching documents to an assignment

40

Future WebCT Enhancements

l Power users will need functionality not yet supported

l Every domain will also require additional functionality

l Not feasible for all domain-specific functionality to run on the WebCT server

41

Wanted

l API for non-administrators

l Stateful protocol so clients can be built by 3rd parties

42

HTTP: Insufficient Protocol

l Inconvenient content interchangel Heavy client interaction

l A HTTP based approach will be sensitive to the exact location of web pages, and format of text within them.

43

Labrador Availability

l Contact Us

l http://duplex.mcs.drexel.edu

Page 8: Labrador: A Tool for Automated Roadmap Grading Support in ...duplex.cs.drexel.edu/2002_wctconf/doc/cera_presentation.pdf · – Mathematics – Digital Media l Class – 1 x 1 hour

8

44

Project Support

l The Pew Learning and Technology Program at the Center for Academic Transformation

l National Science Foundation, Division of Undergraduate Education, DUE- #0089009

l The Ramsey- McCluskey Family Foundation, Margaret Ramsey, '84

l Drexel University

45

References

l [1] Alex Aiken. Moss: A system for detecting software plagiarism (unpublished), http://www.cs.berkeley.edu/ ~aiken/moss.html.

l [2] Jeffrey L Popyack, Bruce Char, Paul Zoski, Nira Herrmann, and Christopher D. Cera. Managing course management systems . In Proceedings of the thirty -third SIGCSE technical symposium on Computer Science Education, Birds-of-a-Feather Sessions, page 423, 2002.

l [3] L. Prechelt , G. Malpohl, and M. Philippsen. Jplag: Finding plagiarisms among a set of programs . Technical Report 2000-1, Fakultat fur Informatik , Universitat Karlsruhe , Germany, March 2000.

l [4] Larry Wall, Tom Christiansen, and Jon Orwant. Programming with Perl . O’Reilly and Associates, 3rd edition, 2000.

l [5] Michael J. Wise. Yap3: Improved detection of similarities in computer program andother texts. In Proceedings of the twenty -seventh SIGCSE technical symposium on Computer Science Education , pages 130–134. ACM Press, 1996.

46

Roadmap

l Introduction

l Problems and Solution Goals

l Labrador

l Discussion

l Bonus Slides

47

Blooms Taxonomy

l Knowledge– remembering of previously learned material; recall (facts or who le theories); bringing to mind.

l Comprehension– grasping the meaning of material; interpreting (explaining or summarizing); predicting outcome and

effects (estimating future trends).l Application

– ability to use learned material in a new situation; apply rules,laws, methods, theories.

l Analysis– breaking down into parts; understanding organization, clarifying , concluding.

l Synthesis– ability to put parts together to form a new whole; unique communication; set of abstract relations.

l Evaluation– Ability to judge value for purpose; base on criteria; support judgment with reason. (No guessing).


Recommended