Jump to content

ADT

Frog Community Genius
  • Posts

    1,958
  • Joined

  • Last visited

Posts posted by ADT

  1. 1 minute ago, Graham Quince said:

    We've both told the truth.   I said 'as soon as I know it is live, I will let you know'.  

    I hadn't heard it is live :$ 

    Always the last to know what's going on at Frog.....  Next time you should ask me first!! ;) 

    • Like 1
  2. 3 hours ago, Graham Quince said:

    UPDATE:

    The fix for FrogSnap and iOS10 has been pushed to the Apple store.  Therefore all being well this should be live in the next 2-3 days.

    As soon as I know it is live I will let you know.
     

    Erm that's not what Tracy's email said...

    "I am pleased to inform that the following fix is now live and available from the Apple Store"

    Who to believe??????

  3. 1 hour ago, Graham Quince said:

    UPDATE:

    We have a fix for the FrogSnap mobile application and iOS10.  We are just pending confirmation when this update will be pushed to the Apple store.  After this, it could be a further 2-3 days for Apple to approve the changes and make live. 
     

    About blinking time!! :P

  4. 16 hours ago, Corinne said:

    I would say about half of our departments use it, some more regularly than others. Some staff really value the voice feedback option, others just really like having that mark book off paper, some like that they can set in advance and forget about it for a few weeks it automatically pops up to students on the right day. 

    To share with the powers that be I made a group and applied a policy to it allowing use of the assignment monitor widget for those specific users. This could be head of each dept, SLT or whoever needs access. 

    I guess for some that would then take some training to show them how to best use it but it enables them to see who is setting what/how they are marking it. 

     

    Yeah In Frog 3 I would pull off a list every half term so heads of dept could check what has been set by what staff.  I suppose doing something similar would make some sense!!

     

    Thanks!

  5. 27 minutes ago, Graham Quince said:

    Unfortunately, you can't display a spreadsheet or document in the same way.  For the Bugs list, I used an Office365 account and Share the document live to anyone with the link.  At that point, I was then able to embed it like a regular web page.

     

     

    That sounds like to much like hard work to me!!!!!!!!!! PDFed it is!!! :P

    • Like 1
  6.  

    On 04/10/2016 at 14:51, Graham Quince said:

    Hi @ADT

    I've created a site on your FrogLearn (and shared it with you).  It contains the following code which is set to your Staff Bulletin folder.

    
    <script>
    // Create a div, and give it is unqiue ID
    $PDFshower = $("<div>", {
            id: Frog.Utilities.generateSimpleId()
        }
    );
    Frog.Model
        .api('resources.getOfType', {
            sources: ["native","site"],
            type: 'staff',
            author: 'true',
            root_folder: 'EDAAA0E92002F81B92C2DFCD917CAC05E532634CEE5FEBD9',
            folder: 'B68B6DC42002FFB76B9C0F476C8F3400E8D1320C3617F221',
            filter: null,
            exclude_templates: 'true'
        }).done(function(listResponse) {
            var files = listResponse.data.resources;
            $.each(files, function(index,file) {
               $PDFshower.append(
                    '<embed src="'+file.external_url+'" width="580" height="700" type="application/pdf">'
                );
            }
        );
    });
    //arguments[0] is the HTML widget
    arguments[0].append($PDFshower);
    </script>

     

    So could you get this to display a excel spreadsheet like your bug list???

  7. Morning...

    I've been looking at Frog Feedback to tide us over while Frog decided to rebuild FrogLive for FrogLearn!!

    All seams straight forward however I was interested to see who already has it...  how widely is it used...  and more importantly how do you make this feedback visible to the powers that be!!

    Thanks in advance!!

    • Like 1
  8. This might end up being a Idea on the Ideas Portal...  but I was just wondering....

    Is there a way to alter the webpage template for New Assignments that you haven't created a webpage for???

    I mean a template must exist somewhere for it...  so could we (or you) customise it so it could have our corporate theme used... just from a Parent viewing them point of view it would be nice!!

    Just wondering!!

     

    Thanks in advance!!

    • Like 1
  9. 8 minutes ago, Graham Quince said:

    What are you trying to acheive, because my initial read of your description sounds like a site link

    Sorry mate...  really not getting my head around code at the moment!!! 

    So on our main Dashboard I have a link to my Frog Skills Site....  using the External Link Widget!!!  So it works...  but it opens a new tab and a whole new version of FrogLearn!!!!

    So I want it to just open the site in the current tab not a new tab!!

    This is probably dead easy...  but what with a cold and lack of sleep (bloody kids), having to teach full time (more bloody kids) and to be honest my loathing of coding.... to coin a phrase which some of my Yr 9s say when Im trying to teach them...  "I don't get It....."

  10. 42 minutes ago, Graham Quince said:

    Unfortunately yes.   I still have access though, so if there's anything you think was on the old forum i will look it up for you.   

    Sorry it disappeared a lot sooner than we would have liked.

    I was looking for a way to link a site to a button on the dashboard without having it open a whole new FrogLearn in a new tab!!

  11. 6 minutes ago, Graham Quince said:

    It's my left arm that was broken and i am left-handed, but the surgery went well and this is my last week with a sling.   i managed to use both hands to type this post.

    I had heard it was your dominant arm... o well hopefully you'll be back up to full speed soon enough....   :D

  12. 3 minutes ago, adamw said:

     

    Just to let you know, one of our developers has been working on a embed PDF widget, which should make doing this a whole lot easier for you guys! Keep an eye out for this appearing soon :D

    pdf embed.png

    Never mind teasing us...  get it made!!! :P

  13. 1 minute ago, Graham Quince said:

    Hi @ADT

    I've created a site on your FrogLearn (and shared it with you).  It contains the following code which is set to your Staff Bulletin folder.

    
    <script>
    // Create a div, and give it is unqiue ID
    $PDFshower = $("<div>", {
            id: Frog.Utilities.generateSimpleId()
        }
    );
    Frog.Model
        .api('resources.getOfType', {
            sources: ["native","site"],
            type: 'staff',
            author: 'true',
            root_folder: 'EDAAA0E92002F81B92C2DFCD917CAC05E532634CEE5FEBD9',
            folder: 'B68B6DC42002FFB76B9C0F476C8F3400E8D1320C3617F221',
            filter: null,
            exclude_templates: 'true'
        }).done(function(listResponse) {
            var files = listResponse.data.resources;
            $.each(files, function(index,file) {
               $PDFshower.append(
                    '<embed src="'+file.external_url+'" width="580" height="700" type="application/pdf">'
                );
            }
        );
    });
    //arguments[0] is the HTML widget
    arguments[0].append($PDFshower);
    </script>

     

    I just noticed!!!

    Does that mean it will automatically display the PDF in that folder????

  14. We have a weekly bulletin that we access via Frog!!  This is a PDF file uploaded to a shared folder in school documents the file name includes the current week date!!!  I want to know how I could display this on a page rather than staff having to download it!!!

    And before anyone asks yes this was probably answered on the old Forum but as that is dying............. :P

×
×
  • Create New...