Re:Using Question Template & couple of Qs 11 Years, 3 Months ago
|
Karma: 0
|
Hi, thanks for getting back. I dont have any javascript skill, but will have a go. Where is the file please. Also, I downloaded localise and had a scan through files. Can you tell me which file holds the Choice 1, 2, 3 etc.. text please as its like looking for a needle in a haystack atm. When I find it, what do i do to hide/remove the choice 1,2,3 from multiple choice boxes? Thanks for the help
|
|
|
|
|
Re:Using Question Template & couple of Qs 11 Years, 3 Months ago
|
Karma: 0
|
i found the "Choice" and just deleted the word and left the "" - is that right?
COM_ARIQUIZ_JSQUESTIONINFO="Question #{qIndex} of #{qCount}" - What do i do with this to get rid of the number before each multiple choice text box please. I dont want to break anything but as my answers are mainly 1,2,3,4,5 these numbers only add confusion for my quiz takers.
After that its just editing the javascript file, so where might that be please. Thanks, Ben
|
|
|
|
|
Re:Using Question Template & couple of Qs 11 Years, 3 Months ago
|
Karma: 760
|
You can add the following CSS rule to a site template file to hide "Choice N" labels for all questions:
DIV.ari-quiz-container .ariAnswerChoice LABEL
{
display: none;
}
Regards,
ARI Soft
|
|
|
|
|
Re:Using Question Template & couple of Qs 11 Years, 3 Months ago
|
Karma: 0
|
thanks, tried putting this in bottom of template.css with no effect, so Im guessing its not that file. I know its painfully noob Q but can you tell me which site template file to edit (index.php, custom.css etc?)
Also, where to find the javascript file to sort out the layout of the muti-choice boxes. Thanks for all your help, Ben
|
|
|
|
|
Re:Using Question Template & couple of Qs 11 Years, 3 Months ago
|
Karma: 760
|
Check your mail please.
Regards,
ARI Soft
|
|
|
|
|
|