Cool PLUGIN for MOODLE developers - The Plugin Skeleton Generator

Поделиться
HTML-код
  • Опубликовано: 24 авг 2024
  • There are so many times you want to get started quickly with a plugin but you need to setup all the required files for each Moodle plugin type. This plugin generates all the import files for you. Quick, simple and easy to use, especially for PHP Moodle plugin developers.
    Plugin Skeleton Generator
    moodle.org/plu...
    ►► NEW COURSE - How to use Moodle 4.0 (7+ hours of video training) ricoshae.com.a...
    ►► Useful links
    Disclosure: Some of the links below go to my websites and some are affiliate links where I may earn a small commission if you make a purchase at no additional cost to you. As an Amazon Associate I earn from qualifying purchases.
    Favourite Moodle themes
    Edwiser REMUI - ricoshae.com.a...
    Adaptable - moodle.org/plu...
    Moove - moodle.org/plu...
    Plugins
    Edwiser - Rapid Grader- ricoshae.com.a...
    Design software
    Affinity Designer 2 - affinity.serif...
    Affinity Photo 2 - affinity.serif...
    Screen capture software
    Screen flow by Telestream - ricoshae.com.a...
    Most used online services
    Canva - Design application - ricoshae.com.a...
    Free pix - Photos and vector images - ricoshae.com.a...
    Tech that I use
    Laptop - MacBook pro - ricoshae.com.a...
    Monitor - Dell U2720Q UltraSharp USB-C 27 Inch 4K UHD (3840x2160) Monitor - ricoshae.com.a...
    Microphone - Rode NT USB - ricoshae.com.a...
    Microphone - Shure MV7X XLR - ricoshae.com.a...
    Audio interface - Claret 8 Pre - ricoshae.com.a...
    Camera - Sony a33600 - ricoshae.com.a...
    Programming tools
    Sublime Text - ricoshae.com.a...
    Github - ricoshae.com.a...

Комментарии • 10

  • @Zaki.zaki123
    @Zaki.zaki123 2 месяца назад +1

    Thank you so much. How we can installing plugin skeleton generator in local . And how can I create a form with it?
    🙏

    • @Ricoshae
      @Ricoshae  Месяц назад

      Installing on local is the same as installing on any Moodle server. Just go to plugins in Admin and u;oad the plugin Zip file.

  • @sammed.sankonatti
    @sammed.sankonatti 6 месяцев назад +1

    Thank you so much. I have a small request. I have to work on plagiarism plugin development, if possible please help in doing so. I am confused and am a junior developer.

    • @Ricoshae
      @Ricoshae  4 месяца назад

      Great idea. I'm not sure what API's are available for Plagarism detection but an API would be the best option.

    • @sammed.sankonatti
      @sammed.sankonatti 4 месяца назад

      @@Ricoshae we have a APIs for checking plagiarism.

    • @Ricoshae
      @Ricoshae  4 месяца назад

      ​@@sammed.sankonatti There is a plagiarism component type that you would use, then use events to check when a student uploads a document to pre-scan the document. Setup the HTTP requests to the API and record all the results in a new table under your plugin name. There is a lot involved and is best to look at some of the existing plugins to see what the various parts are that you need to complete a full implementation.

    • @sammed.sankonatti
      @sammed.sankonatti 4 месяца назад

      @@Ricoshae Thank you so much for this guidance. But I am completely beginner to Moodle plugin development. How much time it might take for me to learn and develop. I have 2 years experience in NodeJs and ReactJs

    • @Ricoshae
      @Ricoshae  4 месяца назад +1

      @@sammed.sankonatti I would expect it would take a few months to develop, maybe up to 6 months. How much PHP experience do you have? The Moodle code has been designed to be very modular but it does take a while to work out where everything sits. How far into the development are you?