/
Enhancing the student learning and the student learning exp Enhancing the student learning and the student learning exp

Enhancing the student learning and the student learning exp - PowerPoint Presentation

phoebe-click
phoebe-click . @phoebe-click
Follow
417 views
Uploaded On 2017-03-25

Enhancing the student learning and the student learning exp - PPT Presentation

Marina De Vos Emma Cliffe James Davenport Alan Hayes Nitin Parmar HEA ICT 10th Programming Workshop University Brighton 30 March 2010 With support of HEA ICT EVS 10 ID: 529369

programming evs university workshop evs programming workshop university brighton 10th students learning student amp feedback lecturer voting int electronic

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Enhancing the student learning and the s..." is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Enhancing the student learning and the student learning experience through an Electronic Voting System.

Marina De Vos, Emma Cliffe, James Davenport, Alan Hayes, Nitin Parmar.

HEA ICT 10th Programming Workshop, University Brighton, 30 March 2010

With support of HEA ICT.Slide2

EVS - 10th Programming Workshop – University of Brighton

2Goals

Provide a more interactive teaching environmentEnhance feedback to and from studentsEnhance students motivationImprove the Performance, Self-Reflection and Forethought cycle: Self-regulated environment

Support students learning the basics of programmingSlide3

EVS - 10th Programming Workshop – University of Brighton

3Electronic Voting Systems (EVS)

Allows for effective student participationImmediate [anonymous] submission of responsesGraphical output of resultsResponse data saved for later analysisSlide4

1. Which one of the sentences is true considering the following lines of code:

String country = "England";

Town bath = new Town(country);

the class Town contains a constructor with a String as a parameter

bath is an instance of the class England

bath is an object of type StringSlide5

EVS - 10th Programming Workshop – University of Brighton

5

2. After executing the code, what are the values of a and b?

int a=3;

int b=5;

int c=a++;

int d=--b;

if ((a+1)==d){

c++;

b--;

}

if (c!=b){

a++;

}

else {

b++;

}

a=3; b=4;

a=4; b=4;

a=3; b=5; a=5; b=4; a=4; b=5; Slide6

EVS - 10th Programming Workshop – University of Brighton

63. A & B is the same as B & A for any boolean expression in Java.

True

FalseSlide7

EVS - 10th Programming Workshop – University of Brighton

7Advantages of EVS

Enables students to benchmark their progress against their peersSupports the students actively engaging with their learningFaster loop of performance, reflection and forethought – improves self-efficacyEnables the lecturer to indentify those areas that the cohort are struggling with

Promotes peer interaction and support

Enables the students to anonymously feedback the

lecturer

But multiple-choice

questions makes stimulating deep learning more difficult.Slide8

EVS - 10th Programming Workshop – University of Brighton

8EVS in Programming 1

Python: Pen and Paper Revision QuizJava: EVS revision quiz using EVSUnit Feedback: to complement the anonymous web-based oneSlide9

EVS - 10th Programming Workshop – University of Brighton

93. A & B is the same as B & A for any boolean expression in Java.

True

FalseSlide10

EVS - 10th Programming Workshop – University of Brighton

10EVS is good fun, something different and its very good to be interactive

Strongly Agree

Agree

Neutral

Disagree

Strongly DisagreeSlide11

EVS - 10th Programming Workshop – University of Brighton

11Java EVS

vs. Python Quiz

evs

Quiz

I liked both

I liked neitherSlide12

EVS - 10th Programming Workshop – University of Brighton

12Student Opinion

“.. It gives a good view on how the rest of the class is doing in comparison and lets you know how much harder you should be working”“It was useful to be able to see my answer in comparison to other peoples. This gave me an easy way to benchmark my learning against others to see how I was doing on the course”Slide13

EVS - 10th Programming Workshop – University of Brighton

13Lecturer Opinion

Easy to useMakes it easier to spot problem areasMore relaxed atmosphere.Stimulates discussion between students and students-lecturerSlide14

EVS - 10th Programming Workshop – University of Brighton

14The Reverse: Obtaining Feedback

Standard web-based review: limited volunteersEVS: all student in the lectureThey all see each others evaluationClosing the loopSlide15

EVS - 10th Programming Workshop – University of Brighton

15Student Opinion

More enjoyableMore interactiveCompare opinionsWould have preferred to hear the lecturer’s expectationNo room for commentsFeedback on the questionsSlide16

EVS - 10th Programming Workshop – University of Brighton

16Lecturer Opinion

Confrontational but worth itOpens up debateI preferred it over reading the unit evaluationsResults are comparableSlide17

EVS - 10th Programming Workshop – University of Brighton

17ResponseWare

Internet version of EVSMore flexibilityUsed for remedial classesRequires more flexibility on the part of the tutorsSlide18

EVS in Literature

Caldwell, J.E., 2007. Clickers in the Large Classroom: Current Research and Best-Practice Tips. Life Sciences Education, 6(1), 9-20. Draper, S.W. & Brown, M.I., 2004. Increasing interactivity in lectures using an electronic voting system. Journal of Computer Assisted Learning, 20(2), 81-94.

Cutts, Q.I. & Kennedy, G.E., 2005. Connecting learning environments using electronic voting systems. In Newcastle, New South Wales, Australia: Australian Computer Society, Inc., pp. 181-186. EVS - 10th Programming Workshop – University of Brighton

18Slide19

After this talk I would be willing to use EVS?

EVS - 10th Programming Workshop – University of Brighton

19

Absolutely

Maybe

Neutral

Probably not

Definitely notSlide20

EVS - 10th Programming Workshop – University of Brighton

20

Questions?Thank you.