Sep 25, 2018 04:32 PM
Hello all, I would love some advice on a function I am experimenting with. I’m trying to build a system where I can generate student progress reports for a private high school by leveraging linked records and the “Pages” block.
In my experiment I have three tables: Student List, Course List, Grades (see below).
The Student List is linked to the Course List. I can “enroll” students in courses with the linked record, which allows me to display their courses on a “Page” block, which will generate progress reports (below).
The tricky part comes in with GRADES. In my third table I have student grades, where a teacher could input grades using a form. The “Course List” field is linked to the course list table (so teachers can select the course), and the “Student Name” is linked to the Student table (so teachers can select the student). The grade is the catch. If I lookup grades in any other table, it displays grades for ALL linked records in the class.
What I’d really like is a linked record that pulls in the grade contingent upon the Course it is assigned to (so I can put it in the linked record table in the block, which is AWESOME, Airtable!) In the image below, you can see that my record linking pulls in ALL grades for the linked course, irrespective the student name (below)
Any suggestions out there?!
Sep 25, 2018 09:18 PM
Wild guess here, haven’t put much thought into it, but what if you created a new View in the Grades table that did a Group By Student and then did the Page Designer based off that?
Sep 26, 2018 02:41 AM
The only place where you have grades one by one is the Grades table, so you have to add that Linked Record field table to the Page (not de Courses one), and of course add the Teacher data as a Lookup field to the Grades table. You want this?
Even more, the Courses enrolled should come from the Grades table (I’d call it something like Coursing, Learnings, …). Now you have 2 different sources for this student-course relation:
This is correct if the ‘enrollment’ is not related with the grading, but if not, it should be just one relation (in the Grades/Studing/Learnings/Enrollments/whatever table).
My tables:
Sep 27, 2018 04:01 PM
Elias,
Thank you for the explanation. I was missing that little link, pulling the information from my Students table rather than the Grades table. That did what I needed it to!
Aug 23, 2023 01:48 AM
I know this is an old post but looking for a similar solution. Is there someone who could assist me? 🙂