SlideShare a Scribd company logo
1 of 23
Download to read offline
Does peer grading work? How to
implement and improve it?
Comparing instructor and peer assessment in
MOOC GdP
Rémi Bachelet, Drissa Zongo, Aline Bourelle
Download this slideshow : http://goo.gl/GiFvXb
Massive evaluation in MOOCs : Peer assessment vs.
Quizzes
• Quizzes
– Massive scale, but
• inability to process, grade and provide feedback for complex and open-
ended student assignments
• no critical thinking
• Peer assessment
– Evaluating rich assignments on a massive scale – Possible?
Accurate?
– Major learning benefits expected,
• student autonomy, teaching paradigm shift
• in Bloom's taxonomy, higher levels of learning
2
4 Research questions
1. How to train MOOC students to grade their peers and
provide constructive feedback?
– Qualitative/experience testing
2. Is peer grading as accurate as instructor grading? Superior?
– Quantitative data/hypothesis testing
3. Which grading algorithm is best?
– Quantitative data/hypothesis testing:
4. How many peer grades are required to provide an accurate
final grade?
– Quantitative data/hypothesis testing
3
“Fundamentals of project management" MOOC /
MOOC GdP, session n°2
• Dataset: 1011 to 831 assignments submitted each week, for
5 weeks
– 4650 assignments total.
• Variety of assignments
– (next slide)
• Both instructor and peer grading were available
– 3-5 peer grades and one instructor/AT grade
4
5 assignments
5
Q1: How to train students to grade their peers and
provide constructive feedback?
• Generic peer Evaluation training:
– Major requirement of the advanced track
– 2+ videos
• rationale and importance of peer assessment
• how to write motivating and constructive feedback
• guidelines on how to use the platform for peer grading
• Specific peer Evaluation training:
– Specific resources for each assignment
• benchmark assignment, tutorial video
• interactive grading rubric
• discussion thread (1649 total posts)
6
Q2: Is individual peer grading as accurate as
instructor grading?
• ±5%, ± 10% similarity to “real” grade
– Instructors => Suchaut, B. (2008) => 39% and 65%
– Our MOOC students => our data => 36% and 60%
… but this is individual student grading
Will processing the average of peer grades instead of using only
one perform better?
– Our MOOC students => average of 3-5 grades => 56% and 82%
Average grade given by MOOC students more accurate than
instructor’s
7
Q3: best algorithm: average or median?
“Error functions”: difference with instructor grades of either
the average or the median of students grades.
Average slightly more accurate than median
8
Q4: How many peer grades to correctly estimate
“best grade”?
Peer grading quickly performs better (with two peers), than
instructor’s grading
Best “return” with 3-4 peer grades
9
Improving peer evaluation monitoring and grades
processing in MOOC GdP 4 and 5
• Estimate the quality of grades issued by peers
• Act on this information:
– dedicated VBA/Excel application => feedback on whether each
grade was correct, high or low
– .. reward accurate grading
– track whether peer grading improved with time during the course
• Add self-evaluation: best source for learning
• New system, developed for Canvas in association with Unow
• Students were asked to get a fresh look at their own work and grade it
after 1/having evaluated at least 3 other student’s assignments and
2/getting feedback on their own assignment by other students.
10
Conclusions
• Peer evaluation displays promising potential
• Not easy to implement on a massive, open scale
– Assignments = careful work, beta testing (100 hours)
– New assignments/case study for each session
– Dedicated data processing, develop team expertise
– Carefully set up:
• Deadlines reminders, targeted messages,
• How each student gets feedback
• Rewards accurate grading
• Monitoring: manual grading is still required (10-1%)
11
Recommendations for researchers
• Look closely at peer grades distribution before hypothesis testing
• How many assignments should a student be required to grade? We
recommend 4
– accounting for peers who drop out of the process
– time to work on self-assessment.
• What algorithm should be preferred?
– average if grading data has been correctly checked and filtered.
– otherwise, median is more robust (just remove outliers and get more evaluations).
• When to switch from automatic peer grading to manual instructor grading?
1. less than 2 peer grades
2. non-consensus (i.e. peer grades standard deviation >20)
3. presence of a “0” grade
… GdP4: 10%, 9% and 1.6% of assignments 1, 2 and 3 were graded manually.
12
Limitations of this study
• Develop theoretical framework & literature review
• Data processing: implement non-parametric testing
13
« Does peer grading
work? How to implement and
improve it? ». European
MOOCs Stakeholders Summit
2015, May 2015, Research
Track
https://goo.gl/3QCXDG
14
Peer Grading
Research Track -
Auditorium 4,
Tuesday, 10am
Thanks for listening!
• Twitter : @R_Bachelet, Googleplus : +Rémi Bachelet
• Mes contributions sur les MOOC
• MOOC GdP
– Enroll : gestiondeprojet.pm
– English version of courses in 2015-2016
– Twitter : #MOOCGdP
16
Année 2013/2014
ANNEX
A glimpse at the stats
18
Q2: What data pre-processing is to be used?
histograms & density
Methodology:
histograms and density
19
Q2 : Do grades follow a normal distribution?
Test of Normality
Methodology
Test of Normality : Shapiro-Wilk test.
Shapiro.test(data)
- H0 : -> Normal distribution
- H1 : -> Not a Normal distribution
Results
Seuil Alpha = 0.05
if p-value > 0.05 =>
H0
if p-value < 0.05 =>
H1
P-value < 2.2e-16 <0.05
Not a Normal distribution
20
Q3 : Similarity between peers grades et teachers grades? (1/2)
Methodology
Scatter plot
&
Line (D): y=x
21
Methodology
Kendall correlation cor.test(EP, Pairs ,method="kendall")
Pearson correlation cor.test(EP, Pairs)
Hypothesis:
- H0 : the correlation is nul
- H1 : the correlation is not nul
Theshold: 0.05
if p-value > 0.05
=> H0
if p-value < 0.05
=> H1
P-value < 0.05 => there is a correlation
correlation > 0.5 => strong correlation
Correlation (EP,
Mean (peers
grades))
Pearson Correlation Kendall Correlation
correlation
(cor)
p-value correlation (tau) p- value
0,77251 < 2.2e-16 0,6336516 < 2.2e-16
22
Q3 : Similarity between peers grades et teachers grades? (2/2)
Q4: best algorithm: average or median?
Study of the « error function »
ErreurMoy = Mean(peers grades) – Instructor Team grades
ErreurMed = Median (peers grades) – Instructor Team grades
Etude des erreurs introduites
ErreurMoy < ErreurMed
Mean (average) is the best
23
Q4: best algorithm: average or median ?
study of the difference between the two errors
Ecart =|ErreurMoy|–|ErrreurMed|
Median :-0.7500 Mean : -0.9867
=> |Median Errror | >|Mean Error |
coefficient of skewness : -0.2145285 <0
=> more negative than positive value
24
Median introduce slightly
more errors than Average

