caa for adult numeracy and algorithms

13
CAA for adult numeracy and algorithms Martyn Thomas (Maths) & and Jan Hanson (Computing) Brunel University

Upload: jpc-hanson

Post on 12-Apr-2017

140 views

Category:

Education


2 download

TRANSCRIPT

Page 1: CAA for adult numeracy and algorithms

CAA for adult numeracy and algorithms

Martyn Thomas (Maths) &and Jan Hanson (Computing)

Brunel University

Page 2: CAA for adult numeracy and algorithms

Sigma project

•To develop questions on proportionality within adult settings e.g. employability aptitude tests, money, pay, tax, reading charts and graphs.•Mostly straightforward numerical input questions with randoms and full feedback•Very boring(!) but there is a huge need, especially for maths phobic students in departments such as biosciences, various social sciences etc. where our Careers staff have reported problems.

Page 3: CAA for adult numeracy and algorithms

Reading a cumulative table

Randoms in numbers in table and in statement wordings here

Page 4: CAA for adult numeracy and algorithms

From an actual aptitude test but original was wrong – that author never played tennis!

Games/Sets/Matches are partially randomised consistent with the rules of tennis – quite complicated to code in fact!

Surface effects - towns, - given names (ethnic balance)- gender (balanced M/F)- game/sets/match randomised

Accessibility font sizes & colours under user’s control

Page 5: CAA for adult numeracy and algorithms

Feedback has dire warnings about borrowing on credit cards!

Reading a table and synthesising information

Page 6: CAA for adult numeracy and algorithms

Lots of randoms here including stated grade and dynamic diagrams via SVG

Page 7: CAA for adult numeracy and algorithms

And now for something more interesting (Brunel-

funded matching projects)!

Page 8: CAA for adult numeracy and algorithms

1) Developing the maths e.g. database

• Removing applet call so it will work on mobile devices (phones and tablets)• Extending the content• Devising a protocol for question

inclusion/modification.• Migrating to Local Server.• Bug testing and reporting• To be launched on an unsuspecting World

soon

maths e.g. is available for students at:http://www.mathcentre.ac.uk:8081/mathseg/and the teacher interface:http://www.mathcentre.ac.uk:8081/mathsegteacher/allows you to create your own tests (for free!)

Page 9: CAA for adult numeracy and algorithms

2) Testing Algorithms• Level 2 maths and computing students (also engineers and MSc level)•Asymptotic order & operations count•Basic, clustering, fitness, heuristic, packing, searching, sorting, TSP algorithms• Pseudocode• Note: this is not about programming as such –

other questions test different languages (VB and Java – others to come)

Page 10: CAA for adult numeracy and algorithms

Randomly-chosen algorithm

Options to select from

Detailed explanation

More feedback adds counts and operations count for given n or as ORDER asked for here

Page 11: CAA for adult numeracy and algorithms

Communication with marking scheme is difficult for free-form Input, so here students are asked to order some pseudocode (not all of which is needed).

Page 12: CAA for adult numeracy and algorithms

Randomly chosen common algorithm with words that can apply to all Tests students ability to distinguish between various algorithms.

Page 13: CAA for adult numeracy and algorithms

To be launched on an unsuspecting students soon and evaluated … watch this space!