LM_TRACK_STUDNT(SQL Table) |
Index Back |
---|---|
Student Tracking in e-Learningused in AICC/SCORM, for tracking student progress for online classes |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | LM_PERSON_ID | Number(15,0) | DECIMAL(15) NOT NULL |
ELM Person ID
Prompt Table: LM_PERSON |
2 | LM_ENRLMT_ID | Number(10,0) | DECIMAL(10) NOT NULL | Enrollment ID |
3 | LM_LC_ID | Number(10,0) | DECIMAL(10) NOT NULL | Learning Component ID - Blended Learning |
4 | LM_SCO_ID | Character(200) | VARCHAR2(200) NOT NULL | A system id for the launchable SCOs or AUs, determined by the content provider |
5 | LM_ACT_ID | Number(10,0) | DECIMAL(10) NOT NULL | Activity ID |
6 | LM_LSN_LOC | Long Character(2000) | VARCHAR2(2000) | Lesson location or a book mark in the lesson |
7 | LM_LSN_CREDIT | Character(1) | VARCHAR2(1) NOT NULL |
Lesson credit i either
C: credit or (default)
N:no-Credit
C=Credit N=No Credit Default Value: C |
8 | LM_LSN_STAT | Character(1) | VARCHAR2(1) NOT NULL |
Lesson current Status. values:
P:passed
C:completed
F:failed
I:incomplete
B:browsed
N:not attempted
B=Browsed C=Completed F=Failed I=Incomplete N=Not Attempted P=Passed Default Value: N |
9 | LM_SCORE_RAW | Character(7) | VARCHAR2(7) NOT NULL | Score Raw |
10 | LM_SCORE_MIN | Character(7) | VARCHAR2(7) NOT NULL | Score Min |
11 | LM_SCORE_MAX | Character(7) | VARCHAR2(7) NOT NULL | Score Max |
12 | LM_TOTAL_TIME | Time(15) | TIMESTAMP | Total time spent by the student in this lesson |
13 | LM_SES_TIME | Time(15) | TIMESTAMP | Total time spent by the student in this lesson |
14 | LM_LSN_ENTRY | Character(1) | VARCHAR2(1) NOT NULL |
SCORM Lesson current entry Status.These values are also being used for AICC Status Flags.
values:
a:ab initio
r: resume
N;or nothing(blank)
A=ab-initio N=Normal R=Resume Default Value: N |
15 | LM_LSN_MODE | Character(1) | VARCHAR2(1) NOT NULL |
Lesson Mode
B:browse
R:review
N:normal
B=Browse N=Normal R=Review Default Value: N |
16 | LM_LNCH_DATA | Number(10,0) | DECIMAL(10) NOT NULL | Lesson Launch data |
17 | LM_SUSP_DATA | Number(10,0) | DECIMAL(10) NOT NULL | Lesson location or a book mark in the lesson |
18 | LM_EXIT_RSN | Character(1) | VARCHAR2(1) NOT NULL |
Lesson Exit Reason
T;
S;
L;
N
L=Logout N=Normal S=Suspend T=Timeout Default Value: N |
19 | LM_LSN_CMNTS | Number(10,0) | DECIMAL(10) NOT NULL | Lesson Comments |