You are close ... change:

Ben Roberts wrote:
        <cfset variables.questionText = "">
        <cfset variables.answers = arrayNew(1)>
        <cfset variables.solutionIndex  = 0>
to

<cfset this.questionText = "">
<cfset this.answers = arrayNew(1)>
<cfset this.solutionIndex  = 0>


--
official tag/function reference: http://openbd.org/manual/
mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to