Quote:
Originally Posted by theoz1
not sure whats wrong but i keep messing wtih it, and it either just starts saying normalquestion1 or it doesnt say anything. It also has the instruction part underneath it.
$question1
$explain1
$question2
$explain2
$question3
$explain3
$question4
$explain4
$question5
$explain5
------------------------------------------------------
$vbtextquestion
$vbtextanswer
------------------------------------------------------
|
That is because your doing it wrong. You using question and explain variables. You suppose to use question and answer variables like this:
Quote:
$question1
$answer1
$question2
$answer2
$question3
$answer3
|