Quick Students Stats Page V 2.0.1

Quick Students Stats Page

For Premier 5.2 or higher

This set of pages allows a user to get a quick look into the student’s current school grades statistics.

The 1st graph shows is a pie chart of the selected students daily attendance, the chart will show Present, Absent and Tardy totals, based on your attendance code setup.

The 2nd graph shows the current (not stored) students grades using current term display and the corresponding classes’ averages. The graph will only show classes that are set to be stored.

The 3rd graph shows the current (not stored) students grades using current term display and the corresponding course averages. The graph will only show classes that are set to be stored.

The 4th item (admin only) shows the last time the students classes grades where modified. Only shows classes that are stored.

Version History

V 2.0.1 (10/8/2008)
-Fixed error with section and course averages.
Files Updated CurCourseGrades.xml and CurGrades in Admin and Teachers folder.

V 2.0.1 is for PowerSchool 5.2 to 5.2.0.7
V 2.0.2 is for PowerSchool 5.2.0.9 and above

0
Your rating: None

Comments

Hi Brian, For some reason

Hi Brian,

For some reason the class averages for only 1 class per kid (seems to be a random class) is wrong. Under course averages one class always seems to have the same value 30.99? And under section class average (again only one class) has a 0 average... I looked at the XML files and I can't seem to figure out why this is. Any ideas?

Period Attendance

Hi Brian,

Nice job with this... I was wondering if the XML file can be changed to use the Attendance Conversion to accomodate Period attendance as well as daily. We use both in our district (Period for the high school and daily for everything else).

Student Stats

I am only getting the 1st graph (daily attendance) and the 4th item for admin and only the 1st graph (daily attendance)for teachers at the Middle School and elementary schools. What am I missing?

It works perfectly at the High School and Jr High.

Great add on!

Thanks,
Sherrie

Meeting Attendance

Is there a way to switch the pie chart to meeting attendance totals? Our School is a big fan of this customization. Thanks a lot.

-Guy

Can't Get Grades Last Updated

I can get all to work except Grades Last Updated ... no data shows up. I did the "fix" for the others and that worked for them, but ... any ideas on why it may not be showing?

Sue Thomas
Park City, UT

Re: Can't Get Grades Last Updated

Could you let me know if there is a error on the server after loading the page? Also make sure you are using the newest version for the version of PowerSchool you are using.

Brian Andle

Still can't get grade last

Still can't get grade last updated ... anymore thoughts?

Sue Thomas
Park City, UT

Can't Get Grades Last Updated

I was checking the report with my high school (10-12) ... that's where I'm missing the 2nd and 3rd graphs. BUT, if I run it for middle or jr. high, everything shows up. Went back to the actual page and deleted the ~[if.grade_level>=6] That brought back 2nd and 3rd graphs but am missing grades last updated again.

if.grade_level>=6

Changed the 6 to 1 and your grades 10-12 will work.

Jennifer Bocrie
Goochland, VA
PS 5.2.0.9
Mac 10.4.11

Can't Get Grades Last Updated

Hello, Brian

No error on server ... I'm on 5.2.0.9.0105. Had downloaded version 2.0.1 of the Student Stats page; saw a version 2.0.2 today and tried that. Now I get the Grades Last Updated, but have "lost" the 2nd and 3rd graphs. Sorry if I'm missing something obvious.

Sue Thomas
Park City, UT

Thanks again!!

Just wanted to post again to thank you Brian for finally coming up with an AWESOME use of the Fusion Charts technology!

Charts broken by 5.2.0.9

It looks like FusionCharts were upgraded in 5.2.0.9 and this great page is now broken.

Easily fixed by using the new chart names (remove FC_2_3_ from the beginning of the name).

Example of old name:
EMBED src="/flash/FC_2_3_MSColumn2D.swf"

Example of new name:
EMBED src="/flash/MSColumn2D.swf"

So go through stustats.html and update all the names to get it working again. Thanks for these great charts Brian.

Graphs displaying

Oddly enough, I changed the grade level to 2, since we give number grades down to 2nd grade. This works perfectly at the elementary, and middle grades, but something happens when I get to the high school. Only 9th grade works. 10th-12th only show the attendance graph.
The class listing/last modified (4th item) is now not showing up at any of the schools.

Jennifer Bocrie
Goochland, VA
PS 5.2
Mac 10.4.11

Graphs displaying

Please make sure you are using the newest download. I'm not sure what would make the class last up date not work, that is the simplest query on the page. You may want to check your server for errors.

Brian Andle

Graphs not displaying in grades 10-12

We are having the same problem Brian. Do you have any ideas on how to fix this?

Re: Graphs not displaying in grades 10-12

Have you upgraded to version 5.2.0.9? If so this is the problem. I need to post a new set of files for 5.2.0.9 and above. There is a fix listed in the comments.

Easily fixed by using the new chart names (remove FC_2_3_ from the beginning of the name).

Example of old name:
EMBED src="/flash/FC_2_3_MSColumn2D.swf"

Example of new name:
EMBED src="/flash/MSColumn2D.swf"

Brian

I followed these

I followed these instructions, but grades 10-12 still don't show. What to do? My College Counselor really wants to use this!
Rebecca

Averages seem to include historical grades

One of our users noted that the class and course averages (the ones that the student's grades are compared against) seem to include historical grades as well as current term grades. He specifically noted that students in his class have their "compared to" class and course averages HIGHER than any current student's grade (in other words no student in his class has a current average above a 90 but the class and course averages showed an average above 90). While he didn't actually pull all historical grades and do the math, it would seem that additional grades are being included in the comparison. Any thoughts?

Re: Averages seem to include historical grades

I just posted 2.0.1, I bet it fixes that error that you are seeing.

Meeting Attendance

Could the data look at code to calculate the absences and translate into a pie chart by term?

Plans for period attendance?

The page is awesome! Any chance on adding the option to do period attendance?

Re: Plans for period attendance?

At the moment no, I'm not sure how I would layout a chart. If it looked at all the periods I think it would be very confusing.

Brian Andle

It's really no different

It's really no different from daily when it comes to the display . . . just take the number of periods absent, tardy, and present and make the chart out of that.

Graphs displaying

Brian, this is great! The daily attendance pie chart and class modification information is showing up perfectly. For some reason the 2 other graphs are not showing. I've tried in Firefox and Safari. Any thoughts?

Jennifer Bocrie
Goochland, VA
PS 5.2
Mac 10.4.11

Re: Graphs displaying

What grade level are you trying to display? I accidentally left a if statement that only shows the graph if the grade_level of the student it equal to or greater then 6. I will re post a version with out this and make the appropriate comments in the documentation.

For now, in the stustats.html files you will see a ~[if.grade_level>=6] change the grade level to the lowest grade that does percentage based grading.

Brian Andle

graphs not displaying

I removed the if statement entirely and now it works.
Thanks again.
Rebecca

Syndicate content Syndicate content