More Related Content

What's hot

20160423EdinburghPresentationV1
20160423EdinburghPresentationV120160423EdinburghPresentationV1
20160423EdinburghPresentationV1
Jan Hellings
 
Student Learning with Reusable Learning Objects
Student Learning with Reusable Learning ObjectsStudent Learning with Reusable Learning Objects
Student Learning with Reusable Learning Objects
dgatenby
 

What's hot (10)

«Innovations in pedagogy using MOOCs» / Ting-Chuen Pong, professor of Comput...
«Innovations in pedagogy using MOOCs» /  Ting-Chuen Pong, professor of Comput...«Innovations in pedagogy using MOOCs» /  Ting-Chuen Pong, professor of Comput...
«Innovations in pedagogy using MOOCs» / Ting-Chuen Pong, professor of Comput...
 
20160423EdinburghPresentationV1
20160423EdinburghPresentationV120160423EdinburghPresentationV1
20160423EdinburghPresentationV1
 
Research and Teaching with Remo: Student research projects and teaching for a...
Research and Teaching with Remo: Student research projects and teaching for a...Research and Teaching with Remo: Student research projects and teaching for a...
Research and Teaching with Remo: Student research projects and teaching for a...
 
'Cocreatie van onderwijsmaterialen: het open textbook als onderwijsvorm'- Mic...
'Cocreatie van onderwijsmaterialen: het open textbook als onderwijsvorm'- Mic...'Cocreatie van onderwijsmaterialen: het open textbook als onderwijsvorm'- Mic...
'Cocreatie van onderwijsmaterialen: het open textbook als onderwijsvorm'- Mic...
 
