annotating digital documents

32
1 Annotating Digital Documents L3

Upload: klaus

Post on 23-Feb-2016

28 views

Category:

Documents


0 download

DESCRIPTION

Annotating Digital Documents. L3. Ink Annotations are different to text annotations. Ink stands out from the original It is free form – the annotator can Emphasize – underline, highlight, asterisk Question Agree Add side notes to explain, clarify - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Annotating Digital Documents

1

Annotating Digital Documents

L3

Page 2: Annotating Digital Documents

2

Page 3: Annotating Digital Documents

3

Ink Annotations are different to text annotations

• Ink stands out from the original• It is free form – the annotator can

– Emphasize – underline, highlight, asterisk– Question– Agree– Add side notes to explain, clarify

• The authorship remains with the original author

Page 4: Annotating Digital Documents

4

Why do we annotate?

• Active reading– Adding annotations to a document helps the

reader to process the information• Communicate with others/self

– When developing the document collaboratively

– When evaluating the work (eg marking assignments)

Page 5: Annotating Digital Documents

5

Expressiveness and usefulness• Annotations are very individualistic• However they can generally be understood by

others.

• Interesting studies of students choosing old – already annotated books – and looking carefully at the style of annotations

• Also students understanding pre-annotated material more quickly than the original document

Page 6: Annotating Digital Documents

6

Visual message

• Looking at an annotated document in an instant you understand the position of the annotator. Are they:

• Being critical?• Correcting the spelling and grammar?• Adding their own explanatory notes

Page 7: Annotating Digital Documents

7

Example Software

• Penmarked– Assignment marking

• RCA– Code review

Page 8: Annotating Digital Documents

8

Penmarked Motivation• Electronic submission and marking of

assignments is attractive to faculty and students alike

• Particularly programs assignments when a digital copy of the assignment is required for marking

• However providing meaningful feedback to students is more difficult

• And individualised feedback is important

Page 9: Annotating Digital Documents

9

Design Brief

• Annotation of the script• Score recording• Work practice support

– Who wants to ‘waste time’ marking?

Page 10: Annotating Digital Documents

10

Implementation

Page 11: Annotating Digital Documents

11

Annotation Pane• Ink anywhere• Erase• Multiple files

• A technical nightmare!– Two layers– Lots of Windows API calls

• We have more-or-less got pdf going

Page 12: Annotating Digital Documents

12

Scoring Pane

• Marking rubric• Numeric scores• Entered

– in score box with pen and recognized using Microsoft recognition engine with numeric factoid feature also range checked

– Or through the keyboard

Page 13: Annotating Digital Documents

13

Work Practices SupportPre-marking• Set up of marking rubric, directories, file type/name

filters• Collection of assignments from a dropbox or directory

structureDuring• All assignments listed in student list pane

– Can be marked as opened and complete• Automatic unpackaging of zip files• Direct link to student’s folder for executing programOn completion • Exporting of marks as xml file• Conversion of assignments to pdf files (includes mark

rubric and annotated files)• Email return of assignment to student

Page 14: Annotating Digital Documents

14

Evaluation 1• Iterative informal during development• Usability testing with think aloud

– Talking while marking a program is challenging– A few interaction problems

• pen/keyboard input• ‘do you want to save’ dialogue

– Recognition required correct formation of digits– Using the pen to interact with non-tablet programs

(the students assignments) is slow!• Focus group

– Student list and workflow support invaluable– Accurate writing required for score recognition

Page 15: Annotating Digital Documents

Evaluation 2• One large programming class ~ 180 students• Six markers• Three assignments

– increasing and size and complexity• Three treatments

– Paper– ‘Database’– Penmarked

• Balanced treatment– Each student had one assignment marked by each process– Each marker used each process – Rotated so student – marker different for each assignment

Page 16: Annotating Digital Documents

Marking Time

Assignment 1 Assignment 2 Assignment 30

5

10

15

20

25

30

PaperDatabasePenmarked

min

utes

Page 17: Annotating Digital Documents

Number of Annotations

Assignment 1 Assignment 2 Assignment 30

100

200

300

400

500

600

PaperDatabasePenmarked

Tota

l num

ber o

f ann

otat

ions

Page 18: Annotating Digital Documents

Student Satisfaction – process P

aper

Dat

abas

e

Pen

mar

ked

Pap

er

Dat

abas

e

Pen

mar

ked

I found the submission easy I found the return of work easy

0%10%20%30%40%50%60%70%80%90%

100%

DisagreeNeutralAgree

They did not like paper!

Voluntary survey 42 respondents

Page 19: Annotating Digital Documents

Student opinion aid to learning

Paper Database Penmarked Paper Database PenmarkedI understood where I had lost or gained marks The feedback helped my learning

0%

10%

20%

30%

40%

50%

60%

70%

80%

90%

100%

Rarely

Some-times

Mostly

Correlation between number of comments and students’ opinion of aid to

learning.

(statistically significant)

Page 20: Annotating Digital Documents

Overall Preference

Overall preference for Penmarked

Paper Database PenmarkedI prefer to get my assignments marked this way

0%

10%

20%

30%

40%

50%

60%

70%

80%

90%

100%

Not at allA bitCompletely

Page 21: Annotating Digital Documents

What else we could do with digital ink

• IDEs

• Web

Page 22: Annotating Digital Documents

22

RCA

• One of the difficulties with Penmarked is that the markers have to go to another application to compile and execute the program

• RCA is an annotation addin for Visual Studio

Page 23: Annotating Digital Documents

23

RCA in Visual Studio

Page 24: Annotating Digital Documents

24

Technically

• Transparent overlay– Another technical nightmare!

• Each annotation consists of:– A linker – line or circle– Annotation – group text or diagram– A severity indicator

Page 25: Annotating Digital Documents

CodeAnnotator

• Same idea but trying to use Eclipse.• Added some navigation and character

recognition• Pretty much the same problem!

• No extensibility points from the code windows!

25

Page 26: Annotating Digital Documents

CodeAnnotator UI

26

Page 27: Annotating Digital Documents

27

Related Work• Paperless environments

– Sellen and Harper (2002)• Ink interaction

– Plimmer and Apperley (2003) • Freeform - UI sketching environment

– Jarrett and Su (2003) • Annotation

– Marshall (1997)– Shipman, Price et al (2003)– Wolfe (2000)

• Recognition– Tablet OS

• Marking software– Heinrich and Lawn (2004)

Page 28: Annotating Digital Documents

Browser Annotation

• http://prj-hcha155.cs.auckland.ac.nz/DemoWebsite/annotation.aspx • Login and password ‘new3’ send bug reports

28

Page 29: Annotating Digital Documents

Browser Annotation

• Goal – an annotation toolbar– Failed – can’t fire silverlight from the toolbar

• Revised goal – copy web page and then annotate – iFrame– Java script– Silverlight– ASP .Net – MySQL

29

Page 30: Annotating Digital Documents

30

Discussion

• Why is it so difficult?– There is a fundamental digital divide between

text and images– Trying to combine the two and keep them

consistent is really difficult– Knowing what to do with ink when the

underlying document changes its problematic– Many standard windows do not easily support

non-text

Page 31: Annotating Digital Documents

31

Future Work

• Visual studio 2010– Yeah it works!

• Annotation in web browsers …….

Page 32: Annotating Digital Documents

32

Finally

• Going paperless requires– Providing informal inking – Reliable recognition (sometimes)

• and – Attending to work practices which are more varied than we first imagine!