Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Moodle Mobile FAQ: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Línia 27: Línia 27:
# Inicia sessió a [https://tracker.moodle.org/browse/MOBILE Moodle Mobile tracker] (necessiteu crear un compte sinó ho heu fet prèviament  [http://tracker.moodle.org/secure/Signup%21default.jspa crear un compte al tracker])
# Inicia sessió a [https://tracker.moodle.org/browse/MOBILE Moodle Mobile tracker] (necessiteu crear un compte sinó ho heu fet prèviament  [http://tracker.moodle.org/secure/Signup%21default.jspa crear un compte al tracker])
# ''Reviseu que el problema no hagi estat ja reportat per un altre usuari fent una cerca [https://tracker.moodle.org/issues/?jql=project%20%3D%20MOBILE cercant problemes]''
# ''Reviseu que el problema no hagi estat ja reportat per un altre usuari fent una cerca [https://tracker.moodle.org/issues/?jql=project%20%3D%20MOBILE cercant problemes]''
# If not, report the bug by clicking the 'Create Issue' link at the top right of the page, selecting 'Moodle Mobile' as the project
# Si no és així, indiqueu l'errada fent clic a l'enllaç 'Create Issue' a dalt a la dreta seleccionant  'Moodle Mobile' com a projecte
# Add a detailed description then click the Create button
# Add a detailed description then click the Create button
# Attach the following files to the issue by selecting 'Attach Files' in the 'More actions' dropdown menu:
# Attach the following files to the issue by selecting 'Attach Files' in the 'More actions' dropdown menu:

Revisió del 07:55, 8 abr 2016

Com puc fer servir Moodle en dispositius mòbils ?

L'aplicació oficial Moodle mobile app et permet veure i participar en els cursos des del teu dispositiu mòbil.

Fins i tot sense la app, les versions recents de Moodle tenen temes mobile-friendly (responsius) per millorar l'experiència de l'usuari en accedir als cursos en els dispositius més petits

No puc accedir amb usuaris antics, però si amb els creats rencentment! =

Si us plau, buideu totes les memòries cau via la configuració d'administració de Moodle, Això hauria de resoldre el problema.

No puc fer que funcioni la app. On puc aconseguir ajuda?

Si ets un estudiant o un professor, primer contacteu amb l'administrador del lloc Moodle de la vostra organització.

Si ets un administrador i tens habilitat els mobile services , si us plau reviseu:

  1. Si el teu lloc fa servir un certificat SSL, ha de ser un certificat verificat no auto-signat. Si us plau, feu servir aquest eina o una semblant per comprovar que el vostre certificat és correcte: SSL Checker. Tots els punts han d'estar ok, incloent el "Certificate Chain Complete". Altrament, l'aplicació podria funcionar en iOS, però no en Android.
  2. Debugging està desactivat (en Site administration > Development > Debugging)
  3. Verifiqueu que l'opció ADOdb debug està desactivada si esteu fent servir els plugin external database auth or enrolment. (A Plugins > Authentication > External database i a Plugins > Enrolment > External database).

Si continueu tenint problemes, si us plau obriu un fil al fòrum Moodle for mobile fòrum.

Crec que he trobat una errada (bug) a la App. Què puc fer ara?

  1. Inicia sessió a Moodle Mobile tracker (necessiteu crear un compte sinó ho heu fet prèviament crear un compte al tracker)
  2. Reviseu que el problema no hagi estat ja reportat per un altre usuari fent una cerca cercant problemes
  3. Si no és així, indiqueu l'errada fent clic a l'enllaç 'Create Issue' a dalt a la dreta seleccionant 'Moodle Mobile' com a projecte
  4. Add a detailed description then click the Create button
  5. Attach the following files to the issue by selecting 'Attach Files' in the 'More actions' dropdown menu:
    • 'Device information' - this can be found in the app (Settings -> Development -> Device info, you can send yourself this information by email using the e-mail button at the bottom)
    • App Log (Settings -> Development -> Show Log, again you can send yourself this information by email)

The Moodle Mobile app says I need 2.4 or higher (Cannot connect: Verify that you have typed correctly the URL and that your site uses Moodle 2.4 or later)

I can't view the courses tab as an administrator

The Moodle Mobile app only displays courses you are enrolled in. If you want to see courses as an admin, you need to enrol in them.

I got the "we lost connection; you need to reconnect. Your token is now invalid." on my custom version of Moodle Mobile

Please check:

  1. You have followed all the steps listed in Moodle Mobile Developing a plugin tutorial
  2. You have enabled the moodle/webservice:createtoken capability for the authenticated user

I get "Error: No permission to create web service token for the service local_mobile" when attempting to log in as an admin

You need to create a token for the admin account (only) as follows:

  1. Go to Site administration > Plugins > Web services > Manage tokens
  2. Click Add
  3. Enter the admin username and select 'Moodle Mobile additional features service' (i.e. NOT leave it as 'Moodle Mobile web service')
  4. Click the 'Save changes' button.

I get the error "Invalid response value detected" when accessing the site

The user quota global setting should be an integer. For more details, see the discussion How to enable Moodle Mobile App for all accounts.

See also