ATutor

Learning Management Tools







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


Please advise Making ATutor attractive for children


  • 2015-03-27 21:31:04

    Please advise Making ATutor attractive for children

    I am invited to give a presentation in May on LCMS platforms to an audience of language teachers and language school operators in Japan. The school operators in particular are interested in aps for children's tablets.

    I looked at my ATutor website on my daughter's ipad mini and I was shocked by how awkward it is to use it. In mobile mode there is no content except the Welcome announcement. You have to hit that tiny off link in the upper left hand corner to get the Responsive template, and its graphics take up most of the screen space. The template does not adjust proportionally to the screen size, so the Side Menu takes up half the space vertically while the icons and content show up on the other half. This is a problem for my university students, but for the presentation -- it's a show stopper.

    It would seem that I need to create a whole new theme for children. But the home page must then be created as an Announcement, which still leaves a gaping hole between the top and bottom of the page. The only other alternative is an index.html page independent of the server side code. Is that even possible?

    Would it not be better to build a mobile ap for ATutor? Something I don't have the know how to do.

  • 2015-03-28 00:58:34

    Re: Please advise - Making ATutor attractive for children.

    I might see a way how to do this. Theoretically, if I can trick the php code into thinking the first content page is actually the home page I can make the page look any way I want to and not have to worry about the children getting a blank home page.

    So my question for you now is: where do I find the initial call to the home page, and can I replace 'home' with 'content.php?cid=1' somewhere without breaking the template or making all my other users go to the same place?

    Or, alternatively, can I set a course home page in phpmyadmin? I am also wondering about the theme. I will use the simple theme to make the presentation pages, but my students will also be using the site, so is there a way to set a course specific theme, without it changing the rest of the site.

  • 2015-03-28 08:35:49

    Re: Please advise - Making ATutor attractive for children.

    I'd suggest going with responsive rather than mobile theme. The mobile theme is beginning to show its age and will likely be shevled in a future version.

    For the home page, you can modify the content of the page in the Course Properties, Banner field. You could add a little javascript there to redirect to the first page, using window.location(), though that would make tha actual home page unavailable permanently. Or, add HTML to cerate a splash page.

    You can set category specific themes, and assign the course to that catageory. Admins create categories, which become listed in Course Properties for seection. Search the admin handbook for categories.

    You could always create your own theme, if those available are not suitable for your audience. See the theme designer documentation in the Handbook.

  • 2015-04-03 03:56:41

    Re: Please advise - Making ATutor attractive for children.

    Does ATutor recognize .svg files, in addition to the other graphics files? It doesn't seem to. That makes things difficult in getting my illustrated pages to size properly.

  • 2015-04-03 08:05:33

    Re: Please advise - Making ATutor attractive for children.

    Browsers support SVG or not.

  • 2015-04-25 17:44:44

    Re: Please advise - Making ATutor attractive for children.

    Hi Greg,

    Another couple of questions on this topic.

    Working locally on the latest MAMP, I am trying to get thumbnail images to show up in the answer blanks of multiple choice tests. I loaded my image folder as a subfolder in the isensei images folder.

    When I typed in the first image url it showed up in the editor with a simple name.png. But the subsequent images did not, and none of them showed up in the answer blanks when I previewed the guestion.

    The second question concerns which file I need to change to alter the page flow so that instead of going to home they go directly to the tests page.

  • 2015-04-25 17:53:49

    One other question

    I want to set up some tests so that the answer blanks appear inline. Particularly multiple choice, multiple answer and sequencing. Can that be done fairly easily and if so, what file would I need to alter?

  • 2015-04-26 08:47:51

    Re: One other question

    You'd need to create a new question type, which would involve creating a set of templates,

    https://github.com/atutor/ATutor/tree/master/themes/default/test_questions

    And creating the scripts to process the question,
    https://github.com/atutor/ATutor/tree/master/mods/_standard/tests

    And, modify the QTI import/export to handle the new question type.
    https://github.com/atutor/ATutor/tree/master/mods/_core/imsqti

    And, update the backups utility to handle backup/restore of the new question type:
    https://github.com/atutor/ATutor/tree/master/mods/_core/backups

    Much easier would be the use multiple choice with an underlined space to represent the blank.

    Not sure about the missing images in the previous post. You'd need to do your own investigation to discover what's going on. If you can reprodcue the issue on the demo site, we'll investigate further.

    Try to keep new topics in their own threads, so they are easier to find later.

  • 2015-04-26 17:01:35

    Re: One other question

    Thanks Greg,

    So if I put long underlines in the blanks I can drop images into them? That sounds almost too simple. But I will try it,

    The missing images I solved myself when I realized I had one of them loaded in wedsite's file manager. I had put all the images in the ATutor images folder.