simple poll with images

simple poll with images

by Will Hatch -
Number of replies: 8
Hi All,

I'm not sure I'm in the right place to ask this. I have a teacher who wants a simple poll/survey where students look at pictures of 10 books, and pick their favorite one. How do I do this with Moodle? Is the choice activity module the correct module? We need pictures of the book covers because the kiddos are very young and some can't read. Thanks!
Average of ratings: -
In reply to Will Hatch

Re: simple poll with images

by Mary Cooch -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators
Yes - you can do this with the choice module. Instead of words in your choices, you need to put the image url of the book covers. Upload the pictures of the 10 favourite books into the course files and then right click on them and get their URL from "properties". Then when you set up the choice,in the choice box, type the opening tag (it's the one above the comma on the keyboad - sorry I don't know how to put it into moodle) and then img src="YOURPICTUREURL.jpg" and then the other tag that is above the full stop/period on the keyboard. Then when you save it the choices will appear as images.

In reply to Mary Cooch

Re: simple poll with images

by Paula Clough -

Mary,

This is such a cool idea, I want to try it.

I am missing something here.... I put in  http://moodle.dusd.us/moodle/file.php/591/images/ < image src Alice_in_Wonderland.jpg>

The web address is what shows up. No pictures...

Thanks,

Paula cool

In reply to Paula Clough

Re: simple poll with images

by Mary Cooch -
Picture of Documentation writers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Testers Picture of Translators
Hi Paula -put it in like this(I had to use an image because Moodle won't show the tags)

Attachment paula3.png
In reply to Mary Cooch

Re: simple poll with images

by Paula Clough -

It worked! Thanks... trying to finish up my presentation for Tuesday. I need to work on resizing the pictures... but it's working.

PS graphics public domain from wpclipart.com

Attachment choices.png
In reply to Paula Clough

Re: simple poll with images

by Paul Fynn -

What would perhaps make sense would be to have the standard editing window appear for each choice (I presume something similar is done in the workshop option).

Come to think of it, the standard editing window should perhaps include options for video and audio ????

In reply to Paul Fynn

Re: simple poll with images

by David Morrow -
I LIKE the idea of the standard editing tools being available in for each choice. Maybe after clicking a Show Advanced button to keep the things simple until needed? Additionally, it would be great if a student could make a choice by clicking the image rather than having to hit that little radio button. Maybe a setting that allows the teacher to pick between the radio button and the image as the "choice indicator". I found this conversation while searching for how to include pictures to make the Choice activity more accessible for special education students. Thanks, all! David Morrow Mobile Alabama
Average of ratings: Useful (1)
In reply to Will Hatch

Re: simple poll with images

by CHARRON Eric -

Hello, I'm trying something else. I would like to resize picture if possible. I would like to use html tag with the picture, rather than adding code in moodle header or the css theme. So I type

<img

src="**********/pluginfile.php/1531/mod_folder/content/0/1.png"

width="50"

height="50"

onmouseover="this.width=129;this.height=129;"

onmouseout="this.width=50;this.height=50;"

/>

 

But the onmouse events aren't taken into account, in the finale choice page.

Do you have some idea, please ?

Thanks you.