Jump to content

All Activity

This stream auto-updates

  1. Last week
  2. What?! You haven't signed up to our new features webinar yet? View the full article
  3. What?! You haven't signed up to our new features webinar yet? We've got one on Tuesday 22nd at 3.45pm and on Wednesday 23rd at 1.00pm! This is your chance to see the fantastic new features we’ve been working on including what is about to be released, what is currently being worked on and what's in the pipeline.. Register to attend Register to attend
  4. Earlier
  5. With Year 9 students soon to choose their Key Stage 4 options, have you explored our Options portal template yet? This site should be considered an online booklet and is designed to make the selection process seamless for you and engaging for the students. Each subject can have its own dedicated page, which can be as interactive as you like, complete with key questions and career information. View the full article
  6. World Space Week is celebrated from 4th to 10th October and is the perfect opportunity for students and teachers to explore the wonders of the universe. We’ve created a site packed full of out of this world facts and data to help captivate your students imaginations. View the full article
  7. World Space Week is celebrated from 4th to 10th October and is the perfect opportunity for students and teachers to explore the wonders of the universe. We’ve created a site packed full of out of this world facts and data to help captivate your students imaginations. View the full article
  8. We’re so excited to confirm that on Tuesday 22nd and Wednesday 23rd October, we’ll be hosting two live webinars to showcase the fantastic new features we’ve been working on over the past few months! (Apologies if you have already had an email like this - something went wrong with our email delivery system and incorrect information was included on the last email!) View the full article
  9. We’re so excited to confirm that on Tuesday 22nd and Wednesday 23rd October, we’ll be hosting two live webinars to showcase the fantastic new features we’ve been working on over the past few months! View the full article
  10. We’re so excited to confirm that on Wednesday, 23rd October, we’ll be hosting a live webinar to showcase the fantastic new features we’ve been working on over the past few months! View the full article
  11. We hope everyone had an awesome break and got a chance to relax and recharge. We’re excited to kick off a brand-new school year with you all! View the full article
  12. Hi @gbligh Unfortunately, the data viewer will show all results. If you put the quiz into Exam Mode, this will disable the games.
  13. Thanks @Graham Quince - is there a way to turn off the games for staff, but still allow them to see what they got right and wrong? Also, will the data viewer only show their submissions?
  14. Depending on what settings you've set for you quiz (e.g. not in exam mode) staff should be able to see an immediate summary of how well they've done: They also see on the page the last attempt percentage: And if you add the Data Viewer to a page, they can see all the results: What you do not get is a Class Report / Quiz Report. That's limited to assignments only and you cannot set assignments to teachers. If you need to assess teachers, then maybe a form would be a better option. It won't do the marking, but you'd get the detailed answers;
  15. OK sorry! The holidays are not quite here... But we wanted to say to all of you have a fantastic break! We are available throughout the summer if you do need any support; you can contact us via the normal channels. View the full article
  16. Can staff complete a quiz and then see their report? @Graham Quince
  17. To use your own image, upload it in the File settings options and at the bottom of the icon dropdown, there's an option for custom. Unfortunately due to the way Frog is coded, you cannot use the custom image for an uploaded file. Widgets only allow one file uploader. (I suppose you could upload the file elsewhere, then use the internet link option)
  18. I am probably being silly ... how do I add our own image as the button?! @Graham Quince
  19. To ensure your Frog platform works smoothly as possible in the new academic year, here’s a reminder of the tasks you should work through on your platform: View the full article
  20. Inspired by the dashboards like Greenshaw, I've put together a new widget to make it slightly easier to create an icon driven menu. Image button (suggestions welcomed for a better name) comes preloaded with the icons available in the digital downloads section of the community. You can also upload your own images. https://www.frogeducation.com/frogstore/widget/image-button
  21. The simplest way to find a Form's UUID is to add the following code to an HTML widget: <div class="form_list"></div> <script> var htmlWidget = arguments[0]; var formList = htmlWidget.find('.form_list'); var site = htmlWidget.closest('.sites_core'); var siteUUID = site[0].children[0].children[0].dataset.siteUuid; Frog.Model.api('dataviewer.getlist', { // look at all forms on the site module: 'form', current_user_only: 'true', site_uuid: siteUUID }).done(function(allFormsResponse) { $.each(allFormsResponse.data, function(index,form) { formList.append( '<li><b>'+form.title+ ' UUID:</b> '+index+'<br><br></li>' ); }) }).fail(function(e) { // Report Error Frog.Controller.prototype.growl('Failed to find forms.','HTML widget','app-name',{time:5000, icon: 'sites/widget/'+self.packageID+'/icon.png'}); }); </script>
  22. We might be able to adapt the Parents Evening widget, but it is coded for times - rather than a seat. But a single form, set to Single Submission might work here.
  23. Using this link: https://www.frogeducation.com/frogstore/widget/link-page-lozenge - the blue button on this page: https://www.frogeducation.com/download_file/e8ae4496-abb9-45b6-9efb-10f4a11a0b2c/3990
  1. Load more activity
×
×
  • Create New...