Using Moodle 2.0.1+
I create a lesson, and a question page (multiple choice) within it.
I've no problem inserting images into the page's content, using the HTML editor: When I click the "insert/edit image" icon, a dialog shows up asking me to enter the image's URL. Just above the URL input fiels there's a link with the text "Find or upload an image...". If I click on it file picker shows and I can use it to upload an image (that gets saved into new Moodle 2.0 file repository, I presume).
The above is fine, but when I try to do the same with the answers, i.e. inserting (and uploading) an image within the answer field, the "insert/edit image" dialog does not have the "Find or upload image..." link on it, so you cannot upload and insert new images there.
To reproduce:
- Create new lesson: Settings don't matter.
- Insert new question page. Multichoice type.
- Fill in the required fields. Go to the "Answer1" field. TinyMCE editor doesn't show up because the field type is "Moodle auto-format" by default. Change the field type to "HTML format". Save the page and re-edit it. Now the "Answer1" field is surrounded by the TinyMCE editor. Try to insert an image here using the toolbar button. Try to insert one in the page contents field and you can see the difference.
Maybe there's a workaround (i've not tried it yet): inserting the desired image into the main page's text and then reusing the assigned URL into the response field, deleting the former image after that. But, anyway, this will be very cumbersome and hard to figure out.