Showing posts with label assessment. Show all posts
Showing posts with label assessment. Show all posts

Friday, 16 July 2010

What's your favorite learning environment?

Where's your collaborative learning environment these days? One thing is for sure: It's likely not all in one place! One of my one-to-one students has a Ning and a Posterous blog. My Moodle and home blog are my mainstay, but I'm not teaching anyone there are the moment. A test I wrote for another Moodle course is up and running very well. Then there's a company Ning. I'm learning myself on Twitter, and using all sorts of sites like GoogleReader and Delicious to organize my own learning.

Of all the all-in-one packages, I think Moodle is still the best solution for school and college courses. It provides students activities for higher order learning, like forum, database, glossary and wiki. It's great for blended learning. Much of it is presenting and collecting/ organizing student work (if you need that it's the only choice!), but you can also assign more productive roles to your students.

I very much like the integrated tests for self-assessment. This is a type of learning that may be underestimated. I've been building tests for Spotlight now for two and a half years, so I know a little more about tests than back when I was using Moodle only for collaborative learning. Students like doing interactive quizzes as long as they're short and sweet to keep on track. Moodle includes the most extensive feedback options I have seen anywhere. This is what feedback in a Moodle test looks like (just click these to view them large):









I'm a fan of the test-teach-test approach to learning some basics, and Moodle has all the tools you need for that. Ning and the various tools you could embed in a Ning don't come close. But creating good tests in Moodle takes much longer than you think.

Still, I'm currently going with Ning for company courses, and be it simply to share experience with more trainers, but I'm wondering whether I should switch back. Or look elsewhere.

What are you opting for these days, and why?

Friday, 9 July 2010

An assessment test with Google Docs

This is another task for the ELTAS Tech Tools Day.

Pre-task thinking:

Let's say you want to send clients an assessment test for them to do from home, and all the data should be evaluated instantly, without you having to correct it. You would like to have all of the data neatly in one table, easily available. This could be for a general assessement test that you use again and again.

I've got a very short test on Making appointments on the phone just to show what the front end of such a self-grading test could look like to the client:



When you do it, you'll notice:
  • you get no feedback!
That's because all of the answers go into the spreadsheet and I have not included a correct/incorrect message. This may be a bit weird for the assessment test takers.
It's fantastic for you, though. Have a look behind the scenes at the spreadsheet, and you'll see:
  • the answers are neatly entered in a spreadsheet with a formula that evaluates the answer and gives points accordingly, which are added up.
  • Note that new data that has gone in needs to be formatted simply dragging the formula in each column down over the new data below.
Step by step:
How the formula works:

The trick is to set up your quiz and enter the correct answers yourself through the form. Then go into the spreadsheet itself and add those answers as headers, or questions, at the top of new columns. Follow up by entering a simple formula in each of the columns below the answers to allow the correct answers you enter in the spreadsheet to be checked against the answers given by the test takers.

This is the formula in words:
If the student's answer is equal to your answer, then he/she gets X points; otherwise he/she gets 0 points

In our case, I've decided to give each correct answer X=20 points, adding up to a total of 100 for the 5 questions. Look at the formula:
  • In H2 you'll see "=if(C2=$H$1,20,0)"
  • In H3 you'll see "=if(C3=$H$1,20,0)"
  • In I2 you'll see "=if(D2=$I$1,20,0)"
  • In I3 you'll see "=if(D3=$I$1,20,0)"
...etc.

The $ signs before the correct answer field let you avoid changing that particular letter/ numeral in the formula when you drag the formula down the page.

Task:
  • Create a short self-grading assessment test.
  • Post a link to it so we can take it.
Dear teachers, this may look daunting at first, but never fear, try it out and you'll see it's doable and soon it'll be a snap. Any and all questions welcome!