Ok so I knocked that one off, thanks again, now I am getting (what appears to be standard from reading the other posts) the "cannot find phrase 'quiz_not_taken'" error.
I created the phrase and assigned it to the product "Must pass quiz to start", but no results. I saw others were having this problem, but there was no solution offered by the coder. Have you managed to figure this one out?
I altered the plugin code from this:
Code:
eval(standard_error(fetch_error('quiz_not_taken',
to this:
Code:
eval(standard_error(fetch_error($vbphrase[quiz_not_taken],
which changed the error message to this:
Quote:
Could not find phrase 'You have not yet taken the quiz to enter this forum. You must do so in order to access it.'.
|
which is the phrase I assigned to the variable.
I am not very proficient at this so I can only assume I am doing something wrong here. I am so close I can taste it though. Any other suggestions?