Steps to edit the name of a Page in Card View.

Steps to edit the name of a Page in Card View.
(This lesson is for the 7.4.6.0 release.)
Two ways of viewing and working with your Project's Outline
The Page Structure shows the Sections on the Page, and their Rows, Groups and Elements.
The Story View Without Home Page theme is ideal for traditional eLearning and presentation-style content.
Easily move and re-order Sections, Rows, Groups and Elements within their respective container
NOTE: Programming changes made through JavaScript and CSS are not supported by the dominKnow support team.
Hi Team,
I want to modify the actor value, instead of student ID, the student name will inserted in the xapi statement.
file location scormcontent/index.html
var userId = ret.GetStudentID;
var actor = xAPIFunctions.getActor(userId);
var tcConfig = {
recordStores: ANALYTICS_RECORD_STORES
};
tc = new TinCan(tcConfig);
tc.getStatements({
params: function(){
var params = {
agent: new TinCan.Agent(actor), // i want to use the GetStudentName() value here
verb: new TinCan.Verb(
{
id: "http://www...
Controls over editing a page help ensure content is secure while supporting collaboration
Everything you do is automatically saved as you author, but sometimes you want to save for special reasons
Confirm
Comments ( 0 )
Sign in to join the discussion.