ATutor

Learning Management Tools







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


ATutor Enrollment Manager


  • 2005-05-19 10:43:07

    ATutor Enrollment Manager

    I am totally new to ATutor.

    I bought space on SiteGround to host ATutor 1.43.

    My question is:
    How can I modify the enrollment manage so I can assign user names and passwords by exporting from my database.
    I do not want ATutor to assign users name and passwords.

    Also, is there a way to modify the enrollment email sent to the student?

    Is there any documentation on these items?

    Thank you so much,
    Chuck Cossin

    [blue] [/blue]

  • 2005-05-19 20:52:37

    re: ATutor Enrollment Manager

    You could export as SQL (or csv), modify the SQL in a text editor to match the ATutor members table, then import into the table using an application like phpMyAdmin.

    Modifying language is described in the Administrators section of ATutor HowTo.

  • 2005-05-23 16:20:41

    Member table location ?

    Where is the member table located?

    I want to add fields and import data to it from my csv database

  • 2005-05-23 16:30:55

    In MySQL

    It's in the MySQL database that gets created when you install ATutor. You will need to have some knowledge of database tables if you are planning to import student data. phpMyAdmin can help with importing data.

    The other possibility is to import a CSV file with firstname, lastname, and email address through the Enrolment Manager.

  • 2005-05-23 16:33:49

    Do not add fields

    I would recommend against adding new fields to the members table unless you know what you're doing. It will break any queries on that table, so you'll need to make modification the the ATutor source code if you change table structures.