Jump to content

sfoster

School User
  • Posts

    50
  • Joined

  • Last visited

Posts posted by sfoster

  1. Good Morning Folks,

    I was wandering if anyone could help me out. 

    We are currently using ADFS to authenticate our students in Frog from a link on out intranet (See Fig.1).

    Of course this works seemlessly.  However we have some sites which have been created in Frog which we link to the page directly (again from the intranet - See Fig.2)

    If students / staff are not logged in to Frog they are passed onto the login page (See Fig.3) - and must sign in before being routed through to the site.

    So my questions is Q: Is there a way we can pre-authenticate users using ADFS so that they go straight through to these site without having to sign in to Frog (if they are not signed in)??

    Thanks for any help.

    Simon
     

    Fig3.jpg

    Fig2.jpg

    fig1.jpg

  2. Hello All,

    Just wondered if if it was possible for Frog to share with us (schools) a boilerplate for the responsive themes so that schools can create their own from the templates.

    Also, I do recall some time ago being promised that we would be able to create, validate and upload our own themes onto the platform directly.  At present we are still using the old standalone theme checker and having to sent themes over to Frog to be installed onto the platform for us - Has this piece of work been shelved?  

    Is anyone still activity creating / designing themes?  There was a huge buzz a couple of years ago but it seems to have all but disappeared....

    Simon

    • Like 1
  3. 26 minutes ago, Chris.Smith said:

    Hi Simon,

    I am currently logged into your platform looking at the issue now. I will be in touch shortly with an update and hopefully an action plan.

     

    ~ Chris

    Thanks Chris - We have some really useful widgets that have been developed by Simon and are keen to get these installed and tested on our platform - please keep me updated - Cheers

    Simon

  4. Hello All,


    We have been working on some new widgets for MIS Linked Documents, Attainment and Learner Contacts.  Following the Austin release we too are unable to save or update packages in FrogCode - It is very frustrating for our developer as it seems to be one step forward and two steps back.  We have a ticket open with support on this but have been advised that "We have linked this to our existing bug ticket" with no timeframe for a solution other than it will be rolled out in a scheduled hotfix.

    Any updates @Graham Quince @Chris.Smith

    Radclyffe 

  5. Hi,

    Just wondering if anyone has found a method for running SCORM packages in FrogLearn?  We have just moved from being a Frog 3 / Learn School to FrogLearn only and had quite a few sites containing SCORM packages.  These no longer work and I wondered if anyone had found a solution to use them?  Third party SCORM player or cloud player etc?

    Any help would be much appreciated.

    Thanks

    Simon

  6. Hi,

    Would it be possibe for Frog to advise Schools when new GPOs have been added to the platform during updates?  Could these be added to the Release Notes.  We often stumble upon these by chance and sometimes are not aware of what changes they apply to the premissions for staff and students.

    It would useful if new GPOs were added to the release notes so that platform administrators know they have been added and what they affect.

    Thanks

     

    Simon

  7. Hi,

    If we want to display the logged in users calendar in the calendar widget how do we go about this?  We want to put a calendar widget on the Student Dashboard so that students can see it when logged in.

    If I drag the calendar widget to a page I can only see my calendar from the 'Calendar to Display' drop down menu.

    Apologies if this is a silly question...

    Simon

    • Like 1
  8. Graham,

    We have created a button to 'Create a New Assignment' using the the modules_quickassign UI.

    var $target = jQuery('[data-action=launch_quick_assign]:first');
      $target.on('click', function(el, ev) { 
      ev.stopPropagation(); 
      el.frogui_modules_quickassign(); 
    }.bind($target.get(0), $target));

    Is there anyway we can find out what the UI is to launch the Assignments Monitor and/or other modules if FrogLearn please?

  9. Hi Everyone,

    Our school have also been looking at SMH and liked it.  We have been trying to demonstrate that a lot of what can be done can also be done in Frog but are having to fill a lot of the gaps.  So far we have created a sandbox / code development site and have created a button to 'Create New Homework', a custom widget to show homework assigned by a member of staff and from a students view homework that has been assigned to them.  We are just looking at creating a button to launch the Assignment Monitor so staff have an overview of all work set in school.  This ticks most of the boxes for us.

    See attached.

    sandbox.png

    • Like 2
×
×
  • Create New...