Question T1519
Visible to All Users

Before purchasing I've some questions ?

created 7 years ago

1- Can integrate MathJax? If it is How?
2- If I create quiz for example about 20 questions I want to display only 10 random can i make it?
3- I want to add some questions type like Matching or cross words it possible ?

Thanks

Answers approved by surveyjs Support

created 2 years ago

Refer to the following ticket to find an example of using SurveyJS Form Library with MathJax: Render Math with MathJax or KaTeX.

    Other Answers

    created 7 years ago

    Hello,

    1. I'm not sure. We'are not familiar with MathJax. If it can be used as a rendering engine: get markdown text as input and produce HTML output - then it fits the SurveyJS approach. Quick search over the web hasn't given me the required example (MathJax as rendering engine). If you have a ready sample, that uses JavaScript, we can try it.
    2. You can do it programmatically
    3. You can extent SurveyJS Library with custom question types (custom widtegs). Here are the demos: https://surveyjs.io/Examples/Library/?id=custom-widget-sortablejs&platform=jQuery&theme=default

    Thanks, Serge
    SurveyJS Team