Hello,
Demo page is working fine.
The plugin is used in the following way:
Place the next code in content where you want to embed a quiz:
{ariquizanywhere quizId="QUIZ_ID" scrolling="auto" removeTitle="1"}{/ariquizanywhere}
Where QUIZ_ID is ID of the quiz which you want to show. Quiz ID can be found on "Components -> ARI Quiz -> Quizzes" page or on quiz edit page.
For example, if you want to embed quiz with ID = 5, use the next code:
{ariquizanywhere quizId="5"}{/ariquizanywhere}
It is possible to use the next attributes for {ariquizanywhere} tag:
- quizId contains ID of the quiz which you want to show. It is required parameter.
- scrolling is used to specify should the extension show scrollbars in area where the quiz is loaded or not. Values: yes, no, auto. If this parameter is omitted, the value will be get from plugin settings.
- removeTitle is used if you want to remove quiz title. Values: 1 or 0. If this parameter is omitted, the value will be get from plugin settings.
Regards,
ARI Soft