Graham Quince Posted October 16, 2020 Posted October 16, 2020 This widget is the idea of John Parsons at Winston Churchill, but it's already gone into a few schools. Seems some students have figured out they can click the Hand-in button on an assignment and this removes the work from their To-Do list. Teacher can and do return the assignment to the pupils, re-opening it, but John wanted tutors and Heads-of-Year to be able to check on a child and get a report on all their assignments. While you can (sort-of) admire the thinking of these children, it's best if we can identify them and this widget takes care of that. https://www.frogeducation.com/community/frogcode/frogcode-showcase/assignmentactivity Notes: This widget uses the Select User widget to search for a student. You can find this in Widgets > Advanced. In order for this widget to work, the following Frog Developer Platform APIs must be enabled via Groups & Policies (either for the Staff Profile or a group)
ADT Posted October 17, 2020 Posted October 17, 2020 On 16/10/2020 at 12:56, Graham Quince said: This widget is the idea of John Parsons at Winston Churchill, but it's already gone into a few schools. Seems some students have figured out they can click the Hand-in button on an assignment and this removes the work from their To-Do list. Teacher can and do return the assignment to the pupils, re-opening it, but John wanted tutors and Heads-of-Year to be able to check on a child and get a report on all their assignments. While you can (sort-of) admire the thinking of these children, it's best if we can identify them and this widget takes care of that. https://www.frogeducation.com/community/frogcode/frogcode-showcase/assignmentactivity Notes: This widget uses the Select User widget to search for a student. You can find this in Widgets > Advanced. In order for this widget to work, the following Frog Developer Platform APIs must be enabled via Groups & Policies (either for the Staff Profile or a group) Open..... Closed but not both????
Graham Quince Posted October 26, 2020 Author Posted October 26, 2020 On 17/10/2020 at 20:10, ADT said: Open..... Closed but not both???? Two different searches I'm afraid.
ADT Posted October 26, 2020 Posted October 26, 2020 2 hours ago, Graham Quince said: Two different searches I'm afraid. How come @pconkiestudent assignment look up can do both? ?
Graham Quince Posted October 26, 2020 Author Posted October 26, 2020 Different API - which brings back information in a different format. Paul uses assignmentreports.getData which returns all the information he needs. I used the FDP's assignment.getAssigned which contains all the information I needed. If I was to use the other API, I would need to make further API calls - which would slow down the search and add strain to the server.
ADT Posted October 26, 2020 Posted October 26, 2020 1 hour ago, Graham Quince said: Different API - which brings back information in a different format. Paul uses assignmentreports.getData which returns all the information he needs. I used the FDP's assignment.getAssigned which contains all the information I needed. If I was to use the other API, I would need to make further API calls - which would slow down the search and add strain to the server. See your looks nicer and works on the page...... but Conkie does what I need it to!!! ? 1
gbligh Posted April 27, 2022 Posted April 27, 2022 Had a request today - could the widget be used with a group rather than an individual? For example, a head of year wants to type in 'Year 7' and see the whole year group at once. We tried the assignment monitor, but it crashes with a whole year group @Graham Quince
Graham Quince Posted April 28, 2022 Author Posted April 28, 2022 This widget uses the similar APIs - It's calling for an awful lot of data (every assignment for every student) and I suspect it would crash too. 1 1
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now