23 keys to organize a MOOC and to actually enjoy it
23 keys to organize a MOOC and to actually enjoy it23 keys to organize a MOOC and to actually enjoy it
23 keys to organize a MOOC and to actually enjoy it
 
Student Learning with Reusable Learning Objects
Student Learning with Reusable Learning ObjectsStudent Learning with Reusable Learning Objects
Student Learning with Reusable Learning Objects
 
Digital badges encourage attainment of descrete math skills
Digital badges encourage attainment of descrete math skillsDigital badges encourage attainment of descrete math skills
Digital badges encourage attainment of descrete math skills
 
The Student Activity Meter
The Student Activity MeterThe Student Activity Meter
The Student Activity Meter
 
Starting your e twinning project 10.10.12 v_slideshare
Starting your e twinning project 10.10.12 v_slideshareStarting your e twinning project 10.10.12 v_slideshare
Starting your e twinning project 10.10.12 v_slideshare
 
Teaching open source 2016
Teaching open source 2016Teaching open source 2016
Teaching open source 2016
 

Viewers also liked

Viewers also liked (12)

EMMOCs2015 - Do MOOC students come back for more? Recurring students in the G...
EMMOCs2015 - Do MOOC students come back for more?Recurring students in the G...EMMOCs2015 - Do MOOC students come back for more?Recurring students in the G...
EMMOCs2015 - Do MOOC students come back for more? Recurring students in the G...
 
Assignment 2a mooc
Assignment 2a moocAssignment 2a mooc
Assignment 2a mooc
 
Mm2
Mm2Mm2
Mm2
 
Le e-learning et la désinstitutionnalisation du savoir
Le e-learning et la désinstitutionnalisation du savoirLe e-learning et la désinstitutionnalisation du savoir
Le e-learning et la désinstitutionnalisation du savoir
 
60 oppe numérique au service de l'enseignement de l'entrepreneuriat 10 12-2014
60 oppe numérique au service de l'enseignement de l'entrepreneuriat 10 12-201460 oppe numérique au service de l'enseignement de l'entrepreneuriat 10 12-2014
60 oppe numérique au service de l'enseignement de l'entrepreneuriat 10 12-2014
 
EMOOCs 2015 Barcamp -- Richer learning activities for MOOCs : 16 ideas
EMOOCs 2015 Barcamp -- Richer learning activities for MOOCs  : 16 ideas EMOOCs 2015 Barcamp -- Richer learning activities for MOOCs  : 16 ideas
EMOOCs 2015 Barcamp -- Richer learning activities for MOOCs : 16 ideas
 
Symposium E-Formation 2015 - les données dans les MOOC - juin 2015
Symposium E-Formation 2015  - les données dans les MOOC - juin 2015Symposium E-Formation 2015  - les données dans les MOOC - juin 2015
Symposium E-Formation 2015 - les données dans les MOOC - juin 2015
 
Integrer un MOOC en formation initiale - colloque QPES 2015
Integrer un MOOC en formation initiale - colloque QPES 2015Integrer un MOOC en formation initiale - colloque QPES 2015
Integrer un MOOC en formation initiale - colloque QPES 2015
 
Projet evaluation impact - solution du chapitre 3
Projet evaluation impact - solution du chapitre 3Projet evaluation impact - solution du chapitre 3
Projet evaluation impact - solution du chapitre 3
 
