Moodle Plugins directory: Search On Math: Versions: v1.0 | Moodle.org
Search On Math
Search On Math v1.0
A Moodle plugin developed to help people search for mathematical equations that are displayed in a course forum. Just pass the mouse over an equation and click on Search. The selected equation is searched using the search engine SearchOnMath. It uses jquery and qtip.
Important!
In order to allow full compatibility, is necessary to change some settings in the MathJax editor present on Moodle settings.
HTTP MathJax URL: http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
MathJax configuration:
MathJax.Hub.Config({ config: ["MMLorHTML.js", "Safe.js"], jax: ["input/TeX","input/MathML","output/HTML-CSS","output/NativeMML"], extensions: ["tex2jax.js","mml2jax.js","MathMenu.js","MathZoom.js"], TeX: { extensions: ["AMSmath.js","AMSsymbols.js","noErrors.js","noUndefined.js"] }, menuSettings: { zoom: "Double-Click", mpContext: true, mpMouse: true }, errorSettings: { message: ["!"] }, skipStartupTypeset: true, messageStyle: "none" }
For this initial release, in order to allow the block to work on forum pages, follow these steps:
- On the course page, click on Turn editing on;
- Add the SearchOnMath block;
- After the block was additioned, click on the little wheel on top of the SearchOnMath link;
- Select Configure SearchOnMath block;
- Click on Display on pages types and select Any Page;
- Click on Save Changes.
This plugin is licensed under GPL.
Version information
- Version build number
- 2014051200
- Version release name
- v1.0
- Maturity
- Stabilní verze
- MD5 Sum
- 5ee8a55f3d7d1585ba462da87e8b1911
- Supported software
- Moodle 2.8
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
Default installation instructions for plugins of the type Blocks
- Make sure you have all the required versions.
- Download and unpack the block folder.
- Place the folder (eg "myblock") in the "blocks" subdirectory.
- Visit http://yoursite.com/admin to complete the installation
- Turn editing on in any home or course page.
- Add the block to the page
- Visit the config link in the block for more options.