The new Flash SSI's method of knowing which course survey to deliver to the user is based on the ANGEL Course ID of the course it has been placed in. When a user opens the Flash SSI, it automatically checks the eCourse catalog database for a matching ANGEL Course ID to which it should assign the user's survey submission. If no match is found, it automatically creates a new course in the eCourse catalog database to store the survey submissions.
One of the greatest advantages of the new Flash SSI is the way it can automatically add a course if it doesn't yet exist in the eCourse catalog. We can use this feature to accommodate any "exception" to the normal pattern of "one SSI per online eCampus course." By simply changing the HTML code in the ANGEL SSI Survey we can great new survey result sets in the eCourse catalog database.
HEC-101 is an ANGEL course with three instructors who need an individual SSI for each instructor instead of one SSI for the whole course. Let's say its ANGEL Course ID is HEC101_0360. In the eCourse catalog Laurel Lynch can add three versions of the HEC-101 course. The only difference between them would be the instructor names and the ANGEL Course IDs. She would give them the following ANGEL Course IDs and the different instructors' names:
In the ANGEL course, instead of one SSI survey being added, three would be added (one for each instructor). Then the HTML code of each survey would be changed to reflect the ANGEL Course IDs that Laurel setup. When a student takes SSI survey #1 the submission would be recorded for the course HEC101_0360-Instructor1 and have its own result set in the system.
NOTE: This entire Part I process could be skipped and Part II (below) could be done by the Course Editor. The Flash SSI would automatically add the course with the ANGEL Course ID that was entered in place of the highlighted text on Step 4 of Part II. To reduce the risk of error and confusion, it is recommended that Laurel complete Part I before Part II is attempted.
sCOURSE_ID=$COURSE_ID$
sCOURSE_ID=newAngelIDTip: Due to limited space in the web form's textarea, you may want to copy the HTML code into Notepad, make your changes there, then copy it back into the ANGEL textarea
If you run into issues, consult the SSI help documentation first. If the trouble shooting guides there don't solve the issue, then contact your campus IT.