PowerTeacher View Log Entry

411 views
Skip to first unread message

Keith Zamudio

unread,
Oct 29, 2015, 6:49:48 PM10/29/15
to ak-...@googlegroups.com
Hi,

My teachers are interested in having the ability to view all log entries that have been made on behalf of a student as well as go back and view/edit theirs. Any one doing this?
Here is an article <https://powersource.pearsonschoolsystems.com/exchange/view.action?download.id=92> I found in PowerSource, but it is a bit dated. 

My investigation leads me to believe that it is a customization.

Any info would be appreciated.

Thanks,
Keith Zamudio - Technology Director
Cordova School District
PO Box 1330
Cordova, Alaska 99574
Tech Office: 907-424-4654

---

CONFIDENTIALITY STATEMENT: This e-mail message contains information that may be confidential or privileged. If you are not the intended recipient, any dissemination, distribution, or copying of this message or any of its contents is strictly prohibited. If you have received this message in error, please contact the sender by e-mail or telephone at 907-424-4654.


Kyle Schneider

unread,
Oct 29, 2015, 6:58:59 PM10/29/15
to ak-...@googlegroups.com
We allow teachers to view certain information about log entries that they have submitted (i.e. the consequence) via that customization. It would be modifiable to allow them to view information about all log entries. We haven’t done that due to concerns about student privacy rights though. (Teachers can see all the information they have typed in and a consequence - not notes by admin things that didn’t originate with them.)

--

Kyle Schneider
Student Support Specialist
Southwest Region School District
PO Box 90
Dillingham, AK 99576
Phone: 907 842 8221
Fax: 907 842 5428

On Oct 29, 2015, at 2:49 PM, Keith Zamudio <kzam...@cordovasd.org> wrote:

Hi,

My teachers are interested in having the ability to view all log entries that have been made on behalf of a student as well as go back and view/edit theirs. Any one doing this?
Here is an article <https://powersource.pearsonschoolsystems.com/exchange/view.action?download.id=92> I found in PowerSource, but it is a bit dated. 

My investigation leads me to believe that it is a customization.

Any info would be appreciated.

Thanks,
<image[6].jpg>
Keith Zamudio - Technology Director
Cordova School District
PO Box 1330
Cordova, Alaska 99574
Tech Office: 907-424-4654

---

CONFIDENTIALITY STATEMENT: This e-mail message contains information that may be confidential or privileged. If you are not the intended recipient, any dissemination, distribution, or copying of this message or any of its contents is strictly prohibited. If you have received this message in error, please contact the sender by e-mail or telephone at 907-424-4654.



--
You received this message because you are subscribed to the Google Groups "AK PSUG" group.
To post to this group, send email to ak-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ak-psug.
<image[6].jpg>

Keith Zamudio

unread,
Oct 29, 2015, 7:14:17 PM10/29/15
to ak-...@googlegroups.com
Thanks, Kyle. We have set up our Power Teacher so that Log Entries can be made by any teacher and/or classified staff on any student. This led to the request below. Does the customization below work in the PS version 9? From the documentation, I gathered that the customization was less predictable starting with version 8.

Keith Zamudio - Technology Director
Cordova School District
PO Box 1330
Cordova, Alaska 99574
Tech Office: 907-424-4654

---

CONFIDENTIALITY STATEMENT: This e-mail message contains information that may be confidential or privileged. If you are not the intended recipient, any dissemination, distribution, or copying of this message or any of its contents is strictly prohibited. If you have received this message in error, please contact the sender by e-mail or telephone at 907-424-4654.

Kyle Schneider

unread,
Oct 29, 2015, 7:20:07 PM10/29/15
to ak-...@googlegroups.com
I haven’t had any problems with it.

If you look at the page source code, it’s using tlist_sql to build the information displayed.

