Is it possible to add this type of report to the Parent Portal so they can see what the immunization status is for their child? I am being asked to include this as a part of the Enrollment/Registration process, and am concerned about the coding necessary to place the information in the Form, as opposed to making the Immunization record available in the Parent Portal...
Thanks,
Ron
Adding this table to a page (I am of the opinion that this should be a new page- and you could post a link to this page) will give you the Semester grades:
Course#
Course Name
Term
Status
Percent
Grade
Earned Credit
Absences
~[tlist_sql;Select Course_Number a, course_name b, to_char(Cast(substr(termID,1,2) as number) +1990)||'-'||to_char(Cast(substr(termID,1,2) as number)-9) c,
'Completed' Status, Percent,Grade, EarnedCrhrs d, absences e
from storedGrades a
where (storeCode like('S%') or (schoolID =~(curschoolid) and storecode not like('Q%')))
and studentID = ~(curstudid)
order by 1,2,3;]
My parents used to see Standards Grades History while in the Parent Portal. Now its only displaying subject area & standard -- no score. I am using the most recent EPP!!
reyoung470
Tue, 10/30/2012 - 9:30am
Permalink
Student Health Immunization History
Is it possible to add this type of report to the Parent Portal so they can see what the immunization status is for their child? I am being asked to include this as a part of the Enrollment/Registration process, and am concerned about the coding necessary to place the information in the Form, as opposed to making the Immunization record available in the Parent Portal...
Thanks,
Ron
tabithaclark
Mon, 04/06/2015 - 12:51pm
Permalink
Did anyone every figure out
Did anyone every figure out how to accomplish immunization data on the parent portal?
niti9999
Tue, 09/03/2013 - 11:04pm
Permalink
we need also in parent portal
we need also in parent portal ALL stored grades, not only current year.
any news ?
babukoot
Wed, 01/01/2014 - 2:05pm
Permalink
Historical grades: semester only
Adding this table to a page (I am of the opinion that this should be a new page- and you could post a link to this page) will give you the Semester grades:
Course#
Course Name
Term
Status
Percent
Grade
Earned Credit
Absences
~[tlist_sql;Select Course_Number a, course_name b, to_char(Cast(substr(termID,1,2) as number) +1990)||'-'||to_char(Cast(substr(termID,1,2) as number)-9) c,
'Completed' Status, Percent,Grade, EarnedCrhrs d, absences e
from storedGrades a
where (storeCode like('S%') or (schoolID =~(curschoolid) and storecode not like('Q%')))
and studentID = ~(curstudid)
order by 1,2,3;]
~(a)
~(b)
~(c)
~(Status)
~(Percent)
~(Grade)
~(d)
~(e)
[/tlist_sql]
walshd@brookfie...
Wed, 09/09/2015 - 12:14pm
Permalink
Grade History
My parents used to see Standards Grades History while in the Parent Portal. Now its only displaying subject area & standard -- no score. I am using the most recent EPP!!
ndoughty
Fri, 12/11/2015 - 9:12am
Permalink
Standards Grades History
I'm in the same boat as "walshd" the storecodes and grades columns do not show. Just the Subject area and standard name.
Naomi Doughty
SIS Coordinator
mbates
Fri, 11/09/2018 - 7:34am
Permalink
same here
just subject area and standard name showing here too. No scores. Help?