Quantcast
Channel: Moodle for mobile
Viewing all 8392 articles
Browse latest View live

Re: Changing order of items in side menu

$
0
0

by Dani Palou.  

Hi John,

the defaulthomepage is configured in the Site administration. That works in the official Moodle Mobile app too.

As for the other question, unfortunately our core team do not have the resources here to help people use the open source code version to build custom apps. We provide a service where we can customise the app for anyone who needs it including the Push notifications (Airnotifier) service management. This service helps fund the improvement of the app in general: https://moodle.com/mobileapp/

Kind regards,

Dani


Re: Dropdown items not displaying on tablet

$
0
0

by Dani Palou.  

Hi again,

which Android version does the device have? It's weird that it works in browser but not in app :S

The only solution I can think of is to use Crosswalk. This will increase the size of your app a lot, but the app will have its own WebView instead of relying in the Android one, so the behaviour should be more consistent in all devices.

Kind regards,

Dani

Re: Dropdown items not displaying on tablet

$
0
0

by Jaco-Louis Kruger.  

Good day Dani

The device is currently on Android 5.0.1.

I'll have a look at Crosswalk and let you know how that works out.

Kind regards

Jaco-Louis

Best Slideshow Application for Moodle Mobile

$
0
0

by Les Bell.  

Hi, all,

I've recently added Moodle Mobile support to my site, to support some blended learning courses I've been teaching. It's been a great success and I can see attendees doing quizzes while commuting, etc.

My existing Moodle site provides updated lecture slides by embedding PDF's, which I've noticed requires the PDF be downloaded and then viewed in the Android (in my own case) PDF viewer.

I'm researching whether there are better options. I also use Google Slides and have experimented with embedding a Google Slides presentation into a test course - which worked well on the web, but the slides, which are embedded into a note on the course page, do not seem to be reachable on the app. Is this perhaps because they're on the course page? The text-only note above them appears just fine.

What other applications are you using to make lecture slides available?

--- Les

Regarding custom moodle app

$
0
0

by Prateek khanna.  

Hi All,

I have to develop an app for the client.Client use Moodle to provide various courses to employees in their

organization which include Youtube videos,powerpoint videos and SCORM file type.So I have to develop 

an app to make the courses content available on mobile.I want to ask ,Is it possible to available these 

content of SCORM type,powerpoint videos in mobile browser? If yes,then what I have to do to make it 

possible?

Re: Dropdown items not displaying on tablet

$
0
0

by Pau Ferrer Ocaña.  

Hi Jaco-Louis!

I think this could be a problem with CSS processing on your device. To solve that we'd take a look to the browser's user agent is using your device to render the styles. Could you please send us this user agent?

From the app, go to the app settings on the side menu, and then select "About", scroll down a bit to find the  browser's user agent information. You can copy that of just send us an screenshot of the information provided.

Kind regards,

Pau

Re: Changing order of items in side menu

$
0
0

by John Valko.  

Dani,


That's exactly what I needed to know wink.  I understand now.  Thanks again for your help.

Service mod_feedback_process_page error

$
0
0

by Aniket Sankpal.  

Hi,

I am using Moodle 3.3 for this.

I have created one feedback form with one numeric input question and trying to submit the feedback form through web service function. "mod_feedback_process_page".

My actual service call is:

http://mylocalhost/xampp/server/moodle/webservice/rest/server.php?moodlewsrestformat=json&feedback=5&wsfunction=mod_feedback_process_page&wstoken=55dae96fa2449dc1a30cb24c5bd5366c9&moodlewssettingfilter=true&page=0&responses[0][name]=numeric_id&responses[0][value]=20

Which returning:

{"exception":"invalid_parameter_exception","errorcode":"invalidparameter","message":"Invalid parameter value detected"}

Does any one know what will come here in numeric_id and why it is giving an error.



Private server login issue

$
0
0

by moodleserver moodle.  

My site url is http://ascentia.asuscomm.com:8089/moodle_basic. I installed Moodle app (3.3 version) in my mobile. After connecting to server, I am unable to login. It shows "Error connecting to server". The problem exists with only mobile.

Could any one help me?

Thanks in advance.

Re: Private server login issue

Airnotifier request key issue

$
0
0

by Nagaraju. Yella.  

Dear Sir,

We used following phonegap build version for our mobile app (with Moodle LMS version 3.1.4 and customized with our LMS URL):
https://github.com/moodlehq/moodlemobile-phonegapbuild/tree/learn-moodle

And, we could not able to get Airnotifier request key from default Airnotifier server, even if we register our site under moodle.org sites list.

Also, we are getting error message as following when we enable the debug mode of LMS:
------------------------------------------------------------------------------
Unexpected response from the Airnotifier server: {"error": "Invalid application name"}