Projet evaluation impact - solution du chapitre 4
Projet evaluation impact - solution du chapitre 4Projet evaluation impact - solution du chapitre 4
Projet evaluation impact - solution du chapitre 4
 
MOOC et diplomatie numérique
MOOC et diplomatie numériqueMOOC et diplomatie numérique
MOOC et diplomatie numérique
 
Tournage des vidéos pour un MOOC : cas du Home Studio, coûts - 7-12-2013
Tournage des vidéos pour un MOOC : cas du Home Studio, coûts - 7-12-2013Tournage des vidéos pour un MOOC : cas du Home Studio, coûts - 7-12-2013
Tournage des vidéos pour un MOOC : cas du Home Studio, coûts - 7-12-2013
 

Similar to eMOOCs2015 Does peer grading work?

Caveon webinar series Standard Setting for the 21st Century, Using Informa...
Caveon webinar series    Standard Setting for the 21st Century, Using Informa...Caveon webinar series    Standard Setting for the 21st Century, Using Informa...
Caveon webinar series Standard Setting for the 21st Century, Using Informa...
Caveon Test Security
 
Educationalsoftware2 120527214722-phpapp02
Educationalsoftware2 120527214722-phpapp02Educationalsoftware2 120527214722-phpapp02
Educationalsoftware2 120527214722-phpapp02
jenniferslearningtech
 
Personalized Online Practice Systems for Learning Programming
Personalized Online Practice Systems for Learning ProgrammingPersonalized Online Practice Systems for Learning Programming
Personalized Online Practice Systems for Learning Programming
Peter Brusilovsky
 
Glfes summer institute2013_raleigh_final
Glfes summer institute2013_raleigh_finalGlfes summer institute2013_raleigh_final
Glfes summer institute2013_raleigh_final
Tricia Townsend
 
Online Tests: Can we do them better? | Bopelo Boitshwarelo, Jyoti Vemuri, Han...
Online Tests: Can we do them better? | Bopelo Boitshwarelo, Jyoti Vemuri, Han...Online Tests: Can we do them better? | Bopelo Boitshwarelo, Jyoti Vemuri, Han...
Online Tests: Can we do them better? | Bopelo Boitshwarelo, Jyoti Vemuri, Han...
Blackboard APAC
 

Similar to eMOOCs2015 Does peer grading work? (20)

2015 EDM Leopard for Adaptive Tutoring Evaluation
2015 EDM Leopard for Adaptive Tutoring Evaluation2015 EDM Leopard for Adaptive Tutoring Evaluation
2015 EDM Leopard for Adaptive Tutoring Evaluation
 
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
 
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...
 
Caveon webinar series Standard Setting for the 21st Century, Using Informa...
Caveon webinar series    Standard Setting for the 21st Century, Using Informa...Caveon webinar series    Standard Setting for the 21st Century, Using Informa...
Caveon webinar series Standard Setting for the 21st Century, Using Informa...
 
Addictive links: Adaptive Navigation Support in College-Level Courses
Addictive links: Adaptive Navigation Support in College-Level CoursesAddictive links: Adaptive Navigation Support in College-Level Courses
Addictive links: Adaptive Navigation Support in College-Level Courses
 
The why and what of testa
The why and what of testaThe why and what of testa
The why and what of testa
 
Using Assessment data
Using Assessment dataUsing Assessment data
Using Assessment data
 
Educationalsoftware2 120527214722-phpapp02
Educationalsoftware2 120527214722-phpapp02Educationalsoftware2 120527214722-phpapp02
Educationalsoftware2 120527214722-phpapp02
 
Personalized Online Practice Systems for Learning Programming
Personalized Online Practice Systems for Learning ProgrammingPersonalized Online Practice Systems for Learning Programming
Personalized Online Practice Systems for Learning Programming
 
Glfes summer institute2013_raleigh_final
Glfes summer institute2013_raleigh_finalGlfes summer institute2013_raleigh_final
Glfes summer institute2013_raleigh_final
 
