Moodle Mobile 3.1.1 available

Moodle Mobile 3.1.1 available

by Juan Leyva -
Number of replies: 6
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi all,

Moodle Mobile 3.1.1 is now available in the Android and iOs stores.

Moodle Mobile 3.1.1 is a maintenance version, that fixes bugs and comes with updated translations.

Complete release notes here: https://docs.moodle.org/dev/Moodle_Mobile_3.1.1_release_notes

Regards, Juan

Average of ratings: Useful (2)
In reply to Juan Leyva

Re: Moodle Mobile 3.1.1 available

by Sourabh Maheshwari -

Thanks Juan for this upgrade.

What would be the steps to upgrade any customized app to this latest one? 

Regards,

Sourabh



In reply to Sourabh Maheshwari

Re: Moodle Mobile 3.1.1 available

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi,

we recommend to use git to maintain custom apps:

- You fork the official repo

- You create a branch with your customization

- On every app upgrade, you update your local master branch

- You rebase your branch onto master, so your customization are applied

- You review the master upgrade.txt files where all the core changes are described.

Juan

In reply to Juan Leyva

Re: Moodle Mobile 3.1.1 available

by mojtaba khamesi -

Hi Juan Leyva,

is it possible to do quiz into mobile app in this version? 

please say yes Juan!

In reply to mojtaba khamesi

Re: Moodle Mobile 3.1.1 available

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Yes, since the previous version is possible.

See: https://docs.moodle.org/31/en/Moodle_Mobile_Quiz_module

Average of ratings: Useful (1)
In reply to Juan Leyva

Re: Moodle Mobile 3.1.1 available

by mojtaba khamesi -
thank you so much Juan for replying smile
 i tried it and correctly worked.

i have other main problem with default language, how to change default language from "en" to "fa" when app runs for first time. I changed config.json file in 2 below ways but again language of app was English for first time and users should change language in app settings

"
default_lang"
: "fa",
"languages": {"fa": "فارسی"}
or
"default_lang" : "fa",
"languages": {"fa": "فارسی", "en": "English"}
In reply to mojtaba khamesi

Re: Moodle Mobile 3.1.1 available

by Juan Leyva -
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Plugin developers Picture of Testers

Hi,

if the mobile device is using the english language you will see the app always in english (the default language is only used when we couldn't retrieve the language from the device)

Can you confirm if the device is in English and not in Farsi?

Juan