21 lines
1.2 KiB (Stored with Git LFS)
JavaScript
21 lines
1.2 KiB (Stored with Git LFS)
JavaScript
/* Tin Can configuration */
|
|
|
|
//
|
|
// ActivityID that is sent for the statement's object
|
|
//
|
|
TC_COURSE_ID = "http://vQpvCzMFlD8dZb6SOAx_x5CzzN9ydLB6_rise"
|
|
|
|
//
|
|
// CourseName for the activity
|
|
//
|
|
TC_COURSE_NAME = {
|
|
"en-US": "Emma und Ayla campen durch Amerika - Abschluss"
|
|
};
|
|
|
|
//
|
|
// CourseDesc for the activity
|
|
//
|
|
TC_COURSE_DESC = {
|
|
"en-US": "<p><span style="color: rgb(0, 0, 0);"><strong>Herzlich willkommen!</strong></span></p><p><span style="color: rgb(0, 0, 0);"><br></span></p><p><span style="color: rgb(0, 0, 0);">Emma Durand und Ayla Yilmaz planen eine Reise im Camper durch Amerika. Du hast mit ihnen die Versicherungssituation in allen Aspekten analysiert und eine L&ouml;sung erarbeitet, jetzt geht es um den <strong>Abschluss</strong>. Was geh&ouml;rt alles dazu, wie gehst du vor?</span></p><p><span style="color: rgb(0, 0, 0);"><br></span></p><p><span style="color: rgb(0, 0, 0);"><strong>Viel Erfolg!</strong></span><span style="color: rgb(228, 79, 59);"><strong>&nbsp;</strong></span></p>"
|
|
};
|