Can't see pictures in quizes

Can't see pictures in quizes

John Knox
Number of replies: 2

I can upload pictures and they upload fine.  I can see them in the files.  I click on them and I get a picture but I can't see them in a quiz.  Any ideas?  Also is there an easier way to enter quiz questions?  I have helpers that can add questions, and I wish there was an easier way for them to do it.  I am having them add my test questions from paper to the computer.  Maybe I am missiing something, but you have to go in through a quiz instead of just having a place to add a quiz.  Some things to add

This is from the "files" section (url has been changed)

**http://my.site/moodle//file.php?file=/3/MVC_003F.JPG

This is from the quiz section

http://my.site/moodle//file.php?file=3/MVC_003F.JPG

Notice the difference by the 3.  Does this make a difference?

평균 등급 : -
In reply to John Knox

Re: Can't see pictures in quizes

Artit Ungkanont
Same problem to me, using Moodel 1.0.8.1 - PHP 4.2.2 - Win 2K and IIS 5. I tried to trace the source and found a possible cause in \moodle\lib\weblib.php at the function print_file_picture. I have made a change in the 22nd line in that function from

echo "$CFG->wwwroot/file.php?file=$courseid/$path";

to

echo "$CFG->wwwroot/file.php?file=/$courseid/$path";

After the change, the picture can be seen in the quiz.

I don't know if this is the right way or not, but it works for me 미소.