Questions tagged [moodle-mobile]
83 questions
8
votes
0 answers
How to Play a SCORM content in react-native
I have tried to create a simple LMS to play a SCORM content in web. parsing the manifest file inside the SCORM zip you can get the target file and use that as src in frame and the Content plays and tracks.
example
VS…

Rahul Jain
- 3,065
- 1
- 13
- 17
4
votes
1 answer
How to insert a dynamic form as an activity or resource in between the sections on the moodle course?
We have tried to insert form elements via quiz actvity in moodle but when it is much complicated to handle when we display on the front end.
Please refer the screenshot below
https://i.stack.imgur.com/1b1TI.png
Kindly give some input about how to…

jaya
- 53
- 4
4
votes
1 answer
How can I identify users completely read / viewed all lessons for a particular course in Moodle
How can I identify users who completely read / viewed all lessons for a particular course in Moodle?
I created one course and enrolled 3 users in it, created course have 10 topics, each topic contains some information.
I configured mobile app and…

Varun Sreedharan
- 517
- 8
- 28
3
votes
1 answer
How to resolve: error: failed processing manifest
I am new to Ionic, Android and Moodle, I have several errors when trying to generate a custom Moodle apk, I come here for help for this error that is generated with the application ID.
Well, what I did was the following, I changed the original…

Sauta
- 45
- 1
- 5
3
votes
0 answers
How to add Cordova project as a module or library to Native Android application
I have a Native Android Application that is developed using Java.
I'm creating a e-learning application.
Hence, i wanted to add Moodle(Moodle is an Opensource learning tool) to it.
However, the 'Moodle' for mobile is not in Not a native app. Rather…

Zax
- 2,870
- 7
- 52
- 76
3
votes
1 answer
Is there any moodle API to get quiz data?
I have already check the mod/quiz/db/services.php , but not able to find any api for the same.
Note : Quiz data like questions, answers details.

Luv Gupta
- 51
- 1
- 3
2
votes
0 answers
RESTful webservice Moodle plugin Authentication fails
I am using moodle rest plugins for mobile web-services and from this tutorial I have enabled rest API and other related services as per the documentation when I try to test the web service then I got following…

user3031108
- 93
- 7
2
votes
2 answers
Moodle - Site Adminstrator Block is missing
I am using moodle 3.4 Version.
My moodle is not showing Site administrator in "Add a Block".Due to which i am not able to add "Site administrator Block" on my Dashboard front page.
Can anyone please help me .

Chetan
- 143
- 1
- 1
- 6
2
votes
3 answers
How to enable web services on moodle?
I have configured moodle on local host and I am trying to generate the token for authentication.
I have already followed these steps :
== Configuring Moodle for using the application ==
Administration -> Plugins -> Web Services -> External…

Badal Sharma
- 79
- 1
- 4
2
votes
1 answer
How to change user image in moodle with REST api
I am using Moodle 2.7.4.
I am writing a web application that uses moodle REST APIs.
But I couldn't find an API to change User profile picture.
Can anybody tell me what the API is and its docs.
PS: I know we can upload file with…

Harikrishnan
- 3,664
- 7
- 48
- 77
2
votes
1 answer
MOODLE Error reading from database
I have problem transferring the Moodle e-learning to another server
the error is not helpful, I have tried changing the file:
moodle/lib/dml/mysqli_native_moodle_database.php Change
@@default_storage_engine to @@storage_engine,
the moodle…

Lara Vel
- 21
- 1
- 2
2
votes
1 answer
Moodle get course information + all lessons through Api
I am trying to collect all information related to Moodle course (course + lessons) Using Moodle Api I got the course information, but gets only some basic information, I want course details and its lessons (created under course)
Eg : var…

Varun Sreedharan
- 517
- 8
- 28
1
vote
1 answer
How to resolve the appearance of span in mobile phone when using Moodle App
When you view a quiz in the moodle mobile app, the line of code appears with class sr-only in span. How to resolve it in Moodle 4.1 ?
Click to view the error
The page display well in web browser. I have tried to figure out which page results to…

danimo
- 11
- 2
1
vote
0 answers
Could not load API for android project : how to fix it?
The below error message appears when running moodle app on native device.
PS C:\Users\ADMIN\Desktop\moodle_app> cordova requirements android
Could not load API for android project C:\Users\ADMIN\Desktop\moodle_app\platforms\android\cordova\Api.js

Parul S
- 13
- 4
1
vote
0 answers
I need config Collapsed Topics of course in moodle mobile app
I clone the moodle mobile app from git and config my local. already I have a server and it includes moodle web and config it properly on the server. also i config site URL in my mobile app and log in to in. then I go to the dashboard then select…

user17297478
- 11
- 1