SlideShare a Scribd company logo
1 of 25
Measuring the impact of
instant high quality feedback.
Stephen Nutbrown: psxsn6@nottingham.ac.uk
Su Beesley: susan.beesley@ntu.ac.uk
Colin Higgins: colin.higgins@nottingham.ac.uk
University of Nottingham & Nottingham Trent University
Background
oAutomated assessment
oWhy do we assess work?
Assessment of Learning vs Assessment for learning
oExample - teaching programming – a practical subject, assessment for
learning is vital.
oFeedback core part of assessment for learning
Overview
oStudy of 141 Computer Science students
oAccording to the NSS, relative to other questions, students unhappy
with their feedback.
oWhat is good feedback?
oIntroduction to TMA (Automated marking system) to produce
feedback in line with ‘good feedback’.
oMeasure student performance – same exercise + multiple submissions
oMeasure student performance on following exercises without multiple
subs
Aim: Improve feedback, measure the result
oHelp student’s learn!
oGeneral properties of good feedback :
o Informative (How to improve!) & specific
o Reliable & Consistent
o Clearly communicated
o Timely
o The assessment (and feedback) should be useful for teachers
TMA – A brief introduction
(The Marker’s Apprentice)
Electronic framework for combining automated, semi-automated, manual marking.
Mark Scheme broken into many parts, a tool for each part which may be:
Automated:
e.g Spell checks, word counts, grammar checks for reports
functionality tests + convention tests for programming.
Semi-automated (help a human marker):
e.g Selecting options from a rubric or bank of feedback, each with
actions on how to improve.
Manual (entirely up the marker):
e.g Free text entry
Instant?
oIf all of the tools for an assignment are automated, feedback can be
given instantly.
oAlso allows for marking of drafts, or using a subset of tools for a
“pre-submission” to give an idea of how the student is doing.
Use in Computer Science
oSeveral thousand submissions so far at University of Nottingham UK
and University of Nottingham China.
oA range of automated tools have been developed which work with
TMA for the assessment of programming.
A typical programming
exercise
Overall
Does it work?
X% of total grade + feedback
Is the source code of good quality?
Y% of grade + feedback
Input
Output?
Rule based conventions tool
oOne of several tools – but this is the one we will focus on today.
o127 rules, based on PMD (http://pmd.sourceforge.net)
oSearches for particular patterns.
oCan identify common problems and their exact line number.
oFor each violation marks deducted & feedback given
o Difficulties due to repeat violations, weightings, difficulty.
Tool example - conventions
Extremely difficult to manually mark – imagine thousands of lines of
code each submission, for 140+ students.
Bad code, example with common issues Good code, example without common issues
int a = 99;
int b = 10;
int c;
if(a < b) c = b-a;
else if (a > b) c = a-b;
else c = 0;
int first = 99;
int second = 10;
int calculatedDifference;
if (first < second) {
calculatedDifference = second – first;
} else if (first > second) {
calculatedDifference = first - second;
} else {
calculatedDifference = 0;
}
Linking back to good feedback
Good example (How it should be done)
Bad example (Help identify the problem)
Reason
Hyperlink back to learning resource (Lecture slides)
Feedback given instantly
Perfectly consistent
Feedback sessions to discuss – keep communication open
Used in combination with functionality tests.
Screenshots - overview
Further help
Programming is just an example. The same is
possible for reports, or other assignment types.
Programming – Coursework 0
First measurement:
oDoes not count towards final grade, as many submissions as they wish.
getting started with Java.
oInstant feedback (automated) makes feedback on drafts possible.
oAssessed using functionality and conventions tools from before.
oMeasure performance between submissions
Measuring improvements
within one exercise
CW0, does not count towards the final grade.
346 Submissions from 60 unique students (Avg. 5.7 each)
60.8
77.2
0
20
40
60
80
100
AverageGrade
First Submission, Last Submission
First submission
Last Submission
Results raise some questions
oDid they read the feedback and engage with it?
oDid they just mechanically fix problems?
oDid they learn anything?
Should fix
line 7. See
lecture 2
Submission 1
Well done
Submission n
Nothing
Survey of students (35 responses)
Did you read the instant feedback?
Yes (100%)
Did the feedback highlight areas which can be improved?
Yes (91%) No (9%)
Did you improve the quality of your submission based on your
feedback?
Yes (77%) No (23%)
Do you feel the feedback assisted in your learning and will help you in
future work?
Yes (68%) No (32%)
Coursework 1
oCounts towards final grade (100%!)
oSame coursework set 2 years ago.
oMade up of 3 parts:
o Part 1 – Ensures every student has received specific, instant feedback at least
once from TMA using functionality and convention tools..
Allowed 2 submissions.
o Part 2 – No pre-submissions. Compare results to previous years
(This part had a focus on their testing of their own work)
o Part 3 – 1 pre-submission [a subset of tests] containing very few tests, for
peace of mind.
Avg. Number of convention
mistakes
0
5
10
15
20
25
30
35
Avgconventionviolations
Cohort
Previous Year
(118)
This Year(141)
35.4% difference
Useful for teachers
0
20
40
60
80
100
Average grade for each section
Analysis
oSame course material
oSame lecturer
oSame assignment
oImproved feedback. Specific, instant, clearly communicated, timely,
useful for teachers too.
Conclusions
oThe feedback generally helped students to learn (assessment for
learning)
oThe feedback, as it was specific and broken down into sections, is
useful for teachers.
oThe assessment technique is vitally important to student experience
and has a huge impact on student learning
oSimilar findings in China, not formally analysed.
General: For other disciplines
This study strongly highlights the importance of good feedback and
well-considered assessment techniques. Students created submissions
of much higher quality than before.
TMA almost forces good feedback practises, even for semi-automated
tools
◦ Require action
◦ Split up mark scheme – specific
◦ Saves time
To take away
oFeedback is extremely important, considering all of the guidelines is a
good start, even if it isn’t automated.
oAutomated assessment may help, but is not a replacement for human
interaction.
oCan you do anything to improve the turnaround time or detail of your
feedback?
oTMA will be made generally available soon, if you would like a demo,
please feel free to ask.

More Related Content

What's hot

Test construction
Test constructionTest construction
Test constructionmunsif123
 
RIDE 2010 presentation - Using interactive computer-based assessment to suppo...
RIDE 2010 presentation - Using interactive computer-based assessment to suppo...RIDE 2010 presentation - Using interactive computer-based assessment to suppo...
RIDE 2010 presentation - Using interactive computer-based assessment to suppo...Centre for Distance Education
 
When Student Confidence Clicks - Using Student Response Systems
When Student Confidence Clicks - Using Student Response SystemsWhen Student Confidence Clicks - Using Student Response Systems
When Student Confidence Clicks - Using Student Response SystemsFabio R. Arico'
 
Addictive links, Keynote talk at WWW 2014 workshop
Addictive links, Keynote talk at WWW 2014 workshopAddictive links, Keynote talk at WWW 2014 workshop
Addictive links, Keynote talk at WWW 2014 workshopPeter Brusilovsky
 
What makes a good adaptive testing program
What makes a good adaptive testing programWhat makes a good adaptive testing program
What makes a good adaptive testing programMichael Birdsall
 
Presentation BCME8 April 17th 2014
Presentation BCME8 April 17th 2014Presentation BCME8 April 17th 2014
Presentation BCME8 April 17th 2014Christian Bokhove
 
Learning-Based Evaluation of Visual Analytic Systems.
Learning-Based Evaluation of Visual Analytic Systems.Learning-Based Evaluation of Visual Analytic Systems.
Learning-Based Evaluation of Visual Analytic Systems.BELIV Workshop
 
A temporal estimation of students on task mental effort papamitsiou &amp; eco...
A temporal estimation of students on task mental effort papamitsiou &amp; eco...A temporal estimation of students on task mental effort papamitsiou &amp; eco...
A temporal estimation of students on task mental effort papamitsiou &amp; eco...Anastasios Economides
 
Instrument development process
Instrument development processInstrument development process
Instrument development processmunsif123
 
Using a Concept Inventory to Inform the Design of Instruction and Software
Using a Concept Inventory to Inform the Design of Instruction and SoftwareUsing a Concept Inventory to Inform the Design of Instruction and Software
Using a Concept Inventory to Inform the Design of Instruction and SoftwareDoug Holton
 
Saterbak Rice 1st Year Engineering
Saterbak Rice 1st Year EngineeringSaterbak Rice 1st Year Engineering
Saterbak Rice 1st Year EngineeringIntro Engineering
 
Flow chart redesign
Flow chart   redesignFlow chart   redesign
Flow chart redesigncndelta3
 
Learning from Mistakes: An Empirical Study of Elicitation Interviews performe...
Learning from Mistakes: An Empirical Study of Elicitation Interviews performe...Learning from Mistakes: An Empirical Study of Elicitation Interviews performe...
Learning from Mistakes: An Empirical Study of Elicitation Interviews performe...Muneera Bano
 
TCSiON Digital Prep Test Series
TCSiON Digital Prep Test SeriesTCSiON Digital Prep Test Series
TCSiON Digital Prep Test SeriesSLR-34
 
An accurate ability evaluation method for every student with small problem it...
An accurate ability evaluation method for every student with small problem it...An accurate ability evaluation method for every student with small problem it...
An accurate ability evaluation method for every student with small problem it...Hideo Hirose
 

What's hot (20)

SBAC Performance Task Overview
SBAC Performance Task OverviewSBAC Performance Task Overview
SBAC Performance Task Overview
 
Test construction
Test constructionTest construction
Test construction
 
RIDE 2010 presentation - Using interactive computer-based assessment to suppo...
RIDE 2010 presentation - Using interactive computer-based assessment to suppo...RIDE 2010 presentation - Using interactive computer-based assessment to suppo...
RIDE 2010 presentation - Using interactive computer-based assessment to suppo...
 
When Student Confidence Clicks - Using Student Response Systems
When Student Confidence Clicks - Using Student Response SystemsWhen Student Confidence Clicks - Using Student Response Systems
When Student Confidence Clicks - Using Student Response Systems
 
Addictive links, Keynote talk at WWW 2014 workshop
Addictive links, Keynote talk at WWW 2014 workshopAddictive links, Keynote talk at WWW 2014 workshop
Addictive links, Keynote talk at WWW 2014 workshop
 
What makes a good adaptive testing program
What makes a good adaptive testing programWhat makes a good adaptive testing program
What makes a good adaptive testing program
 
Presentation BCME8 April 17th 2014
Presentation BCME8 April 17th 2014Presentation BCME8 April 17th 2014
Presentation BCME8 April 17th 2014
 
Learning-Based Evaluation of Visual Analytic Systems.
Learning-Based Evaluation of Visual Analytic Systems.Learning-Based Evaluation of Visual Analytic Systems.
Learning-Based Evaluation of Visual Analytic Systems.
 
A temporal estimation of students on task mental effort papamitsiou &amp; eco...
A temporal estimation of students on task mental effort papamitsiou &amp; eco...A temporal estimation of students on task mental effort papamitsiou &amp; eco...
A temporal estimation of students on task mental effort papamitsiou &amp; eco...
 
Idt Week1 Discussion
Idt Week1 DiscussionIdt Week1 Discussion
Idt Week1 Discussion
 
Schools of software testing
Schools of software testingSchools of software testing
Schools of software testing
 
Mulligan97 (1)
Mulligan97 (1)Mulligan97 (1)
Mulligan97 (1)
 
Instrument development process
Instrument development processInstrument development process
Instrument development process
 
Using a Concept Inventory to Inform the Design of Instruction and Software
Using a Concept Inventory to Inform the Design of Instruction and SoftwareUsing a Concept Inventory to Inform the Design of Instruction and Software
Using a Concept Inventory to Inform the Design of Instruction and Software
 
Saterbak Rice 1st Year Engineering
Saterbak Rice 1st Year EngineeringSaterbak Rice 1st Year Engineering
Saterbak Rice 1st Year Engineering
 
Flow chart redesign
Flow chart   redesignFlow chart   redesign
Flow chart redesign
 
Learning from Mistakes: An Empirical Study of Elicitation Interviews performe...
Learning from Mistakes: An Empirical Study of Elicitation Interviews performe...Learning from Mistakes: An Empirical Study of Elicitation Interviews performe...
Learning from Mistakes: An Empirical Study of Elicitation Interviews performe...
 
TCSiON Digital Prep Test Series
TCSiON Digital Prep Test SeriesTCSiON Digital Prep Test Series
TCSiON Digital Prep Test Series
 
Paul Dyson Presentation
Paul Dyson PresentationPaul Dyson Presentation
Paul Dyson Presentation
 
An accurate ability evaluation method for every student with small problem it...
An accurate ability evaluation method for every student with small problem it...An accurate ability evaluation method for every student with small problem it...
An accurate ability evaluation method for every student with small problem it...
 

Similar to Measuring the impact of instant high quality feedback.

The challenges of Assessment and Feedback: findings from an HEA project
The challenges of Assessment and Feedback: findings from an HEA projectThe challenges of Assessment and Feedback: findings from an HEA project
The challenges of Assessment and Feedback: findings from an HEA projectDenise Whitelock
 
The why and what of testa
The why and what of testaThe why and what of testa
The why and what of testaTansy Jessop
 
1 Saint Leo University GBA 334 Applied Decision.docx
 1 Saint Leo University  GBA 334  Applied Decision.docx 1 Saint Leo University  GBA 334  Applied Decision.docx
1 Saint Leo University GBA 334 Applied Decision.docxaryan532920
 
Occe2018: Student experiences with a bring your own laptop e-Exam system in p...
Occe2018: Student experiences with a bring your own laptop e-Exam system in p...Occe2018: Student experiences with a bring your own laptop e-Exam system in p...
Occe2018: Student experiences with a bring your own laptop e-Exam system in p...mathewhillier
 
Classsourcing: Crowd-Based Validation of Question-Answer Learning Objects @ I...
Classsourcing: Crowd-Based Validation of Question-Answer Learning Objects @ I...Classsourcing: Crowd-Based Validation of Question-Answer Learning Objects @ I...
Classsourcing: Crowd-Based Validation of Question-Answer Learning Objects @ I...Jakub Šimko
 
Seminario eMadrid sobre "Inteligencia natural y artificial en educación". Int...
Seminario eMadrid sobre "Inteligencia natural y artificial en educación". Int...Seminario eMadrid sobre "Inteligencia natural y artificial en educación". Int...
Seminario eMadrid sobre "Inteligencia natural y artificial en educación". Int...eMadrid network
 
TESTA to FASTECH Presentation
TESTA to FASTECH PresentationTESTA to FASTECH Presentation
TESTA to FASTECH PresentationTansy_Jessop
 
Assessment- Introduction, Internal & CIA, (Formative/Summative), Planning of ...
Assessment- Introduction, Internal & CIA, (Formative/Summative), Planning of ...Assessment- Introduction, Internal & CIA, (Formative/Summative), Planning of ...
Assessment- Introduction, Internal & CIA, (Formative/Summative), Planning of ...Prof. Dr. Hironmoy Roy
 
TESTA Interactive Masterclass
TESTA Interactive MasterclassTESTA Interactive Masterclass
TESTA Interactive MasterclassTansy Jessop
 
Python For Data Science and Analytics For Sophomores
Python For Data Science and Analytics For SophomoresPython For Data Science and Analytics For Sophomores
Python For Data Science and Analytics For Sophomoresssuser4ab9671
 
LENGUAGE TESTING (II Bimestre Abril Agosto 2011)
LENGUAGE TESTING (II Bimestre Abril Agosto 2011)LENGUAGE TESTING (II Bimestre Abril Agosto 2011)
LENGUAGE TESTING (II Bimestre Abril Agosto 2011)Videoconferencias UTPL
 
Sally Jordan AHEC 2015 presentation
Sally Jordan AHEC 2015 presentationSally Jordan AHEC 2015 presentation
Sally Jordan AHEC 2015 presentationSallyJordan9
 
eMOOCs2015 Does peer grading work?
eMOOCs2015 Does peer grading work?eMOOCs2015 Does peer grading work?
eMOOCs2015 Does peer grading work?Rémi Bachelet
 
ICTCM 2013 Presentation -- Dan DuPort
ICTCM 2013 Presentation  --  Dan DuPortICTCM 2013 Presentation  --  Dan DuPort
ICTCM 2013 Presentation -- Dan DuPortDan DuPort
 
edd581_Rytasha Adams_action_research_proposal_
edd581_Rytasha Adams_action_research_proposal_edd581_Rytasha Adams_action_research_proposal_
edd581_Rytasha Adams_action_research_proposal_Taysha Adams
 
Effects of e instruction in Teaching Intro to IT
Effects of e instruction in Teaching Intro to ITEffects of e instruction in Teaching Intro to IT
Effects of e instruction in Teaching Intro to ITAmelita Martinez
 
UMR - My ongoing projects with Technology - Rochester - 2015
UMR - My ongoing projects with Technology - Rochester - 2015 UMR - My ongoing projects with Technology - Rochester - 2015
UMR - My ongoing projects with Technology - Rochester - 2015 University of Minnesota Rochester
 

Similar to Measuring the impact of instant high quality feedback. (20)

The challenges of Assessment and Feedback: findings from an HEA project
The challenges of Assessment and Feedback: findings from an HEA projectThe challenges of Assessment and Feedback: findings from an HEA project
The challenges of Assessment and Feedback: findings from an HEA project
 
The why and what of testa
The why and what of testaThe why and what of testa
The why and what of testa
 
1 Saint Leo University GBA 334 Applied Decision.docx
 1 Saint Leo University  GBA 334  Applied Decision.docx 1 Saint Leo University  GBA 334  Applied Decision.docx
1 Saint Leo University GBA 334 Applied Decision.docx
 
New Options for Online Student Feedback
New Options for Online Student FeedbackNew Options for Online Student Feedback
New Options for Online Student Feedback
 
Occe2018: Student experiences with a bring your own laptop e-Exam system in p...
Occe2018: Student experiences with a bring your own laptop e-Exam system in p...Occe2018: Student experiences with a bring your own laptop e-Exam system in p...
Occe2018: Student experiences with a bring your own laptop e-Exam system in p...
 
Classsourcing: Crowd-Based Validation of Question-Answer Learning Objects @ I...
Classsourcing: Crowd-Based Validation of Question-Answer Learning Objects @ I...Classsourcing: Crowd-Based Validation of Question-Answer Learning Objects @ I...
Classsourcing: Crowd-Based Validation of Question-Answer Learning Objects @ I...
 
Seminario eMadrid sobre "Inteligencia natural y artificial en educación". Int...
Seminario eMadrid sobre "Inteligencia natural y artificial en educación". Int...Seminario eMadrid sobre "Inteligencia natural y artificial en educación". Int...
Seminario eMadrid sobre "Inteligencia natural y artificial en educación". Int...
 
TESTA to FASTECH Presentation
TESTA to FASTECH PresentationTESTA to FASTECH Presentation
TESTA to FASTECH Presentation
 
Assessment- Introduction, Internal & CIA, (Formative/Summative), Planning of ...
Assessment- Introduction, Internal & CIA, (Formative/Summative), Planning of ...Assessment- Introduction, Internal & CIA, (Formative/Summative), Planning of ...
Assessment- Introduction, Internal & CIA, (Formative/Summative), Planning of ...
 
TESTA Interactive Masterclass
TESTA Interactive MasterclassTESTA Interactive Masterclass
TESTA Interactive Masterclass
 
Python For Data Science and Analytics For Sophomores
Python For Data Science and Analytics For SophomoresPython For Data Science and Analytics For Sophomores
Python For Data Science and Analytics For Sophomores
 
LENGUAGE TESTING (II Bimestre Abril Agosto 2011)
LENGUAGE TESTING (II Bimestre Abril Agosto 2011)LENGUAGE TESTING (II Bimestre Abril Agosto 2011)
LENGUAGE TESTING (II Bimestre Abril Agosto 2011)
 
Sally Jordan AHEC 2015 presentation
Sally Jordan AHEC 2015 presentationSally Jordan AHEC 2015 presentation
Sally Jordan AHEC 2015 presentation
 
eMOOCs2015 Does peer grading work?
eMOOCs2015 Does peer grading work?eMOOCs2015 Does peer grading work?
eMOOCs2015 Does peer grading work?
 
ICTCM 2013 Presentation -- Dan DuPort
ICTCM 2013 Presentation  --  Dan DuPortICTCM 2013 Presentation  --  Dan DuPort
ICTCM 2013 Presentation -- Dan DuPort
 
Designing assessment and assessment-criteria
Designing assessment and assessment-criteriaDesigning assessment and assessment-criteria
Designing assessment and assessment-criteria
 
edd581_Rytasha Adams_action_research_proposal_
edd581_Rytasha Adams_action_research_proposal_edd581_Rytasha Adams_action_research_proposal_
edd581_Rytasha Adams_action_research_proposal_
 
Effects of e instruction in Teaching Intro to IT
Effects of e instruction in Teaching Intro to ITEffects of e instruction in Teaching Intro to IT
Effects of e instruction in Teaching Intro to IT
 
UMR - My ongoing projects with Technology - Rochester - 2015
UMR - My ongoing projects with Technology - Rochester - 2015 UMR - My ongoing projects with Technology - Rochester - 2015
UMR - My ongoing projects with Technology - Rochester - 2015
 
Src Voc
Src VocSrc Voc
Src Voc
 

Recently uploaded

Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxleah joy valeriano
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationRosabel UA
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 

Recently uploaded (20)

Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptxMusic 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
Music 9 - 4th quarter - Vocal Music of the Romantic Period.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Activity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translationActivity 2-unit 2-update 2024. English translation
Activity 2-unit 2-update 2024. English translation
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 

Measuring the impact of instant high quality feedback.

  • 1. Measuring the impact of instant high quality feedback. Stephen Nutbrown: psxsn6@nottingham.ac.uk Su Beesley: susan.beesley@ntu.ac.uk Colin Higgins: colin.higgins@nottingham.ac.uk University of Nottingham & Nottingham Trent University
  • 2. Background oAutomated assessment oWhy do we assess work? Assessment of Learning vs Assessment for learning oExample - teaching programming – a practical subject, assessment for learning is vital. oFeedback core part of assessment for learning
  • 3. Overview oStudy of 141 Computer Science students oAccording to the NSS, relative to other questions, students unhappy with their feedback. oWhat is good feedback? oIntroduction to TMA (Automated marking system) to produce feedback in line with ‘good feedback’. oMeasure student performance – same exercise + multiple submissions oMeasure student performance on following exercises without multiple subs
  • 4. Aim: Improve feedback, measure the result oHelp student’s learn! oGeneral properties of good feedback : o Informative (How to improve!) & specific o Reliable & Consistent o Clearly communicated o Timely o The assessment (and feedback) should be useful for teachers
  • 5. TMA – A brief introduction (The Marker’s Apprentice) Electronic framework for combining automated, semi-automated, manual marking. Mark Scheme broken into many parts, a tool for each part which may be: Automated: e.g Spell checks, word counts, grammar checks for reports functionality tests + convention tests for programming. Semi-automated (help a human marker): e.g Selecting options from a rubric or bank of feedback, each with actions on how to improve. Manual (entirely up the marker): e.g Free text entry
  • 6. Instant? oIf all of the tools for an assignment are automated, feedback can be given instantly. oAlso allows for marking of drafts, or using a subset of tools for a “pre-submission” to give an idea of how the student is doing.
  • 7. Use in Computer Science oSeveral thousand submissions so far at University of Nottingham UK and University of Nottingham China. oA range of automated tools have been developed which work with TMA for the assessment of programming.
  • 8. A typical programming exercise Overall Does it work? X% of total grade + feedback Is the source code of good quality? Y% of grade + feedback Input Output?
  • 9. Rule based conventions tool oOne of several tools – but this is the one we will focus on today. o127 rules, based on PMD (http://pmd.sourceforge.net) oSearches for particular patterns. oCan identify common problems and their exact line number. oFor each violation marks deducted & feedback given o Difficulties due to repeat violations, weightings, difficulty.
  • 10. Tool example - conventions Extremely difficult to manually mark – imagine thousands of lines of code each submission, for 140+ students. Bad code, example with common issues Good code, example without common issues int a = 99; int b = 10; int c; if(a < b) c = b-a; else if (a > b) c = a-b; else c = 0; int first = 99; int second = 10; int calculatedDifference; if (first < second) { calculatedDifference = second – first; } else if (first > second) { calculatedDifference = first - second; } else { calculatedDifference = 0; }
  • 11. Linking back to good feedback Good example (How it should be done) Bad example (Help identify the problem) Reason Hyperlink back to learning resource (Lecture slides) Feedback given instantly Perfectly consistent Feedback sessions to discuss – keep communication open Used in combination with functionality tests.
  • 14. Programming is just an example. The same is possible for reports, or other assignment types.
  • 15. Programming – Coursework 0 First measurement: oDoes not count towards final grade, as many submissions as they wish. getting started with Java. oInstant feedback (automated) makes feedback on drafts possible. oAssessed using functionality and conventions tools from before. oMeasure performance between submissions
  • 16. Measuring improvements within one exercise CW0, does not count towards the final grade. 346 Submissions from 60 unique students (Avg. 5.7 each) 60.8 77.2 0 20 40 60 80 100 AverageGrade First Submission, Last Submission First submission Last Submission
  • 17. Results raise some questions oDid they read the feedback and engage with it? oDid they just mechanically fix problems? oDid they learn anything? Should fix line 7. See lecture 2 Submission 1 Well done Submission n Nothing
  • 18. Survey of students (35 responses) Did you read the instant feedback? Yes (100%) Did the feedback highlight areas which can be improved? Yes (91%) No (9%) Did you improve the quality of your submission based on your feedback? Yes (77%) No (23%) Do you feel the feedback assisted in your learning and will help you in future work? Yes (68%) No (32%)
  • 19. Coursework 1 oCounts towards final grade (100%!) oSame coursework set 2 years ago. oMade up of 3 parts: o Part 1 – Ensures every student has received specific, instant feedback at least once from TMA using functionality and convention tools.. Allowed 2 submissions. o Part 2 – No pre-submissions. Compare results to previous years (This part had a focus on their testing of their own work) o Part 3 – 1 pre-submission [a subset of tests] containing very few tests, for peace of mind.
  • 20. Avg. Number of convention mistakes 0 5 10 15 20 25 30 35 Avgconventionviolations Cohort Previous Year (118) This Year(141) 35.4% difference
  • 22. Analysis oSame course material oSame lecturer oSame assignment oImproved feedback. Specific, instant, clearly communicated, timely, useful for teachers too.
  • 23. Conclusions oThe feedback generally helped students to learn (assessment for learning) oThe feedback, as it was specific and broken down into sections, is useful for teachers. oThe assessment technique is vitally important to student experience and has a huge impact on student learning oSimilar findings in China, not formally analysed.
  • 24. General: For other disciplines This study strongly highlights the importance of good feedback and well-considered assessment techniques. Students created submissions of much higher quality than before. TMA almost forces good feedback practises, even for semi-automated tools ◦ Require action ◦ Split up mark scheme – specific ◦ Saves time
  • 25. To take away oFeedback is extremely important, considering all of the guidelines is a good start, even if it isn’t automated. oAutomated assessment may help, but is not a replacement for human interaction. oCan you do anything to improve the turnaround time or detail of your feedback? oTMA will be made generally available soon, if you would like a demo, please feel free to ask.

Editor's Notes

  1. Assessment of learning – measuring stick Assessment for learning – use assessment as a tool for assisting in the learning process. Feedback is a key part of this, particular for practical subjects.
  2. First question: What is good feedback? TMA Measuring performance – automatically marked, multiple submissions. NSS:In particular, “Feedback was prompt” and “Feedback on my work has helped me clarify things I did not understand.” (NSS 2014)
  3. Informative – example, “Well done, however to get a first you must make your essay sparkle”. Reliable – Manual marking example, many markers, some with good feedback, some without. Clearly communicated – handwriting Timely – Studies showing sooner you get the feedback, more likely to engage with it. Forgetting what was done. Useful for teachers.
  4. Online submissions through a webpage. Split into many parts. Each part has a tool associated with it.
  5. Split into two main parts. Functionality – Does it work. Test this by putting some input into their program and seeing what comes out. Is the source code good quality – This is more difficult to test, but we want to give them feedback on this aspect too both of these parts may also be broken down further, we may have many functionality tests and also many different tests for the quality of the sourcecode.
  6. As we would expect. Probably read their feedback. Practiced.
  7. Previous year (2012/13) – general feedback comments which were manually written. For example “Try to improve your style”. Note that these are assessed in the exact same way using the new system. Would not be fair to compare grades as they were assessed differently, so we compare the absolute number of convention violations.
  8. Assessment technique and style of feedback – broken down into many parts means it’s easy to see where students are doing well or badly.