ATutor

Learning Management Tools







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


Test Survey Manager Problems


  • 2005-04-18 01:08:53

    Test Survey Manager Problems

    operating system - Suse 9.2 KDE 3.4
    version of ATutor -1.43
    versions of php - Apache2 module php4
    perl-apache-session (I think?)
    version of mysql - 4.0.21-4.2
    webserver & version -apache 2.0.50 prefork
    web browser being used - Konqueror
    WebMin 1.180

    I'm experiencing a few problems while working to develop a database of questions.

    First I cannot when creating a test deselect "no" under randomize questions. Therefor when trying to develop a test that will pull random questions from the pool both "yes" and "no" seem to be selected? It does seem to work ,however, logging in as a student shows a test is randomly generated.Although the description in the test/survey manager is wrong.

    Secondly, although it is not a problem specifically if the test is generated at random from the question pool how are the questions weighted? I noticed that tests that are not randomly generated provide a warning if all the questions are not assigned a weighting.I cant find this info in the documentation.

    Lastly when trying to use the editor option while in the question database [example click on (Editor) under Question:]
    a window opens up with an error. It states " An error occurred while loading #http://tools/filemanager/index.phpframed=1:#
    Unknown host tools "

    I just put in the # above to stop it from being posted as a link. I have been able to work around the editor problem but it would be nice to get it working if it is fixable.

    Thanx again from anybody that can help :D

  • 2005-04-18 19:38:07

    Browser problems?

    The first two problems sound like they are browser related. What you've described seems to work properly in mozilla browsers, and in Konqueror 3.3. What version of Konqueror are you using

    The third issue may be a php.ini setting.

    arg_separator.input = ";&"

    There may also be problems because you are using Apache 2. We only recommend using Apache 1.3, particularly for a production environment. ATutor will work on Apache 2 most of the time, but you are likely to experience others problems, which we're not able to offer support for.

  • 2005-04-20 13:51:36

    ;)

    Well first of all thank you for answering my question again Greg. Are you the resident expert or one of the developers,as you seem quite busy answering quesions in the forum? I believe my Konqueror version is 3.4 having updated to KDE 3.4 right after my suse install, but I will check/try mozilla as an alternate.

    I will check that php.ini setting which I am hoping to locate easily.

    \"There may also be problems because you are using Apache 2. We only recommend using Apache 1.3, particularly for a production environment.\"

    Hmmmm yes, if I ever have to develop a production server I may have to grin and bear it. Using apache 1.3 and compatible versions of php rpms was too messy. Yast, suse\'s \"package installation manager\" wanted an older version of Perl with the php rpm which threatened to break many packages. I will probably have to compile the php module myself. Compiling has been an adventure in computing for me so far ;)

    Thanks again

  • 2005-04-20 19:10:03

    Compile isn't tough

    ...a developer.

    The php site has instructions for compiling. It's fairly straight forward.

    http://www.php.net/manual/en/install.unix.php

    Run your apache 2 and apache 1.3 on different ports, set in httpd.conf, so you can run them side-by-side.

  • 2005-04-20 19:40:44

    ok here are my results

    I am using Konqueror version 4.3 so I tried Firefox.
    Firefox displayed the selection of random yes and no properly that is to say that only one was shown to be selected (thanks).

    I still don't understand how questions on a randomly generated test can be assigned a weighting. If the a new randomly generated test is generated each time a student decides to take the test you can not always be there to assign a weight to the questions. Is there some way to assign a weighting in the question data base that I missed or am I missing the point entirely :) .

    I also tried using mozzilla and firefox to open the editor in the question data base and did not get the error that I mentioned previously in the thread. Instead a window opens up like here
    <img src="images/tm_file_manager.jpg" alt="file manager opend with the question editor" /> on this page http://www.atutor.ca/atutor/demo/?cid=107;g=3 except that the window is filled with the iTools web page ??? with firefox and it is empty with mozilla and I am also missing all the tools above the text window with both browsers

    I checked that entry in php.ini in my install it was located in /etc/. Here is what I have

    #; List of separator(s) used by PHP to parse input URLs into #variables.
    #; Default is "&".
    #; NOTE: Every character in this directive is considered as #separator!
    #;arg_separator.input = ";&"
    I commented (#) out the above for this post

  • 2005-04-21 09:54:55

    Weights set when you add questions to a test

    After you have added questions to a test, then you set the weights, the same way you set weights on nonrandom tests. All weights would need to be the same for each question, if you wanted the out of scroe the be the same each time the test is taken.

    I cannot reproduce the FM problem. You cannot link directly to a content page in ATutor, so I cannot follow the link you've included. Not sure what you mean by opens the iTools web page, unless someone has created the cid=107 page to do this, which is a possibility. I'm guessing again this may be a browser problem. The test question editor seems to work fine for me. Restart your browser and try again. Describe the steps to get to the page you mentioned above if we need to investigate further.

    The arg_separator line is correct.

  • 2005-04-21 22:17:51

    :)

    Perhaps a little bit of visual learning is in order so I hope this works

    In your how-to for 1.43 you describe the question editor under instructor tools and a image of the editor in action is shown that looks like this :

    [URL=http://img252.echo.cx/my.php?image=tmfilemanager8xs.jpg][IMG]http://img252.echo.cx/img252/2561/tmfilemanager8xs.th.jpg[/IMG][/URL]

    When I click on the editor link this is what I get :

    [URL=http://img252.echo.cx/my.php?image=qdb5hj.jpg][IMG]http://img252.echo.cx/img252/3935/qdb5hj.th.jpg[/IMG][/URL]

    Today for some reason that specific web site seems to be down so I get the time out but yesterday a web page opened with an Itools heading which had links to such things as translations for languages etc.

    hopefully this is helpful

  • 2005-04-21 22:35:38

    :) sigh,

    oh well I guess the best I can a do is link to those images. Sorry this isnt my area of expertise (it worked in other forums when I tried it)

    http://img252.echo.cx/img252/2679/tmfilemanager4or.jpg

    &

    http://img252.echo.cx/img252/9206/qdb5kh.jpg

  • 2005-04-22 08:57:15

    unable to reproduce

    I can't say why your installation is looking for itools. HTMLArea, the html editor used in ATutor, was originally created by them, but I'm not seeing anything in the code that calls on the web site (which does not exist any more)

    [reply][b]In reply to:[/b]
    oh well I guess the best I can a do is link to those images. Sorry this isnt my area of expertise (it worked in other forums when I tried it)

    http://img252.echo.cx/img252/2679/tmfilemanager4or.jpg
    ...
    [op]forums/view.php?fid=7;pid=4363;page=1#4411[/op][/reply]

  • 2005-04-22 23:36:04

    :-(

    Oh well after all that work on your part and my part it couldnt be resolved.


    "I can't say why your installation is looking for itools. HTMLArea, the html editor used in ATutor, was originally created by them, but I'm not seeing anything in the code that calls on the web site (which does not exist any more)"

    Ok thats weird. I swear that the first time I used firefox the page actually appeared in that window. It was brown and beige and it had links for translation etc. Oh well perhaps I will have to begin drinking more products containing ETOH as apparently not drinking them is causing me to see things.

    For now I will work around the problem by using the content editor and html editor in open office.Thanks for all your time. If you have an epiphany please let me know. I have many questions to go :)