All Projects → costvin15 → react-native-moodlemobile

costvin15 / react-native-moodlemobile

Licence: MIT license
A React Native application developed to work with Moodle.

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
Starlark
911 projects

Projects that are alternatives of or similar to react-native-moodlemobile

moodle-mod attendance
Allows an attendance log to be kept in Moodle
Stars: ✭ 63 (+173.91%)
Mutual labels:  moodle
moodle-theme boost campus
Moodle Boost child theme which is intended to meet the needs of university campuses and adds several features and improvements
Stars: ✭ 35 (+52.17%)
Mutual labels:  moodle
moodle-mod pcast
A podcasting module for Moodle.
Stars: ✭ 12 (-47.83%)
Mutual labels:  moodle
docker-compose-moodle
This project quickly builds a local workspace for Moodle (Apache2, PHP-FPM with XDEBUG y Postgres) using containers for each of its main components. The local workspace is built and managed by Docker Compose
Stars: ✭ 33 (+43.48%)
Mutual labels:  moodle
moodle-local contact
Contact Form is a Moodle plugin that allows your site to process information submitted through HTML forms to the site's support email address.
Stars: ✭ 15 (-34.78%)
Mutual labels:  moodle
moodle-tool pluginskel
Generator of Moodle plugins skeletons
Stars: ✭ 35 (+52.17%)
Mutual labels:  moodle
Aula Global UC3M
A python client to download UC3M Aula Global files and contents from courses
Stars: ✭ 15 (-34.78%)
Mutual labels:  moodle
moodle-local staticpage
Moodle plugin which displays static information pages which exist outside any course, imprint or faq pages for example, complete with Moodle navigation and theme
Stars: ✭ 37 (+60.87%)
Mutual labels:  moodle
moodle-local profilecohort
Moodle plugin which lets admins manage cohort memberships based on users' custom profile fields
Stars: ✭ 20 (-13.04%)
Mutual labels:  moodle
MoodleScraper
scraping resources from moodle
Stars: ✭ 35 (+52.17%)
Mutual labels:  moodle
amc2moodle
amc2moodle, is an automatic tool to convert multiple choice quiz between auto-muliple-choice LaTeX format and moodle XML format.
Stars: ✭ 14 (-39.13%)
Mutual labels:  moodle
harpia
Repositório do sistema acadêmico Harpia
Stars: ✭ 21 (-8.7%)
Mutual labels:  moodle
moodle-tool objectfs
Object file storage system for Moodle
Stars: ✭ 61 (+165.22%)
Mutual labels:  moodle
discord-moodle-bot
Get notified about changes on moodle on you favorite platform!
Stars: ✭ 14 (-39.13%)
Mutual labels:  moodle
moodle-format onetopic
Course format Onetopic to LMS Moodle
Stars: ✭ 15 (-34.78%)
Mutual labels:  moodle
SigTools
📆 Sigarra Tools | An extension that makes the information system of the University of Porto slightly better.
Stars: ✭ 35 (+52.17%)
Mutual labels:  moodle
moodle-tool trigger
Like IFTTT for Moodle: events to trigger external services. https://moodle.org/plugins/tool_trigger
Stars: ✭ 32 (+39.13%)
Mutual labels:  moodle
moodle-local mailtest
Moodle MailTest allows administrators to test Moodle's email system. A trace of the SMTP dialogue will be displayed if the email message cannot be sent for any reason.
Stars: ✭ 19 (-17.39%)
Mutual labels:  moodle
moodle-block xp
A gamification plugin for Moodle allowing students to gain experience points and level up.
Stars: ✭ 138 (+500%)
Mutual labels:  moodle
Moodle-Hacking
Hack Moodle Exam
Stars: ✭ 43 (+86.96%)
Mutual labels:  moodle

react-native-moodlemobile

A React Native application developed to work with Moodle.

How to run:

  • Clone the repository and access it
  • Install the dependencies with: npm install or yarn install
  • Create your .env file based on .example.env, and fill in the information from your moodle site information
  • If you want to run on an iOS device, access ios/ and install the pods with: cd ios and pod install
  • Run the application with: react-native run-ios or react-native run-android

Environment variables

The .env file is where you will inform information about your instance

  • MOODLE_HOST: is the URL of your moodle instance.
  • MOODLE_SERVICE: Moodle services are specified in plugins > external services. Enter here which service you want to use. Commonly the service to be used is moodle_mobile_app.
  • MOODLE_ADMIN_TOKEN: Enter the token generated by the administrator. To generate, go to plugins > manage tokens

Project structure

The project is divided into the following structure

  • src
    • api: This directory contains all files related to calls to the moodle webservice. This facilitates the implementation of new calls and the maintenance of existing ones.
    • blocks: Here all the blocks to be used by the application, if you have a proprietary moodle block and want to use it in your application, you must implement it here.
    • components: Here are React Components commonly used by the application.
    • events: Here all the files related to the events emitted by the application.
    • locales: All files related to the internationalization of the application are here
    • modules: This is where the moodle educational modules are implemented
    • screens: Everything you can see on your device's screen is here.

Application screenshots

screenshot-1 screenshot-2 screenshot-3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].