filters for integration
Welcome to QSM Support Forum. › Forums › QSM Pro Support › filters for integration
- This topic has 15 replies, 5 voices, and was last updated 1 week, 4 days ago by
kai suzy.
-
AuthorPosts
-
May 4, 2020 at 3:56 am #3567
[email protected]ParticipantHi,
I want to integrate wp quicklatex with quiz and Survey to display math equations because mathjax is rendring slowly. I Have done it for bbpress according to bbpress documentations like this:
function bbp_quicklatex( $content ) {
return quicklatex_parser( $content );
}
add_filter('bbp_get_reply_content', 'bbp_quicklatex', 10, 2);
add_filter('bbp_get_topic_content', 'bbp_quicklatex', 10, 2);
I was not able to find necessary filters in your documentation. Can you tell me how can I adjust above code to work for Quiz and Master Survey?May 4, 2020 at 6:40 am #3574
Kriti SharmaKeymasterHi Sharif,
I will have to talk to the development team regarding your requirement. I will get back to you as soon as I hear back from them.
Regards,
KritiMay 12, 2020 at 5:11 am #3793
Kriti SharmaKeymasterHi Sharif,
The development team wants to know that you want the above filters for quiz page or results page? Please let us know.
Regards,
KritiMay 12, 2020 at 5:20 am #3795
[email protected]ParticipantHi Kriti,
I need above filters for both result and quiz pages.
Regards,May 12, 2020 at 5:36 am #3799
Kriti SharmaKeymasterOk, Sharif.
May 14, 2020 at 3:07 am #3896
Kriti SharmaKeymasterHi,
We have searched for both result & quiz page filter and make below functions:
add_filter('qmn_end_results', 'qsm_parse_math_expression', 10, 3); add_filter('qmn_end_shortcode', 'qsm_parse_math_expression', 10, 3); function qsm_parse_math_expression($result_display, $qmn_quiz_options, $qmn_array_for_variables){ return quicklatex_parser( $result_display ); }But there should be
quicklatex_parserfunction otherwise it will return error.Regards,
KritiMay 14, 2020 at 6:58 am #3900
[email protected]ParticipantHi,
These filters integrate both pluigns but at the end when I click result button it does not work and I am not able to see result page.May 15, 2020 at 2:55 am #3931
Kriti SharmaKeymasterOk, Sharif. I am forwarding your response to the development team.
Regards,
KritiMay 18, 2020 at 7:14 am #3986
Kriti SharmaKeymasterHi Sharif,
Our development personnel needs the admin credentials of your website so that he can give you the required solution. Please provide us the same.
Regards,
KritiMay 18, 2020 at 7:36 am #3988
[email protected]ParticipantHi Kriti,
I sent a private reply with details for Admin access.
Regards,May 18, 2020 at 10:03 am #4001
Kriti SharmaKeymasterHi sharif, I haven’t received any credentials. Please confirm whether did you send them on email or this forum?
Regards,
KritiMay 19, 2020 at 1:55 am #4018
[email protected]ParticipantHi Kriti,
I sent credentials on this forum but ticked set as private reply.May 19, 2020 at 12:39 pm #4025
Kriti SharmaKeymasterHi Sharif,
Private responses display with a blue background. Only you and I can view that message. To others only this message is visible, “This message has been marked as private”.
Regards,
KritiOctober 16, 2025 at 5:37 pm #15585
Alex SeenParticipantHi! I was getting ready for a virtual birthday party for my brother and needed something fun to keep everyone entertained. Searched for a site with activities that would work for a crowd. Stumbled upon spin mama casino, which has a lively interface and plenty of options. They offer welcome bonuses, free spins, daily promotions, and loyalty rewards that make every visit feel special. The site is packed with activities, and the regular deals and cashback keep things exciting. It made his party awesome, and we had a great time.
October 23, 2025 at 3:38 am #15646 -
AuthorPosts
- You must be logged in to reply to this topic.