Re: Does not display the courses that the student and teacher are enrolled
by Gisele Brugger. HelloI did another test:1) created a new user2) enrolled in a course (manual method)2) accessed moodle mobile and the course was displayedConclusion:If user have any course method...
View ArticleRe: Does not display the courses that the student and teacher are enrolled
by Gisele Brugger. I found this tracker (closed)https://tracker.moodle.org/browse/MOBILE-418 : Cannot Reproduce But problem persists
View ArticleRe: Does not display the courses that the student and teacher are enrolled
par Gisele Brugger. Gracias DanielI update mdl_courses field lang:update `mdl_course` set lang="pt_br"Now i see all courses in my mobile moodle.Tks a LOT
View Article[GSoC] Create a desktop version of Moodle Mobile using Electron
par Hitesh Sharma. Hey,I'm Hitesh, an undergrad student at IIIT-Hyderabad, India. I found Moodle in this year's GSoC organization list, and found the "Create a desktop version of Moodle Mobile using...
View ArticleRe: [GSoC] Create a desktop version of Moodle Mobile using Electron
par Mary Cooch. Hello Hitesh. DId you see our news post about the GSOC?
View ArticlePDF Issue
par Helson Castro. Moodle 3.0Hello everyone,When I put PDF file with EMBED option, users can't access it file from mobile.Android and iOS, both have some issues.Safari users cant scroll, and android...
View ArticleRe: Password Encryption
par Bret Miller. A simple Google search of "Moodle password encryption" yielded this:https://docs.moodle.org/en/Password_saltingCertainly if you are writing something that technical, you must be...
View ArticleRe: Access as guest using Moodle Mobile
by Ernesto Tolocka. Thank you Juan!Regards,Ernesto.
View ArticleProblem with MM additional features plugin
by Ernesto Tolocka. Hi!I´m a little confused about some new functions of MM app (Android version). I understand than version 2.9 allows to view glossary entries, but when I try it, the app says "is...
View ArticleRe: Problem with MM additional features plugin
by Ernesto Tolocka. I have followed the steps from:https://docs.moodle.org/30/en/Moodle_Mobile_additional_features#InstallationNow, when I try to access to the site with MM app, I have the message...
View ArticleRe: Problem with MM additional features plugin
by Ernesto Tolocka. After adding a "token" for the service, I was able to reply forum posts and view glossary entriesDo I need to add tokens for every user in the site?Thankfully,Ernesto.
View ArticleRe: Problem with MM additional features plugin
by Juan Leyva. Hi Ernesto,only admins needs manually created tokens, for the rest of normal users it won't be necessary.Just be sure that in the "Check plugin configuration" option (in the local...
View ArticleRe: Password Encryption
by vysakh b. Hi While creating web service for android app they are passing the username and password directly through url and I am getting that password using request method encryption is also...
View ArticleRe: Password Encryption
by vysakh b. HiHere is my code for webservice<?php$user = $_REQUEST['name'];$password = $_REQUEST['password']; $query = "CALL ws_login_type('".$user."','".$password."')";$procedure...
View ArticleCustom app - Error downloading SCORM
by Gary Kenyon. Hi,I've built a custom app, following the instructions on this site and github, it runs fine, connects to the LMS fine, but I'm having a problem with downloading courses. The .zip...
View ArticleRe: Custom app - Error downloading SCORM
by Daniel Palou. Hi Gary,maybe you lack the plugin we use to unzip. Please make sure you have this plugin installed:cordova-plugin-zipKind regards,Dani
View ArticleRe: Custom app - Error downloading SCORM
by Gary Kenyon. Hi Dani,That has fixed it!Thank you for the quick reply.
View ArticleRe: PDF Issue
by Helson Castro. Hello,This issue happens only on mobile browser.Chrome and Safari for mobile.When it's opened on browser desktop works well.
View ArticleRe: PDF Issue
by Daniel Palou. Thanks for the clarification,can you please open an issue in the tracker to report this?https://tracker.moodle.orgPlease make sure to select the project "MOODLE (MDL)".We, the Mobile...
View ArticleRe: Problem with MM additional features plugin
by Ernesto Tolocka. Thank you Juan!Ernesto.
View Article