Jump to content

Cam_liddell

Members
  • Posts

    13
  • Joined

  • Last visited

Everything posted by Cam_liddell

  1. I’m currently developing a product aimed at supporting student wellbeing and meeting Special Educational Needs (SEN) requirements. A key feature is a real-time tracking system for students who are out of lessons, whether they’re in the medical bay, with the SEN team, the year team, or any other designated area. Alongside this, the system provides essential context and strategies to help staff effectively support individual students in the classroom. The platform is designed to integrate with any MIS and addresses several gaps commonly found in existing systems, including: A flexible student lobbying system Extra-curricular attendance tracking Bespoke SEN plans with tailored teaching strategies Medical condition tracking and diagnosis pathway visibility Access arrangement management APDR (Assess, Plan, Do, Review) cycle tracking for EHCP evidence Intervention tracking and cost management for SEN and Pupil Premium students And much more, all focused on giving educators the information and tools they need to better support their students. I'm hoping to have it out during the next academic year.
  2. What about a simple solution for the G-Suite users. Google Calendar with event notifications.
  3. We just set up some Raspberry Pis to replace our xibo system. Really quick and easy to setup. Download Screenly OSE (Free open source version) Flash SD card with Screenly image. Power up Pi with network cable. Navigate to IP address provided by Raspberry Pi GUI. Manage contents of screen on web dashboard. We use a combination of google slides and static images for posters. For the posters we set an expiry date which will stop that asset from being shown after a specific point. We also placed a few google scripts into the slides to automate some calendar events, which keeps the information on the screen relevant.
  4. I'm not well versed with Google API. However, I think there is a status for classes that are "Active" instead of those that are deleted.
  5. Never had to do it, but my head goes to using an rtmp stream. OBS to stream it Linux server with an rtmp handler (nginx with an rtmp module will do) VLC to watch it. All free.
  6. We just migrated from SLG to Edulink which includes a portable register feature. Allows our staff to do registers etc from an app or web browser.
  7. Yes, we had that issue blocking %SystemRoot%\System32\Utilman.exe for everyone does solve that. Whilst using %SystemRoot%\System32\EaseofAccessDialog.exe with restricted access to specific users means you can still change it whilst the user is logged in. Which will allow shortcuts such as alt+shift+printscreen to work.
  8. Just building on this, we ran into this issue as well. Instead of blocking Everyone we decided to only allow administrators and those in a specific security group. This allows you to be able to add specific people who might need those Ease of Access controls for a legitimate reason.
  9. I would take a closer look at your power supply and reseat all the connections. Edit: Asus motherboards tend to be pretty good, they tend to allow bios flashbacks etc even without a cpu installed so. My guess would be that the power supply is an issue. To check this, you would need to jump the PSU and see if it's fans spin.
  10. Yes, the PC should get power and your fans etc should start spinning. Depending on your motherboard you might get some error codes either through the audio beeps or a OSD on the motherboard itself. I would double check the power supply actually works. Do you know what motherboard it is you have? Does the motherboard itself have a power button to test.
  11. Just a thought, because they will be using iPads. You could use data validation as well so that it will create a drop down box with the options they need. That would make it easier for you and for them.
  12. Depends on how you have your spreadsheet, probably not the most elegant solution but it would work. [TABLE=width: 0] [TR] [TD]Pos.[/TD] [TD]Name[/TD] [TD]Points[/TD] [/TR] [TR] [TD]1st[/TD] [TD]Student[/TD] [TD=align: right]3[/TD] [/TR] [TR] [TD]2nd[/TD] [TD]Student 2[/TD] [TD=align: right]2[/TD] [/TR] [TR] [TD]3rd[/TD] [TD]Student 3[/TD] [TD=align: right]1[/TD] [/TR] [/TABLE] Formula = =if(A2="1st",3,if(A2="2nd",2,if(A2="3rd",3))) Or you could use a vlookup. Where you would have a table of positions and points like so. [TABLE=width: 0] [TR] [TD]Position[/TD] [TD]Points[/TD] [/TR] [TR] [TD]1st[/TD] [TD=align: right]5[/TD] [/TR] [TR] [TD]2nd[/TD] [TD=align: right]4[/TD] [/TR] [TR] [TD]3rd[/TD] [TD=align: right]3[/TD] [/TR] [TR] [TD]4th[/TD] [TD=align: right]2[/TD] [/TR] [TR] [TD]5th[/TD] [TD=align: right]1[/TD] [/TR] [/TABLE] Then use the formula such as this =vlookup(A2,$E$2:$F$6,2,0). A2 being the position and E2:F6 being the table to look up what that position is worth. [TABLE=width: 0] [TR] [TD]Pos.[/TD] [TD]Name[/TD] [TD]Points[/TD] [/TR] [TR] [TD]1st[/TD] [TD]Student[/TD] [TD]5 [/TD] [/TR] [/TABLE] Hope this helps in some way.
×
×
  • Create New...