Forum LAMS for Tech-Heads - General Forum: Image in introductory page is too big


 
You may request notification for Image in introductory page is too big.
Search: 

1: Image in introductory page is too big
01/31/13 04:30 PM
[ Reply | Forward ]
Hi Ernie
I've got another question for you today :-|
In LAMS 2.4 you can add an introductory page to a lesson, with an image of the sequence. If this image is too big (i.e. the sequence is very long) the browsers aren't able to display the entire image and, which is more important, some browsers don't display scroll bar. [Of course, this depends on the dimensions of the screen, too, but I can't check my students' computers].
Maybe this problem could be fixed by adding the attributes of height and width (e.g. 80% and 80%) to the img tag in the page.
Below I copy-and-pasted part of the html code of the introductory page, but I couldn' find it in my server files. Where is this code? And my innocent question: is it possible to simply add attributes to solve the problem? If it is too hard to do, no problem, I won't use it.
Thanks a lot! :)
Luca


<body class="stripes">
    <div id="content">
        <h1>SEQUENCE TITLE</h1>
        <p>sq</p>
            <div id="sequencePreview">
                <img src="http://localhost:8080/lams/www/secure/learning-design-images/73.png" alt="Sequence Preview" class="svg" />
                <div class="svgobject">
                    <object data="http://localhost:8080/lams/www/secure/learning-design-images/73.svg" type="image/svg+xml">
                         <img src="http://localhost:8080/lams/www/secure/learning-design-images/73.png" alt="Sequence Preview"/>
                    </object>
                </div>
            </div>
        <div class="space-bottom-top align-right">
            <a href="learner.jsp?mode=&portfolioEnabled=true&presenceEnabledPatch=true&presenceImEnabled=true&title=prove tonte assessment&createDateTime=20130131_103733&serverUrl=http://localhost:8080/lams/&presenceUrl=localhost&lessonID=41" class="button"><span class="nextActivity">Comience la lección</span></a>
        </div>
    </div>
    <div id="footer"></div>
</BODY>

Posted by Luca Policastro

2: Re: Image in introductory page is too big
In response to 1 02/17/13 08:41 AM
[ Reply | Forward ]
Hi Luca,

This is a good point.

We have a way of doing this already for another interface. So we'll use this method we have to ensure that the image is not too big for display.

Thanks,

Ernie

Posted by Ernie Ghiglione

3: Re: Image in introductory page is too big
In response to 1 02/17/13 08:46 AM
[ Reply | Forward ]
BTW Luca, how big (number of activities) is your design? Thanks

Posted by Ernie Ghiglione

4: Re: Re: Image in introductory page is too big
In response to 3 02/18/13 12:40 AM
[ Reply | Forward ]
Hi Ernie!
My design has about 55-60 activities and some of them are branching activities... Too many! :)
Thanks
Luca

Posted by Luca Policastro

5: Re: Re: Re: Image in introductory page is too big
In response to 4 03/03/13 06:23 PM
[ Reply | Forward ]
> My design has about 55-60 activities and some of them are branching activities... Too many! :)

That is indeed quite a lot! :-)

Just as a curiosity... are you doing all your course in one long sequence? If so, I imagine you get the students to do some activities each week and then they continue with the lesson the following week?

Thanks

Ernie

Posted by Ernie Ghiglione

6: Re: Re: Re: Re: Image in introductory page is too big
In response to 5 03/04/13 02:02 AM
[ Reply | Forward ]
Ciao.
Yes, it's a 10-hour-sequence, more or less. I have students in very different contexts, so I'll open the sequence next week (hopefully :-) ) and I'll let them completely free to choose their pace without any constriction. They will have time until the end of May to complete it. In my opinion it's important that they could see the whole sequence, because they will choose the pace in a more conscious fashion.
Ciao!

Posted by Luca Policastro

Reply to first post on this page
Back to LAMS for Tech-Heads - General Forum