line 142 of \message\output\airnotifier\classes\manager.php: call to debugging()

line 67 of \message\output\airnotifier\requestaccesskey.php: call to message_airnotifier_manager->request_accesskey()
------------------------------------------------------------------------------

Looking forward for your kind reply to resolve the issue and make push notifications work for our app.

Thanks,
Nagaraju.

Can't connect to site after upgrade - invalid response value detected

$
0
0

by Michele Balazs.  

Hiya

We have just upgraded to moodle 3.3 from moodle 3.1 and are now unable to access moodle mobile. 

From the error logs,

 "Default exception handler: A required parameter (username) was missing Debug: \nError code: missingparam\n* line 503 of /lib/setuplib.php: moodle_exception thrown\n* line 567 of /lib/moodlelib.php: call to print_error()\n* line 34 of /login/token.php: call to required_param()\n"

I have read some of the discussions on this. We don't use https yet, global user quota is a number and it was working before the upgrade.


Any ideas on where to look? 


Mich


Re: Service mod_feedback_process_page error

$
0
0

by Dani Palou.  

Hi,

this is the data sent by the app for a numeric question:

lessonid:27

pageid:185

data[0][name]:_qf__lesson_display_answer_form_shortanswer

data[0][value]:1

data[1][name]:answer

data[1][value]:1

data[2][name]:id

data[2][value]:201

data[3][name]:pageid

data[3][value]:185

data[4][name]:sesskey

data[4][value]:cAFmHCU8H8

review:0

moodlewssettingfilter:true

moodlewssettingfileurl:true

wsfunction:mod_lesson_process_page

wstoken:0d1140...

The values of sesskey, pageid, id, etc. are inside some input type="hidden" that are returned when retrieving the page.

Kind regards,

Dani

Re: Can't connect to site after upgrade - invalid response value detected

$
0
0

by Dani Palou.  

Hello,

can you please send us your Moodle URL and a test account to mobile@moodle.com so we can take a look? Please reference this post in the mail.

Kind regards,

Dani

Re: Best Slideshow Application for Moodle Mobile

$
0
0

by Les Bell.  

Just updating my own post: A quick test has showed that creating a page to embed a Google Slides presentation does allow the presentation to show up in Moodle Mobile. With the phone held vertically, though, the slide is a bit on the small side, and the forward/play/back controls visible at the bottom of the presentation on the web are not there in the Mobile app.

Turning the screen to landscape mode results in the slide filling the width of the screen, but now the bottom part of the slide is not visible and can't be scrolled into view.

It looks spectacular when viewed in a desktop browser, though - and the ability to collaboratively edit a presentation and have the new version immediately reflected in Moodle is awfully attractive - no more 'print to PDF and upload' sessions!

--- Les


Re: Site Home page in Moodle Mobile App

$
0
0

by Vassudevanand Prabhu.  

Thank you so much Dani.. That's helpful..

Re: Airnotifier request key issue

$
0
0

by Nagaraju K Y.  

Can you please suggest how to resolve the issue and get default Airnotifier key for our domain?


Moodle App Customization - Shows blank page while testing on Ionic

$
0
0

by Vassudevanand Prabhu.  

I followed all the steps mentioned in Setting up your development environment for Moodle Mobile 2 on my Windows OS.

Now when I try to run moodle mobile app using  following command

ionic serve --chromium

The chromium browser opens but shows blank page. When I go to browser console to check the status.

It gives error  Failed to load resource: the server responded with a status of 404  for all the javascript files.


How can this be resolved ?





Re: Moodle App Customization - Shows blank page while testing on Ionic

$
0
0

by Vassudevanand Prabhu.  

Ionic info

Cordova CLI: 7.0.1

Ionic CLI Version: 2.2.3

Ionic App Lib Version: 2.2.1

ios-deploy version: Not installed

ios-sim version: Not installed

OS: Windows 8.1

Node Version: v6.11.2

Xcode version: Not installed


Moodle Mobile Themes - wherea are they and how are the made?

$
0
0

by Mary Evans.  

Hi,

Moodle Mobile App 2 (MMApp2)

Moodle version 3.3 on my website

I am curious to find out about how to make or customise a Moodle Mobile Theme, asuming that such a thing exists?  Does anyone know...does anyone care?

I feel like I am banging my head against a brick wall as there is little to find in the way of customising the MMApp2, let alone creating a theme for it..

Also what I would really like to find out is:

  • is it possible to get the Bootstrap 4 Carousel working in the MMApp itself?
    the one on my website breaks when displayed in the MMApp2

 Thanks...

Mary

Viewing all 8392 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>