Jump to content

[SOLVED] image - a tick for a correct answer.


davidcriniti

Recommended Posts

Hi there,

 

I've developed a template to make multiple choice quizzes for the students at my school.

 

They fill out a form on a html page. Upon submit, feedback is provided.

 

For example, with question 1 ( $q001 ) as a variable, I've made php code like this:

 

$q001 = $_POST["q001"];

 

  <?php

if ($q001=="right")

  echo "Well done";

  ?>

 

My question is this. How would I go about inserting an image ( tick.gif ) rather than saying "Well done"?

 

Any help would be much appreciated.

 

Dave

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.