E-learning Project - Discuss Exchange & Share infomation

KoMooLa “E-learning” Project - Integrated Kodular and moodle lms

Greeting

i start this topic to Discuss Exchange and Share infomation and need advice or help to create “e-learning mobile app” with Kodular and Moodle LMS . I want to make mobile app with kodular like Official (ionic framework) moodle’s mobile app. i am very pleasure If someone interrest to join this in every way.

Best Regard,
Vee TH

PS.

  • I want to tell, i don’t want to buy or sell anything, I want to discuss exchange and share :slight_smile: Thank you this great community.
  • I’m Graphic Designer not web programer and have a littlebit in php and Very Poor in English but about one years in moodle lms customize.
  • Next Project 1. Magdular - Integrated Kodular and Magento E-commerce 2. Tickoola - Integrated Kodular and Osticket helpdesk system.

^___^

KoMooLa’s Reference link.

  1. https://moodle.org/ - best php+mysql e-learning lms. After Looking and test more solution in a few year, i choose moodle to be system backend of this project .

  2. http://repositorio.roca.utfpr.edu.br/jspui/bitstream/1/6873/1/FB_COLIN_2016_1_01.pdf - Infomation about how to use API to connect between Appinventor and Moodle LMS

  3. GitHub - moodlehq/moodleapp: The Moodle Mobile app version 2.x - 2rd official Moodle Mobile App

  4. GitHub - jleyva/umm: Unofficial Moodle Mobile app - Unoffice PhoneGap Mobile App

  5. https://www.memuplay.com/ - Andriod Emulator for Windows’s PC

  6. Help with JS inject - Help with JS inject - Information about login to moodle website.

  7. JSON data on the Android mobile with App Inventor 2 - JSON data on the Android mobile with App Inventor 2 – @sepdek's - Information about Json and appinventor.

What do you want​:thinking:

Do you want to read the Moodle database through the API?

What do you want to bring to the App besides login? What resources do you want to make available to the student?

Is This TCC , is it an example or is it yours?

Thank you for reply . I want to make mobile app with kodular like Official (ionic framework) moodle’s mobile app.

i make simple diagram for more detail about this.

reply

  • Do you want to read the Moodle database through the API? --> Yes, with WebService API

  • What do you want to bring to the App besides login? What resources do you want to make available to the student? --> Sorry, I want more time to explain this but i will try ^^;

  • Is This TCC , is it an example or is it yours? --> Sorry i don’t know What is TCC ^^;

In Second link there is a TCC:

T trabalho ( work )
C conclusão (completion )
C Curso (course )

Completion of course work.

Do you know that there is an app (official) for Moodle?

1 Like
  1. http://repositorio.roca.utfpr.edu.br/jspui/bitstream/1/6873/1/FB_COLIN_2016_1_01.pdf - Infomation about how to use API to connect between Appinventor and Moodle LMS

Only example, i’m search around for infomation.

1 Like

This document does not describe the settings that must be made, in the Moodle configuration, to activate webservices.

I’m not sure if this answer is correct.

Moodle Home ► Site administration ► Plugins ► Authentication ► Manage authentication ► Alternate login URL

Put your external login url in this field and save the changes.


Infomation how to login from Moodle external application.

  1. Moodle Can’t login from external site with out change moodle’s administrator configuration.
    Moodle can redirect login page to custom url.

Ex. http://www.customweb.com/moodlelogin.html

< !DOCTYPE html>
< html>
< head>
< title>Test Moodle login from Extenal Site
< /head>
< body>

< form class=“loginform” name=“login” method=“post” action=“http://moodlesite.uat/login/index.php”>
< p>Username :
< input size=“15” name=“username” >
< /p>
< p>Password :
< input size=“15” name=“password” type=“password”>
< /p>
< p>
< input type=“submit” value=“Login” name=“Submit”>
< /p>
< /form>
< /body>
< /html>

Moodle APi Reference

Moodle Doc


Moodle forum


Github


etc


Remark


  • Not found Moodle login API .
  • Next time i will show my kodular simple code , how to login to moodle with web and webviewer. ( Not complete App only conceptual design )
  • Now i study, how to logging in from an external script using moodle database.