Learning Analytics bij de Rijksuniversiteit Groningen - deel 2
Learning Analytics bij de Rijksuniversiteit Groningen - deel 2Learning Analytics bij de Rijksuniversiteit Groningen - deel 2
Learning Analytics bij de Rijksuniversiteit Groningen - deel 2
 
From a thousand learners to a thousand markers: Scaling peer feedback with Ad...
From a thousand learners to a thousand markers: Scaling peer feedback with Ad...From a thousand learners to a thousand markers: Scaling peer feedback with Ad...
From a thousand learners to a thousand markers: Scaling peer feedback with Ad...
 
Gliding Through the GRE
Gliding Through the  GREGliding Through the  GRE
Gliding Through the GRE
 
Educationalsoftware
EducationalsoftwareEducationalsoftware
Educationalsoftware
 
Moodle for peer review
Moodle for peer reviewMoodle for peer review
Moodle for peer review
 
Orientation deliverydeck pucpr
Orientation deliverydeck pucprOrientation deliverydeck pucpr
Orientation deliverydeck pucpr
 
Online Tests: Can we do them better? | Bopelo Boitshwarelo, Jyoti Vemuri, Han...
Online Tests: Can we do them better? | Bopelo Boitshwarelo, Jyoti Vemuri, Han...Online Tests: Can we do them better? | Bopelo Boitshwarelo, Jyoti Vemuri, Han...
Online Tests: Can we do them better? | Bopelo Boitshwarelo, Jyoti Vemuri, Han...
 
MCCVLC webinar - Online Program Review
MCCVLC webinar - Online Program ReviewMCCVLC webinar - Online Program Review
MCCVLC webinar - Online Program Review
 
Self-, peer-, and instructor-assessment from Bloom’s perspective
Self-, peer-, and instructor-assessment from Bloom’s perspective Self-, peer-, and instructor-assessment from Bloom’s perspective
Self-, peer-, and instructor-assessment from Bloom’s perspective
 
Investigating learning strategies in a dispositional learning analytics conte...
Investigating learning strategies in a dispositional learning analytics conte...Investigating learning strategies in a dispositional learning analytics conte...
Investigating learning strategies in a dispositional learning analytics conte...
 

More from Rémi Bachelet

Qpes 2017 atelier intégrer un mooc supports animation
Qpes 2017 atelier intégrer un mooc  supports animationQpes 2017 atelier intégrer un mooc  supports animation
Qpes 2017 atelier intégrer un mooc supports animation
Rémi Bachelet
 
projet outils basiques version 2013
projet outils basiques version 2013projet outils basiques version 2013
projet outils basiques version 2013
Rémi Bachelet
 
Projet outils organisation_projet version 2014
Projet outils organisation_projet  version 2014Projet outils organisation_projet  version 2014
Projet outils organisation_projet version 2014
Rémi Bachelet
 
#Mooc gd p – 56 - séminaire idea univ paris-est - 24-11-2014
#Mooc gd p – 56 - séminaire idea univ paris-est - 24-11-2014#Mooc gd p – 56 - séminaire idea univ paris-est - 24-11-2014
#Mooc gd p – 56 - séminaire idea univ paris-est - 24-11-2014
Rémi Bachelet
 

More from Rémi Bachelet (19)

Quel avenir pour les MOOC en entreprise ? oct 2017 - Séminaire ens cachan
Quel avenir pour les MOOC en entreprise ? oct 2017 - Séminaire ens cachan Quel avenir pour les MOOC en entreprise ? oct 2017 - Séminaire ens cachan
Quel avenir pour les MOOC en entreprise ? oct 2017 - Séminaire ens cachan
 
Anasup cfa rencontres 2017 - Transformation digitale et transformation des fo...
Anasup cfa rencontres 2017 - Transformation digitale et transformation des fo...Anasup cfa rencontres 2017 - Transformation digitale et transformation des fo...
Anasup cfa rencontres 2017 - Transformation digitale et transformation des fo...
 