This block returns all the discipline logs. Everyone’s discipline logs are id -100000. If you wanted every staff member to view any discipline logs that anyone else had submitted, remove "teacherid=~[x:userid];”. You could also get more fields back by adding more <td> columns with the corresponding field names.

<tr bgcolor="#edf3fe">~[tlist;log;studentid=~(curstudid);teacherid=~[x:userid];logtypeid=-100000;alternatecolor;nonemessage=No log entries were found for this student.;sortcmd;entry_date,&lt;]
<td>~([08]entry_date)</a></td> 
<td>~([08]entry_author)</td>
<td>~([08]entry)</a>
<td><div align="center">~([08]Subtype) </div>
<td><div align="center">~([08]Consequence) </div></tr>

This part returns dress code logs (the logtypeid controls what is being returned, and you could get different categories by changing that id):

<tr bgcolor="#FEEDFA">~[tlist;log;studentid=~(curstudid);teacherid=~[x:userid];logtypeid=5501;alternatecolor;nonemessage=No log entries were found for this student.;sortcmd;entry_date,&lt;]
<td>~([08]entry_date)</a></td> 
<td>~([08]entry_author)</td>
<td>~([08]entry)</a>
<td><div align="center">~([08]Subtype) </div>
<td><div align="center">~([08]Consequence) </div>
</tr>

--

Kyle Schneider
Student Support Specialist
Southwest Region School District
PO Box 90
Dillingham, AK 99576
Phone: 907 842 8221
Fax: 907 842 5428

On Oct 29, 2015, at 3:14 PM, Keith Zamudio <kzam...@cordovasd.org> wrote:

Thanks, Kyle. We have set up our Power Teacher so that Log Entries can be made by any teacher and/or classified staff on any student. This led to the request below. Does the customization below work in the PS version 9? From the documentation, I gathered that the customization was less predictable starting with version 8.

<image[7].jpg>
<image[7].jpg>

Robin Gage

unread,
Oct 29, 2015, 7:32:12 PM10/29/15
to ak-...@googlegroups.com

Yeah, that would be a pretty significant customization.  It would also be a pretty significant decision with how you manage your data.

 

I would agree with Kyle that teachers should only see the log entries that they created.  I would also say that teachers should not be able to edit, or delete for that matter, a log entry on their own.

 

Essentially creating a log entry is adding a piece of information to the student’s discipline file.  That is fine, that is part of their job, but editing it or removing it makes me nervous.  Creating this data should be easier than removing it.

 

For that reason I do a daily and weekly backup of our log entries just to make sure that we have a record of what a log entry said at a specific point in time, if it is changed or deleted later.

--

Robin Gage

PowerSchool Admin

Northwest Arctic Borough School District

907-442-1833

www.nwarctic.org

 

From: ak-...@googlegroups.com [mailto:ak-...@googlegroups.com] On Behalf Of Kyle Schneider
Sent: Thursday, October 29, 2015 2:59 PM
To: ak-...@googlegroups.com
Subject: Re: [AKPSUG] PowerTeacher View Log Entry

 

We allow teachers to view certain information about log entries that they have submitted (i.e. the consequence) via that customization. It would be modifiable to allow them to view information about all log entries. We haven’t done that due to concerns about student privacy rights though. (Teachers can see all the information they have typed in and a consequence - not notes by admin things that didn’t originate with them.)

__________ Information from ESET NOD32 Antivirus, version of virus signature database 12486 (20151029) __________

 

The message was checked by ESET NOD32 Antivirus.

 

http://www.eset.com

Keith Zamudio

unread,
Oct 29, 2015, 8:04:57 PM10/29/15
to ak-...@googlegroups.com
Thanks Robin. Your points are duly noted. We can blame Lance Westing for all this. :) Not completely. He sends his regards. Obviously, we need to proceed with care and caution.

Keith

From: Robin Gage <rg...@nwarctic.org>
Reply-To: <ak-...@googlegroups.com>
Reply all
Reply to author
Forward
0 new messages