ATutor

Learning Management Tools







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


Problem with adapted content


  • 2011-09-07 04:43:28

    Problem with adapted content

    I have a problem with adapted content. I have to do a web with atutor to blind people.

    In the "article" I push to Adapted Content, checked and image "Visual", and choose a sound to do alternative to the image.

    It works well, but I push Save button and all the options are unchecked again.

    What can i do??

    Thanks

  • 2011-09-07 07:25:36

    Re: Problem with adapted content

    I have seen the tables in phpmyadmin.

    The table primary_resources_types is empty. When I check audio, text,... and press the button. it should modify the values in that table but didnt.

    I dont know what can i do

  • 2011-09-07 07:34:25

    Re: Problem with adapted content

    Not sure what to tell you about adapted content. We did our own testing, and everything seems to work okay.

    Could be a browser problem. Try emptying your browser cache.

  • 2011-09-07 08:00:05

    Re: Problem with adapted content

    I empty the browser cache and it doesnt work, I use Firefox and Explorer.

    I have atutor installed in local and in server, in local works fine, but in server doesnt work.

    I attach images:

    - 1. I go to content adapted

    - 2. I check the options what I like to do.

    - 3. I press Save but the options are unchecked now.

  • 2011-09-07 11:51:15

    Re: Problem with adapted content

    I tried it on another version, and confirmed the problem. We are investigating now.

  • 2011-09-09 03:16:16

    Re: Problem with adapted content

    Thanks, I will search for the solution too. If I find it I contact with you.

  • 2011-09-09 05:06:34

    Re: Problem with adapted content

    I've found some things that should not be that way:

    - 1. In the adapted content tab, resources have a quoted marks.
    [green]image.jpg [/green]
    [red]"image.jpg" [/red]

    - 2. If mouse over each resource path is wrong.
    [green] dir/atutor/get.php/image.jpg[/green]
    [red]dir/atutor/get.php [/red]

    - 3. If you clic each resource you download a wrong file.
    [green] You download image.jpg[/green]
    [red]You download a file called 8 [/red]

    - 4. In phpmyadmin rources have quoted marks too in primary_resources
    [green] Column resource: image.jpg[/green]
    [red]Column resource: "image.jpg" [/red]

    - 5. I modify the values in phpmyadmin y delete quoted marks but when I go to Adapted Content tab de quoted marks are in phpmyadmin again.

    - 6. Table primary resources types in php is empty

    I hope that together we can find a solution.Thanks

  • 2011-09-09 14:42:56

    Re: Problem with adapted content

    Thanks. I think we have it working right now. The changes have gone into SVN. Didn't make it into yesterday's beta release, but will make it into the final.

  • 2011-09-12 03:06:53

    Re: Problem with adapted content

    How do I get file from SVN?
    What is the file to get?

    Thanks

  • 2011-09-12 09:37:17

    Re: Problem with adapted content

    1. How to get file from SVN:
    http://www.cs.ubc.ca/~vailen/svn_howto.htm

    ATutor SVN location: http://svn.atutor.ca/repos/atutor/trunk/docs/

    2. Which files:

    http://svn.atutor.ca/repos/atutor/trunk/docs/mods/_core/editor/editor_tab_functions.inc.php
    http://svn.atutor.ca/repos/atutor/trunk/docs/mods/_core/editor/editor_tabs/alternatives.inc.php

  • 2011-09-12 10:26:01

    Re: Problem with adapted content

    It works. Thanks