QPES 2017 : Hybridation d’un MOOC : Quels moyens déployer ?
QPES 2017 : Hybridation d’un MOOC : Quels moyens déployer ?QPES 2017 : Hybridation d’un MOOC : Quels moyens déployer ?
QPES 2017 : Hybridation d’un MOOC : Quels moyens déployer ?
 
Qpes 2017 atelier intégrer un mooc supports animation
Qpes 2017 atelier intégrer un mooc  supports animationQpes 2017 atelier intégrer un mooc  supports animation
Qpes 2017 atelier intégrer un mooc supports animation
 
Projet evaluation impact - solution du chapitre 2
Projet evaluation impact - solution du chapitre 2Projet evaluation impact - solution du chapitre 2
Projet evaluation impact - solution du chapitre 2
 
Projet evaluation impact - solution du chapitre 1
Projet evaluation impact - solution du chapitre 1Projet evaluation impact - solution du chapitre 1
Projet evaluation impact - solution du chapitre 1
 
Evaluation d'impact d'un projet
Evaluation d'impact d'un projetEvaluation d'impact d'un projet
Evaluation d'impact d'un projet
 
Gestion des risques Démarche
Gestion des risques DémarcheGestion des risques Démarche
Gestion des risques Démarche
 
D’une édition à l’autre - Innovations et chiffres des MOOC GdP successifs
D’une édition à l’autre - Innovations et chiffres des MOOC GdP successifsD’une édition à l’autre - Innovations et chiffres des MOOC GdP successifs
D’une édition à l’autre - Innovations et chiffres des MOOC GdP successifs
 
projet outils basiques version 2013
projet outils basiques version 2013projet outils basiques version 2013
projet outils basiques version 2013
 
Projet outils basiques version 2014
Projet outils basiques version 2014Projet outils basiques version 2014
Projet outils basiques version 2014
 
Projet outils organisation_projet version 2014
Projet outils organisation_projet  version 2014Projet outils organisation_projet  version 2014
Projet outils organisation_projet version 2014
 
congrès learning, talent & development 4-12-2014
congrès learning, talent & development   4-12-2014 congrès learning, talent & development   4-12-2014
congrès learning, talent & development 4-12-2014
 
Spécificités de la scénarisation pédagogique des mooc – 6° rencontres fol de ...
Spécificités de la scénarisation pédagogique des mooc – 6° rencontres fol de ...Spécificités de la scénarisation pédagogique des mooc – 6° rencontres fol de ...
Spécificités de la scénarisation pédagogique des mooc – 6° rencontres fol de ...
 
#Mooc gd p – 56 - séminaire idea univ paris-est - 24-11-2014
#Mooc gd p – 56 - séminaire idea univ paris-est - 24-11-2014#Mooc gd p – 56 - séminaire idea univ paris-est - 24-11-2014
#Mooc gd p – 56 - séminaire idea univ paris-est - 24-11-2014
 
NUMA - Les MOOCs dans la sphère professionnelle 28 octobre 2014
NUMA - Les MOOCs dans la sphère professionnelle 28 octobre 2014NUMA - Les MOOCs dans la sphère professionnelle 28 octobre 2014
NUMA - Les MOOCs dans la sphère professionnelle 28 octobre 2014
 
Atelier colloque e-learning 3.0 TECFA évaluation par les pairs - 18-10-2014
Atelier colloque e-learning 3.0 TECFA  évaluation par les pairs - 18-10-2014Atelier colloque e-learning 3.0 TECFA  évaluation par les pairs - 18-10-2014
Atelier colloque e-learning 3.0 TECFA évaluation par les pairs - 18-10-2014
 
Audition par le Conseil économique social et environnemental - 13-10-2014
Audition par le Conseil économique social et environnemental - 13-10-2014Audition par le Conseil économique social et environnemental - 13-10-2014
Audition par le Conseil économique social et environnemental - 13-10-2014
 
