ATutor

Learning Management Tools







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


Test Link on My Start Page Problem


  • 2011-02-14 11:54:37

    Test Link on My Start Page Problem

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

    When I create a test, I do not want it linked to my courses page. It's fine until I add questions to the test. Once I add questions, the test link shows up under Things Current on My Courses Page even though the button for "NO" under "Link to My Course Page" is still checked on the edit test page. I don't want it linked anywhere except in the content page. Please advise.

    Thank you.

    Things to describe:
    Operating system ATutor is installed on - Windows 7
    ATutor version - ? Just downloaded from web this month January 2011 - so I'm assuming the most recent.
    Patch #s applied - none
    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 -

  • 2011-02-14 12:03:32

    Re: Test Link on My Start Page Problem

    There's a "link from My Courses" option in test properties. Choose "no".

  • 2011-02-14 14:30:15

    Re: Test Link on My Start Page Problem

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

    It is already checked no and it still shows up. Is there anything else I can do? I've deleted it an started over a couple of times, always being careful to check no under that option and it still shows up.

  • 2011-02-14 15:44:40

    Re: Test Link on My Start Page Problem

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

    Things to describe:
    Operating system ATutor is installed on -
    ATutor version -
    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 -

    [reply][b]In reply to:[/b]
    If you are asking for help, provide lots of detail so problems can be reproduced.

    It is already checked no and it still shows up. Is there anything else I can do? I've deleted it an started over a...
    [op]forums/view.php?fid=7&pid=21788&page=1#21790[/op][/reply]

  • 2011-02-14 15:51:17

    Re: Test Link on My Start Page Problem

    The My Courses option just added tests to the course listing for quick access. There isn't a setting to remove it from Things Current. It would not take much to add it to things current though. You can adjust the following file:

    mods/_standard/tests/module_news.php

    change
    [php]

    WHERE Q.test_id=T.test_id

    [/php]

    to
    [php]

    WHERE T.format=1 AND Q.test_id=T.test_id

    [/php]

  • 2011-02-14 17:56:16

    Re: Test Link on My Start Page Problem

    Thanks - I'll try it out.