I have the module set to Teacher-Student, which the instructions say allows either one of us to initiate the discussion. When I initiate, works fine. When the student tries to initiate, it says "There is no one available to have a dialogue with." I double-checked that I am assigned Teacher role for the course. Suggestions?
In reply to Antonia Martinez
Re: Error: There is no one available to have a dialogue with
由Stuart Hiles發表於
In reply to Stuart Hiles
Re: Error: There is no one available to have a dialogue with
由Andy Tagliani發表於
In reply to Andy Tagliani
Re: Error: There is no one available to have a dialogue with
由Andy Tagliani發表於
It can be i found a solution, but please wait if the developer see this thread and (so i hope) he will give a feedback. We will give him some days, or i open a ticket as i wrote before 
In the file /moodle/mod/dialogue/loacallib.php in line 219, here is what the line is showing at the moment:
if ($otheruser->authority == 0) {
I mean it must be:
if ($otheruser->id == 0) {
But please wait for the feedback of the developer.
Andy
In the file /moodle/mod/dialogue/loacallib.php in line 219, here is what the line is showing at the moment:
if ($otheruser->authority == 0) {
I mean it must be:
if ($otheruser->id == 0) {
But please wait for the feedback of the developer.
Andy
In reply to Andy Tagliani
Re: Error: There is no one available to have a dialogue with
由Andy Tagliani發表於
In reply to Andy Tagliani
Re: Error: There is no one available to have a dialogue with
由Ali Hastie發表於
In reply to Ali Hastie
Re: Error: There is no one available to have a dialogue with
由Andy Tagliani發表於
In reply to Andy Tagliani
Re: Error: There is no one available to have a dialogue with
由Howard Miller發表於