Images in GIFT Format Test Questions

Images in GIFT Format Test Questions

by Nate Spoto -
Number of replies: 1
I'm trying to insert images in to my GIFT formatted test questions. Here is my test question. It shows the test question and the alt text, but not the image. Please provide any insight, thanks.


::8::Refer to the exhibit. "Cell A" at IP address 10.0.0.34 has established an IP session with "IP Phone 1" at IP address 172.16.1.103. Based upon the graphic, which device type best describes the function of wireless device "Cell A?"<img width="361" height="299" border="0" align="bottom" src="NET191_1/Week1/Q8.jpg" alt="Q8.jpg" />{
~the destination device
=an end device
~an intermediate device
~a media device
}
Average of ratings: -
In reply to Nate Spoto

Re: Images in GIFT Format Test Questions

by John Isner -
Two problems:
  1. Escape all the equals signs inside the question body with back slashes
  2. Use an absolute address in the img src, rather than a relative one
Here is the modified question source (replace the 9999 by the actual course number)

::8::Refer to the exhibit. "Cell A" at IP address 10.0.0.34 has established an IP session with "IP Phone 1" at IP address 172.16.1.103. Based upon the graphic, which device type best describes the function of wireless device "Cell A?"<img width\="361" height\="299" border\="0" align\="bottom" src\="http://yoursite/file.php/9999/NET191_1/Week1/Q8.jpg" alt\="Q8.jpg" />{
~the destination device
=an end device
~an intermediate device
~a media device
}



Average of ratings: Useful (1)