I am having difficulty sending a test score to the LMS (PeopleSoft ELMS.
Here is what I have . . .
I have a "Current Results" object (OBJ_170)on a Slide Frame after a short test (OBJ_166) on the previous frame.
I have added a "SET SCORE" action to an "afterdisplay" event for the "Current Results" object.
In completing the "SET SCORE" action popup, I have two issues I need some help with:
1.) I am uncertain of the syntax for the "Source" field. (I put "$OBJ_170.RawScore" but it doesn't seem to work.)[:(]
2.) I am uncertain of the syntax for "Score". Shouldn't this include a variable string rather than a fixed value?[:confused:]
3.) Should the "SET SCORE action be added instead to the test object at the "On Test End" event?
Any help on this is greatly appreciated.
-Bobby
Here are the lines in 1.xml
<events>
<oncomplete id="OBJ_170_1" type="actions">
<SET_SCORE pid="total" oid="$OBJ_170.rawScore" additive="replace" score="100"/>
</oncomplete>
</events>
I am having difficulty sending a test score to the LMS (PeopleSoft ELMS.
Here is what I have . . .
I have a "Current Results" object (OBJ_170)on a Slide Frame after a short test (OBJ_166) on the previous frame.
I have added a "SET SCORE" action to an "afterdisplay" event for the "Current Results" object.
In completing the "SET SCORE" action popup, I have two issues I need some help with:
1.) I am uncertain of the syntax for the "Source" field. (I put "$OBJ_170.RawScore" but it doesn't seem to work.)[:(]
2.) I am uncertain of the syntax for "Score". Shouldn't this include a variable string rather than a fixed value?[:confused:]
3.) Should the "SET SCORE action be added instead to the test object at the "On Test End" event?
Any help on this is greatly appreciated.
-Bobby
Here are the lines in 1.xml
<events>
<oncomplete id="OBJ_170_1" type="actions">
<SET_SCORE pid="total" oid="$OBJ_170.rawScore" additive="replace" score="100"/>
</oncomplete>
</events>