ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Multiple Instructors for a Single Course


  • 2007-03-01 19:19:42

    Multiple Instructors for a Single Course

    If you are asking for help, provide lots of detail so problems can be reproduced.

    Things to describe:
    operating system -
    version of ATutor -
    versions of php -
    version of mysq l -
    webserver & version -
    copies of error messages -
    changes to default settings -
    web browser being used -
    and anything else relevant -

  • 2007-03-01 19:21:14

    Re: Multiple Instructors for a Single Course

    First post was a mistake, sorry.

    Can you have multiple instructors for a single course?

  • 2007-03-01 19:48:40

    Re: Multiple Instructors for a Single Course

    Enroll a student, and assign all privileges to that person. Or just assign the privileges you want the second instructor to have.

    You can create assistants this way as well, if you wanted to create a teaching assistant that just marks test, or just manages content, for instance.

  • 2007-03-02 03:00:46

    Re: Multiple Instructors for a Single Course

    you can do most of what you wish with assistants, as Greg says, but we have sometimes had the need for additional *contact persons* for a course. as of now only the instructor gets an e-mail if a students wishes enrollment in a course, and there isn't possible to let anyone else get this e-mail.

    a simple thing that can be done here is to add a field to each course's properties where you could add additional contact persons e-mail adresses.

  • 2015-11-10 00:09:43

    Re: Multiple Instructors for a Single Course

    I am using ATutor for several years and now I have ATutor 2.1.1. I really need to have multiple instructor for a course. I added all privileges to my assistant but he can't see enrolled students. just he can export enrolled list and then import new list. Would you please let me know how to solve this problem as it really needed for large number of students in a course.

    Things to describe:
    Operating system ATutor is installed on -Centos 7
    ATutor version -2.1.1
    Patch #s applied -
    ATutor theme name -
    PHP version -
    MySQL version -
    Webserver & version -
    Copies of error messages -
    Changes to default settings -
    Web browser being used -
    ...and anything else relevant -

  • 2015-11-10 18:24:59

    Re: Multiple Instructors for a Single Course

    You found a bug. thanks!
    http://www.atutor.ca/atutor/mantis/view.php?id=5600

    Here is the fix:
    edit /mods/_core/enrolment/html/enrollment.inc.php


    add authenticate(AT_PRIV_ENROLLMENT) line 290
    mods/_core/enrolment/html/enrollment.inc.php

    if($_SESSION['is_admin'] === true || $_SESSION['privileges'] == AT_ADMIN_PRIV_ADMIN || authenticate(AT_PRIV_ENROLLMENT)){
    $savant->display('instructor/enrolment/index.tmpl.php');
    }

    The corresponding github commit
    https://github.com/atutor/ATutor/commit/95bf6db822bfda60b883f72505bb4f40ef20e78a

    [reply][b]In reply to:[/b]
    I am using ATutor for several years and now I have ATutor 2.1.1. I really need to have multiple instructor for a course. I added all privileges to my assistant but he can't see enrolled students. just...
    [op]forums/view.php?fid=7&pid=9949&page=1#25624[/op][/reply]

  • 2015-11-11 02:37:10

    Re: Multiple Instructors for a Single Course

    Thanks for solving the problem very soon.

  • 2015-11-11 05:51:18

    Re: Multiple Instructors for a Single Course

    Hi Greg,

    I consult: ATutor will issue a patch to install with this correction?

    Thank you!

  • 2015-11-11 07:11:36

    Re: Multiple Instructors for a Single Course

    No patch for this issue.