Question about math equation
Submitted by Aloulou00763 on Mon, 01/09/2017 - 08:49
Forums:
hello , is a way to put mathématique equation in the slides of h5p , because i wrote equation by word , but h5p didnt accept it , how can i make h5p accept equation of math , as a question in the slides (like multiple choices make user choose the right equation ) ... thanks
Summary:
Math symbol support
Issue Status:
tomaj
Mon, 01/09/2017 - 09:00
Permalink
Not supported yet
Hi,
Unfortionatly this isn't supported yet. (It has been asked for before too, like here).
It would be great if someone in the community could look into this. It would be super useful for many users in the sciences.
- Tom
Aloulou00763
Mon, 01/09/2017 - 09:49
Permalink
okay
with your wordpress plugin , can make a latex equation by this extension https://srd.wordpress.org/plugins/mathtex-equation-editor/
tomaj
Mon, 01/09/2017 - 10:16
Permalink
That's great!
Hi,
That's great if it works for you short term. :)
More long term, I hope we get support into the editor to support Math symbols.
- Tom
icc
Wed, 01/11/2017 - 11:56
Permalink
A similar issue can be seen
A similar issue can be seen here with some examples of how it can be done.
Aloulou00763
Wed, 01/11/2017 - 12:03
Permalink
thanks
juste want to know the steps for adding the code in that link as well for make math equation working with h5p wordpress plugin thanks
icc
Wed, 01/11/2017 - 12:39
Permalink
Unfortunately, there's
Unfortunately, there's currently no drop-in solution for this. You'll have to add this yourself through a custom plugin or theme.
Anjelo
Fri, 01/27/2017 - 13:00
Permalink
I made a custom plugin
Hi,
I already made a custom plugin which is working, how can I add mathjax to the custom plugin?
Any help would be highly appreciated.
icc
Mon, 01/30/2017 - 08:19
Permalink
Please see the described
Please see the described solution in the comments here and let us know where you're having issues.
Anjelo
Thu, 02/02/2017 - 14:43
Permalink
Thanks for the reply
Thanks for the reply, do I still need wiris for mathjax to work? I hope you can help me on this as I am new to javascript and really need this plugin to work for my math themed E learning site (opigno).
icc
Fri, 02/03/2017 - 09:48
Permalink
No, you don't need Wiris.
No, you don't need Wiris. Wiris is an editor for creating or editing formulas. MathJax is a tool for rendering formulas for browsers that doesn't support this natively. MathJax supports different types of inputs, depending on how you configure it: http://docs.mathjax.org/en/latest/start.html
Anjelo
Tue, 02/07/2017 - 10:33
Permalink
Thanks for the reply
Thanks for the reply, may I ask what editors are available for h5p contents like opigno LMS? WIRIS is not free I hope there's an alternative as I tried some but it did not work. Thank you.
icc
Wed, 02/08/2017 - 08:59
Permalink
You can use any editor you
You can use any editor you like, all you need is a CKEditor plugin that outputs MathML. I would suggest searching for 'math' at the CKEditor plugins page. Converting/wrapping any third party editor into a CKEditor plugin should not be that big of a job either.
Anjelo
Thu, 02/09/2017 - 08:06
Permalink
Thanks but none of them worked
Thanks but none of them worked, I tried the Ckeditor builder and also the manual installation but the buttons/editors doesn't show up on the toolbar. Any idea what seems to be the problem? Thank you
icc
Thu, 02/09/2017 - 09:02
Permalink
You will need to provide the
You will need to provide the plugin through a custom plugin as you cannot directly modify the CKEditor bundled within H5P. There has been made a guide on how this can be done called WYSIWYG Text Editor Buttons. Step 6. is adding the plugin to the CKEditor config.
I hope this brings you further.
Anjelo
Sun, 02/12/2017 - 12:36
Permalink
Plugin still not showing up
Plugin still not showing up after doing your suggestion, I hope you can assist me further. Thanks
icc
Mon, 02/13/2017 - 10:09
Permalink
Do you get any error messages
Do you get any error messages in your browser's console(F12) or the web server's error_log?
Anjelo
Sun, 02/19/2017 - 04:26
Permalink
I have tried to inject the math plugin to the custom button
I have tried to inject the math plugin to the custom button, the button shows up and it seems that it is trying to load the math plugin but whenever I am clicking the math editor button, it displays the homepage of my site instead of the math symbols. attached are the images when clicking the plugin button (M with red background button) and the console error. I am using FMathEditor plugin by the way. Thanks
icc
Tue, 02/21/2017 - 09:59
Permalink
Thank you for sharing the
Thank you for sharing the images.
h, it seems that the plugin crashes for some reason. Perhaps something is missing or done in the wrong order. It's difficult to tell as I'm no CKEditor expert.
Anjelo
Fri, 02/24/2017 - 04:07
Permalink
Fmath_il8n is not defined
I am having this error (see attached image). Any ideas or suggestions?
tomaj
Fri, 02/24/2017 - 08:28
Permalink
Internationalization
i18n stands for "Internationalization", and it means that your problem is related to the translation system.
- Tom
Anjelo
Fri, 02/24/2017 - 15:06
Permalink
Thanks for the reply
Is there any fix or any solution to the said error? I am not familiar with it. I attached the files the error is referring to if it will help.Thanks.
tomaj
Mon, 02/27/2017 - 07:21
Permalink
FMath Editor
Hi,
I'm not familiar with the fmath editor. Maybe you can find help in their forums.
Good luck!
- Tom
Anjelo
Thu, 02/02/2017 - 16:06
Permalink
I also tried the solution on that thread
I also tried the solution on that thread but the button still does not appear. I really hope someone can help. Thanks