Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

36
Sharing Session on SEP

Transcript of Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Page 1: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Sharing Session on SEP

Page 2: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Accounts

Page 3: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Type of accounts: Students Teachers Parents Administrators

Page 4: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Creating accounts

(a) Student/Parent user accounts from WebSAMS or in the SEP system(b) Teacher user accounts from spreadsheet or in the SEP syste

m(C) Administrator user accounts in the SEP

Page 5: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Teacher user accounts REGNO ENNAME CHNAME SEX LOGINID PASSWORD DOB (optional)# Saved as the teacher.csv file

Page 6: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Extract student user accounts from WebSAMS

SELECT b.SCHYEAR, '#' || a.REGNO as REGNO, a.CLASSLVL, a.CLASSCODE, a.CLASSNO, a.ENNAME, a.CHNAME as CHNAME , a.SEX, 's' || a.REGNO as LOGINID, 's' || a.REGNO as PASSWORD, substr(DOB, 0, 10) as DOB FROM TB_STU_STUDENT as a, TB_STU_STUSCHREC as b where a.stuid = b.stuid AND a.CLASSLVL != '' and

a.CLASSNO != 0 AND b.schyear = 2004* Operation Manual (Section 3.3.5)

Page 7: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Student user accounts SCHYEAR REGNO CLASSLVL* CLASSCODE* CLASSNO ENNAME CHNAME SEX LOGINID PASSWORD DOB# Saved as the student.csv file

Page 8: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 9: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 10: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 11: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 12: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 13: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Notes Two Servers in one primary school (i.e. AM and PM)- Only upload one student file After updating the school year, all student user accounts could not be under any form or class group until the Administrator updates the accounts again

Page 14: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Student user accounts SCHYEAR REGNO CLASSLVL* CLASSCODE* CLASSNO ENNAME CHNAME SEX LOGINID PASSWORD DOB# Saved as the student.csv file

Page 15: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Password Notes the longer the password, the more difficult it is to guess. In a “medium level of security” system, the recommended password length is 6-8 characters Unique passwords for all user accounts.

Page 16: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Doing Survey

Page 17: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 18: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 19: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 20: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 21: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 22: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 23: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 24: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Set privilege problem

Page 25: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 26: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 27: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 28: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 29: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Troubleshooting

Page 30: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Health check

doing in the computer in which you install the SEP http:// localhost/sep/healthcheck.php

Page 31: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Health check

Page 32: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Apache Server

Checking whether Apache server is running or not

Page 33: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 34: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.
Page 35: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Materials download & Contact Information

http://www.emb.gov.hk/sep/eng/ http://www.emb.gov.hk/sep/chin/

Page 36: Sharing Session on SEP. Accounts Type of accounts: Students Teachers Parents Administrators.

Thank You