ATutor

Learning Management Tools







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


New user Automatic enrollment welcome page glossaries gradebook and


  • 2008-07-09 05:31:52

    New user Automatic enrollment welcome page glossaries gradebook and

    Hi,

    I'm a new user of atutor and quite satisfied so far! I do have four items that I'd like to change from the default settings, but haven't found out how. Our LMS is used for 6 courses which are fully conducted online, consisting of a flash presentation, a HTML assignment to be conducted outside the LMS and a test where users have to give matching answers.

    1. Automatic enrollment; I would like newly registered users to be automatically enrolled for all 6 courses. This would make it easier for users to find the courses and it's six action less for them to do. Is this possible?

    2. I have deselected all the tools on the courses home page (all the necessary tools are in the horizontal menu), which leaves an empty white sheet. How could I show a welcome message including instructions on this page?

    3. On the content pages the users are presented flash presentations. I have added glossary terms to the page. Is it possible to only show these on the left hand menu and have them disappeared on the bottom?

    4. I have installed the gradebook module. I would like trainees to do the test as often as needed to pass and then lock the result. Gradebook however only accepts tests which trainees are only allowed to take once, no matter the result. Is it possible to change this?

    Thanks in advance for any reply!

  • 2008-07-09 06:55:59

    Re: [New user] Automatic enrollment, welcome page, glossaries, gradebook and .

    hia, glad you like ATutor!

    1. automatic enrollment: you should be able to use the "Auto enrollment at registration" feature (admin -> system prefs -> auto enroll...)

    create a new one, and you will get a custom URL that can be used to register and enroll in X courses in one operation.

    this will get you most of the way there, but you will have to ditribute / link to the custom URL in some way too.

    2. use manage -> preferences. put whatever content you like in the banner box and it will appear on the front page

    3. don't really understand - where "at the bottom"? glossary terms are displayed in the content, and if you like in the sidebar and main menu (tabs)

    4. haven't played much with it, and cannot really get it to find any tests either, even if I set it to only one try. I also agree that this should not be a limitation. if there are several tries possible, the system should just pick the best of them at the expiry date of the test.

  • 2008-07-09 08:34:19

    Re: [New user] Automatic enrollment, welcome page, glossaries, gradebook and .

    not sure what you mean in #3 either.

    The Gradebook, currently the first version, only allows single attempt tests for now. In the future, perhaps multiple attempts can be added.

  • 2008-07-13 23:03:12

    Re: [New user] Automatic enrollment, welcome page, glossaries, gradebook and .

    Thank you for your replies!

    About the glossaries: I'd like to show them in the left hand menu and main menu, but not in the content. Now they are listed below my flash presentation and it looks a bit odd.

    Thanks again!

  • 2008-07-14 03:57:37

    Re: [New user] Automatic enrollment, welcome page, glossaries, gradebook and .

    I see, there's probably a way to comment out that part in the code, but I'm not sure which one.

    a quick and very dirty fix is adding the following to your CSS file:

    sup {
    display:none;
    }

    ..this will hide the visual cues on what's a glossary term in your content, but it will also hide every other thing you decide to put within <sup> and </sup>. luckily that's often not a lot.

  • 2008-07-16 21:43:01

    Re: [New user] Automatic enrollment, welcome page, glossaries, gradebook and .

    Thanks I'll try it!