Hi,<br><br>Have you managed to solve this problem yet? I might of misunderstood but I got that the problem lies in the below code:<br><br> 'If theResponseData.RESP = ArthProb.CRESP Then 'I have tried both<br> If ArthProb.RESP = ArthProb.CRESP Then<br> ArthProb.ACC = 1<br> boolBlockEnd = False<br> Exit Do<br> Else<br> ArthProb.ACC = 0<br> End If<br> End If<br> End If<br><br>In the If statement, the .RESP and .CRESP need to be associated to the slide that a response is made, i.e. if the response is made on a slide titled 'PendingResponse' then the formula would be the following:<br><br> If PendingResponse.RESP = PendingResponse.CRESP Then<br>
PendingResponse.ACC = 1<br>
boolBlockEnd = False<br>
Exit Do<br>
Else<br>
PendingResponse.ACC = 0<br>
End If<br>
End If<br><br>Hope that helps.<br><br>Candy<br>
<p></p>
-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msg/e-prime/-/vwg9wL1PFSAJ">https://groups.google.com/d/msg/e-prime/-/vwg9wL1PFSAJ</a>.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To unsubscribe from this group, send email to e-prime+unsubscribe@googlegroups.com.<br />
For more options, visit this group at http://groups.google.com/group/e-prime?hl=en.<br />