Re: Сбросить(Обнуление) результаты теста
by Mike Churchward. Hi.This forum is for English. Can you re-enter your question in English? Or look for a forum in the language of your choice here - https://moodle.org/course/.mike
View ArticleReset user's attempts by web services api
by Nickolay Sergeev. Hello.I need to reset user's attemts when it got limit. User should be able to get through quiz again.How do i reset(clear) user's attempts by web services api? What method is...
View ArticleSelecting multiple requiered capabilities for a function
by Elie Reformed. Hi all, this might be easy to do but I don't know how can I select multiple requiered capabilities for a function in a web service. I can only select one capabilitie... This is the...
View Articleerreur dans l'éxecution d'un web service
by boutheina gherib. bonjour,J'ai implémenté un web service qui permet d'afficher une prix d'un produit introduit par l'utilisateur et qui existe dans une BD sql. mais en exécutant ce code les...
View ArticleHow to pass user id in a restful web service
by Elie Reformed. Hi, this the code I'm using in order to get the courses:<?php$token = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxx'';$domainname = 'http://localhost/moodle311';$functionname =...
View ArticleRe: Use email based self registration in webservice
by Mohammed Essaid MEZERREG. We are having the same problem, the user created through web services is confirmed whatever the method of auth you choose, and additional info in our case, the role we...
View ArticleRe: Calling a webservice using simple AJAX
by Thavarajan Mathivanan. found the solutioninstead of params: courseidreplace it withcourseid: event.target.id
View Articlecore_course_get_courses course summary value
by Elie Reformed. Hi, I get the XML result from core_course_get_courses, the problem is that I have this html css added to the course summary for example: <KEY...
View ArticleRe: Mobile web service quiz documentation
by Jan Philipp Weber. Hi Juan,okay, thanks for your explanation, I understand. I have one more question regards to resume a quiz. For example if I start a quiz at the Moodle website and want to...
View ArticleRe: core_course_get_courses course summary value
by Elie Reformed. It was easy to solve, what I did was that I clicked on the HTML button in the course summary and do what I had to do...
View ArticleRe: Web Service client login + session creation
by Jerry Kalkhof. Here is an example curl call I use to login and get a token:curl -k -X GET...
View ArticleRe: Mobile web service quiz documentation
by Daniel Palou. Hi Jan Philipp,I also found this a bit confusing when I developed the Mobile app To determine the attempt to use we use the WebService mod_quiz_get_user_attempts.If we don't receive...
View ArticleRe: Mobile web service quiz documentation
by Jan Philipp Weber. Hi Daniel,I thought to myself that it is work with mod_quiz_get_user_attempts, but in my cases, it doesn't work because the attempt which is in progress is not listed....
View ArticleRe: Mobile web service quiz documentation
by Daniel Palou. Hi Jan Philipp,that's really weird, it's always working for us. Can you please verify you're sending the right parameters to the WebServices? Also, we always send the user id to...
View ArticleRe: Mobile web service quiz documentation
by Jan Philipp Weber. Hi Daniel,I send quizid and userid with REST to the Web Service, here is my function from my Web Service test project: public function...
View ArticleRe: Remove slashes from webservice
by databyte bank. You don't need to do the json_encode(), moodle will do it when you put the ws_format as json in the url. You only have to define the correct returning parameter function.
View ArticleRe: Mobile web service quiz documentation
by Daniel Palou. Hi again,that seems right. Can you please check if everything works fine using the Moodle Mobile app? Access the quiz and check if the attempts look exactly as in Moodle web.Kind...
View ArticleRe: Incorrect access detected, this server may be accessed only through...
by Bryan Hou. Hi Usman,What is Bindings? I have set up loopback policy in my router/firewall and use external static IP in my CFG wwwroot but fail both inside and outside of my campus...
View ArticleCreating simple REST webservice using IIS6.0, PHP
by Gajanan Udas. Dear Team,I am new to Web-services. I have created simple web-service. I am trying to put it on IIS web-server. But whenever I try to access it from client, I am getting just listing...
View Articleweb services which have long execution time
by Ryu Sakamoto. hello, I want to find some web services which have long execution time.This "long" means more than several minutes. Do you know something like this?Please help me. Thank you,
View Article