Groupware et outils web en projet sept 2014
Groupware et outils web en projet sept 2014Groupware et outils web en projet sept 2014
Groupware et outils web en projet sept 2014
 

Recently uploaded

Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
gindu3009
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
PirithiRaju
 
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxSCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
RizalinePalanog2
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptx
AlMamun560346
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Lokesh Kothari
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Sérgio Sacani
 

Recently uploaded (20)

Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
Animal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptxAnimal Communication- Auditory and Visual.pptx
Animal Communication- Auditory and Visual.pptx
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCRStunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
Stunning ➥8448380779▻ Call Girls In Panchshil Enclave Delhi NCR
 
GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)GBSN - Microbiology (Unit 2)
GBSN - Microbiology (Unit 2)
 
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptxSCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
SCIENCE-4-QUARTER4-WEEK-4-PPT-1 (1).pptx
 
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptx
 
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questions
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune WaterworldsBiogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
Biogenic Sulfur Gases as Biosignatures on Temperate Sub-Neptune Waterworlds
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
❤Jammu Kashmir Call Girls 8617697112 Personal Whatsapp Number 💦✅.
 
Forensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdfForensic Biology & Its biological significance.pdf
Forensic Biology & Its biological significance.pdf
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptx
 

eMOOCs2015 Does peer grading work?

  • 1. Does peer grading work? How to implement and improve it? Comparing instructor and peer assessment in MOOC GdP Rémi Bachelet, Drissa Zongo, Aline Bourelle Download this slideshow : http://goo.gl/GiFvXb
  • 2. Massive evaluation in MOOCs : Peer assessment vs. Quizzes • Quizzes – Massive scale, but • inability to process, grade and provide feedback for complex and open- ended student assignments • no critical thinking • Peer assessment – Evaluating rich assignments on a massive scale – Possible? Accurate? – Major learning benefits expected, • student autonomy, teaching paradigm shift • in Bloom's taxonomy, higher levels of learning 2
  • 3. 4 Research questions 1. How to train MOOC students to grade their peers and provide constructive feedback? – Qualitative/experience testing 2. Is peer grading as accurate as instructor grading? Superior? – Quantitative data/hypothesis testing 3. Which grading algorithm is best? – Quantitative data/hypothesis testing: 4. How many peer grades are required to provide an accurate final grade? – Quantitative data/hypothesis testing 3
  • 4. “Fundamentals of project management" MOOC / MOOC GdP, session n°2 • Dataset: 1011 to 831 assignments submitted each week, for 5 weeks – 4650 assignments total. • Variety of assignments – (next slide) • Both instructor and peer grading were available – 3-5 peer grades and one instructor/AT grade 4
  • 6. Q1: How to train students to grade their peers and provide constructive feedback? • Generic peer Evaluation training: – Major requirement of the advanced track – 2+ videos • rationale and importance of peer assessment • how to write motivating and constructive feedback • guidelines on how to use the platform for peer grading • Specific peer Evaluation training: – Specific resources for each assignment • benchmark assignment, tutorial video • interactive grading rubric • discussion thread (1649 total posts) 6
  • 7. Q2: Is individual peer grading as accurate as instructor grading? • ±5%, ± 10% similarity to “real” grade – Instructors => Suchaut, B. (2008) => 39% and 65% – Our MOOC students => our data => 36% and 60% … but this is individual student grading Will processing the average of peer grades instead of using only one perform better? – Our MOOC students => average of 3-5 grades => 56% and 82% Average grade given by MOOC students more accurate than instructor’s 7
  • 8. Q3: best algorithm: average or median? “Error functions”: difference with instructor grades of either the average or the median of students grades. Average slightly more accurate than median 8
  • 9. Q4: How many peer grades to correctly estimate “best grade”? Peer grading quickly performs better (with two peers), than instructor’s grading Best “return” with 3-4 peer grades 9
  • 10. Improving peer evaluation monitoring and grades processing in MOOC GdP 4 and 5 • Estimate the quality of grades issued by peers • Act on this information: – dedicated VBA/Excel application => feedback on whether each grade was correct, high or low – .. reward accurate grading – track whether peer grading improved with time during the course • Add self-evaluation: best source for learning • New system, developed for Canvas in association with Unow • Students were asked to get a fresh look at their own work and grade it after 1/having evaluated at least 3 other student’s assignments and 2/getting feedback on their own assignment by other students. 10
  • 11. Conclusions • Peer evaluation displays promising potential • Not easy to implement on a massive, open scale – Assignments = careful work, beta testing (100 hours) – New assignments/case study for each session – Dedicated data processing, develop team expertise – Carefully set up: • Deadlines reminders, targeted messages, • How each student gets feedback • Rewards accurate grading • Monitoring: manual grading is still required (10-1%) 11
  • 12. Recommendations for researchers • Look closely at peer grades distribution before hypothesis testing • How many assignments should a student be required to grade? We recommend 4 – accounting for peers who drop out of the process – time to work on self-assessment. • What algorithm should be preferred? – average if grading data has been correctly checked and filtered. – otherwise, median is more robust (just remove outliers and get more evaluations). • When to switch from automatic peer grading to manual instructor grading? 1. less than 2 peer grades 2. non-consensus (i.e. peer grades standard deviation >20) 3. presence of a “0” grade … GdP4: 10%, 9% and 1.6% of assignments 1, 2 and 3 were graded manually. 12
  • 13. Limitations of this study • Develop theoretical framework & literature review • Data processing: implement non-parametric testing 13
  • 14. « Does peer grading work? How to implement and improve it? ». European MOOCs Stakeholders Summit 2015, May 2015, Research Track https://goo.gl/3QCXDG 14 Peer Grading Research Track - Auditorium 4, Tuesday, 10am
  • 15. Thanks for listening! • Twitter : @R_Bachelet, Googleplus : +Rémi Bachelet
  • 16. • Mes contributions sur les MOOC • MOOC GdP – Enroll : gestiondeprojet.pm – English version of courses in 2015-2016 – Twitter : #MOOCGdP 16
  • 18. Q2: What data pre-processing is to be used? histograms & density Methodology: histograms and density 19
  • 19. Q2 : Do grades follow a normal distribution? Test of Normality Methodology Test of Normality : Shapiro-Wilk test. Shapiro.test(data) - H0 : -> Normal distribution - H1 : -> Not a Normal distribution Results Seuil Alpha = 0.05 if p-value > 0.05 => H0 if p-value < 0.05 => H1 P-value < 2.2e-16 <0.05 Not a Normal distribution 20
  • 20. Q3 : Similarity between peers grades et teachers grades? (1/2) Methodology Scatter plot & Line (D): y=x 21
  • 21. Methodology Kendall correlation cor.test(EP, Pairs ,method="kendall") Pearson correlation cor.test(EP, Pairs) Hypothesis: - H0 : the correlation is nul - H1 : the correlation is not nul Theshold: 0.05 if p-value > 0.05 => H0 if p-value < 0.05 => H1 P-value < 0.05 => there is a correlation correlation > 0.5 => strong correlation Correlation (EP, Mean (peers grades)) Pearson Correlation Kendall Correlation correlation (cor) p-value correlation (tau) p- value 0,77251 < 2.2e-16 0,6336516 < 2.2e-16 22 Q3 : Similarity between peers grades et teachers grades? (2/2)
  • 22. Q4: best algorithm: average or median? Study of the « error function » ErreurMoy = Mean(peers grades) – Instructor Team grades ErreurMed = Median (peers grades) – Instructor Team grades Etude des erreurs introduites ErreurMoy < ErreurMed Mean (average) is the best 23
  • 23. Q4: best algorithm: average or median ? study of the difference between the two errors Ecart =|ErreurMoy|–|ErrreurMed| Median :-0.7500 Mean : -0.9867 => |Median Errror | >|Mean Error | coefficient of skewness : -0.2145285 <0 => more negative than positive value 24 Median introduce slightly more errors than Average