• Hey,

    Thank you for a great Quizme plugin!

    I’m trying to change the results display (You scored..out of…possible+The correct answer…You answered) into danish. I changed it in library/survey/views/results/display/results.phtml. But it does not seem to work. It is still the english that appears.

    Is it possible – and how?
    Thank you very much in advance for any help,

    Best regards
    Cathrine

    https://www.ads-software.com/extend/plugins/quizme/

Viewing 1 replies (of 1 total)
  • Plugin Author DCoda

    (@dcoda)

    Results pages are not currently designed to be modified as they or more than just a simple response.
    But seeing you found that page you seem to know what you are doing.
    The page you found however was a remnant from development, the html you need to override is in the xml than is used for the default settings.
    the file can be found at.
    /library/survey/survey.xml
    you need to change the xml
    <settings>
    <alternate>
    <quizme>
    <views>
    <results>
    <display>
    <results>
    <phtml>
    <![CDATA[ change what you find here ]]
    </phtml>
    </results>
    </display>
    </results>
    </views>
    </quizme>
    </alternate>
    </settings>

    This however was not designed to be changes, and future updates will overwite any changes here. So back up your changes and remeber you will have to make them again if you update.

    -D

    EDIT: damn the nesting does not show in the broweser.
    If you use and xml exitor rather that a plain text editor, you can find the value much easier at
    /settings/alternate/quizme/views/results/display/results/phtml

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: QuizMe] Change language in results display?’ is closed to new replies.