Jump to content

Auto Direct


ADT

Recommended Posts

Afternoon.... Is there such thing as an auto direct in FrogLearn...  logon then it loads a specific site for a specific year group automatically... We are working on an online bridging course for next years Yr 12!!  ?

@adamw Quincy is skiving and he said to ask you!!  Said you wouldn't be up to much so would have the time to looking to this...... ?

Link to comment
Share on other sites

Would this work for you because we already have this set up for Y11:

Add your Bridging course as a new dashboard for students (assumes you have some spare dashboards)

Add html widget to first student dashboard (I’ll supply some code to make it trigger the transition to the new dashboard) and use the rules to make this visible only to students in year 11 so other students stay on the main dash.

Link to comment
Share on other sites

10 hours ago, pconkie said:

Would this work for you because we already have this set up for Y11:

Add your Bridging course as a new dashboard for students (assumes you have some spare dashboards)

Add html widget to first student dashboard (I’ll supply some code to make it trigger the transition to the new dashboard) and use the rules to make this visible only to students in year 11 so other students stay on the main dash.

That might do the job..... As always Conkie to the rescue!! ?

Link to comment
Share on other sites

Stick this in a html widget on the main student dashboard.

Use rules to display it only to the year group you want to auto direct.

<Script>
  $( "li.os-desktop-navigation-spot[data-original-title='GCSE Revision Site']" ).trigger( "click" );
</Script>

Change the 'GCSE Revision Site' bit to match the name of the dashboard you want them to auto direct to. There must be a dashboard with correct name otherwise it will silently fail.

  • Thanks 1
Link to comment
Share on other sites

3 hours ago, pconkie said:

Stick this in a html widget on the main student dashboard.

Use rules to display it only to the year group you want to auto direct.


<Script>
  $( "li.os-desktop-navigation-spot[data-original-title='GCSE Revision Site']" ).trigger( "click" );
</Script>

Change the 'GCSE Revision Site' bit to match the name of the dashboard you want them to auto direct to. There must be a dashboard with correct name otherwise it will silently fail.

Thanks mate....  I’ll give it a go tomorrow!!!  Hope alls well with you and yours!!! And you’re not slowly going insane trying to homeschool your own kids..... ?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...