Giter VIP home page Giter VIP logo

andrewgoodwill / moodle-block_course_search Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oohoo/moodle-block_course_search

0.0 1.0 0.0 238 KB

OOHOO Course Search do a search in all the content of a course including: - Section Name and description - All activities of the course (even all new plugins that you will setup on your moodle) based on the "name", "intro" and "content" fields The result appears as a list of links.

Home Page: http://oohoo.biz/

PHP 94.03% CSS 5.97%

moodle-block_course_search's Introduction

--------------------------------------------------------------------------------
----------------------------- OOHOO - Course Search ----------------------------
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------
Description
--------------------------------------------------------------------------------

OOHOO Course Search do a search in all the content of a course including:
 - Section Name and description
 - All activities of the course (even all new plugins that you will setup on 
   your moodle) based on the "name", "intro" and "content" fields

The result appears as a list of links.

--------------------------------------------------------------------------------
Prerequisites
--------------------------------------------------------------------------------

None

--------------------------------------------------------------------------------
Installation
--------------------------------------------------------------------------------

 1. Rename the folder to 'course_search'
 2. Copy the folder tts to moodle/blocks
 3. Install the plugin

Note: If a plugin needs a specific search, just add a function 
"block_course_search_search_module_NAMEOFTHEPLUGIN" in the lib.php file of the 
module. 
The parameters are:
 - int $courseid The course ID
 - stdClass $module The module object
 - string $q The string searched
 - stdClass $modinfo The modinfo object

The return must be a string of links in li tags. 
See the course_search/lib.php for example.

--------------------------------------------------------------------------------

For more informations, please go to the online documentation => http://oohoo.biz

moodle-block_course_search's People

Contributors

bretin avatar dddurand avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.