Moodle overview 2/5 - Explaining the overall folder and plugin structure

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024

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

  • @Magistrado1914
    @Magistrado1914 4 года назад +1

    Excellent course
    27/07/2020

  • @saravana8796
    @saravana8796 3 года назад +2

    Could you please post a video like how to setup an editor like you to work in moodle? Which editor are you working for this moodle?

    • @moodletips
      @moodletips  3 года назад +1

      Check out this video on how I set up phpstorm ruclips.net/video/dArD8qeqTRk/видео.html

    • @saravana8796
      @saravana8796 3 года назад

      @@moodletips thank you but phpstorm is not an open source. It's costly. Ok I manage with Visual Studio Code

    • @perialdupont1181
      @perialdupont1181 3 года назад

      @@saravana8796 You can use some snippets to make your coding easier in VS such like Moodle snippets or moodle pack.

  • @JumperCrawler
    @JumperCrawler Год назад +1

    what editor do you use?

    • @moodletips
      @moodletips  Год назад

      Check out this video on how I set up phpstorm ruclips.net/video/dArD8qeqTRk/видео.html
      You can use vscode or any editor though and it will work fine, it's up to you

  • @amyjgumm
    @amyjgumm Год назад

    I see how you added the database, but I'm curious how you created your project? Did you set up a web server with it?

    • @moodletips
      @moodletips  Год назад

      This is the setup guide which should explain that: ruclips.net/video/JzYjPF5ybT8/видео.html

  • @girmachewgulint
    @girmachewgulint Год назад

    Thank you for your help. I do have four sections (A, B, C, and D ) of Computer science students and I need them to conform to their section when logged in or if they want to change let them change as they want. How do I do this?

    • @moodletips
      @moodletips  Год назад +1

      You're probably after groups: docs.moodle.org/401/en/Groups

    • @girmachewgulint
      @girmachewgulint Год назад

      @@moodletips 10q

  • @mehedihasanmethun368
    @mehedihasanmethun368 2 года назад

    how can I access the database like you are showing on the right?

    • @moodletips
      @moodletips  2 года назад

      I'm using phpstorm, which is a paid IDE. Check out this video on how I set up phpstorm ruclips.net/video/dArD8qeqTRk/видео.html
      Otherwise you can use another program like sequel ace or phpmyadmin to interact with the db. Or just command line