Hi,
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?
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”.