` // > CustomCode.finalcompute:3
// let code2 = `` // > CustomCode.finalcompute:4
//let code = `` // > CustomCode.finalcompute:5
//let code2 = `` // > CustomCode.finalcompute:6
// left21CC = code // > CustomCode.finalcompute:7
// right21CC = code2 // > CustomCode.finalcompute:8
// left21CC = "" // > CustomCode.finalcompute:9
// right21CC = "" // > CustomCode.finalcompute:10
var temp = Number(futureSkillScore[1]) // > CustomCode.finalcompute:11
var passingmark = 0.58 // > CustomCode.finalcompute:12
var maxmarks = 6 // > CustomCode.finalcompute:13
var leftColumnTexts = ["Your Strengths
"]; // > CustomCode.finalcompute:14
var rightColumnTexts = ["What you can work on
"]; // > CustomCode.finalcompute:15
// > CustomCode.finalcompute:16
var skillsInSection = [ // > CustomCode.finalcompute:17
null, // > CustomCode.finalcompute:18
3, // > CustomCode.finalcompute:19
2, // > CustomCode.finalcompute:20
1, // > CustomCode.finalcompute:21
2, // > CustomCode.finalcompute:22
2, // > CustomCode.finalcompute:23
1, // > CustomCode.finalcompute:24
1, // > CustomCode.finalcompute:25
1, // > CustomCode.finalcompute:26
1, // > CustomCode.finalcompute:27
1, // > CustomCode.finalcompute:28
4, // > CustomCode.finalcompute:29
3 // > CustomCode.finalcompute:30
]; // > CustomCode.finalcompute:31
// > CustomCode.finalcompute:32
var skillName = [ // > CustomCode.finalcompute:33
null, // > CustomCode.finalcompute:34
"National Identity & Awareness", // > CustomCode.finalcompute:35
"Active Community Life", // > CustomCode.finalcompute:36
"Global Awareness", // > CustomCode.finalcompute:37
"Cross-Cultural Awareness", // > CustomCode.finalcompute:38
"Inventive Problem Solving", // > CustomCode.finalcompute:39
"Sound Reasoning & Decision Making", // > CustomCode.finalcompute:40
"Metacognition", // > CustomCode.finalcompute:41
"Resilience & Adaptability", // > CustomCode.finalcompute:42
"Communication", // > CustomCode.finalcompute:43
"Collaboration", // > CustomCode.finalcompute:44
"Information Management", // > CustomCode.finalcompute:45
"Information Processing" // > CustomCode.finalcompute:46
]; // > CustomCode.finalcompute:47
// > CustomCode.finalcompute:48
for (var i = 1; i <= 12; i++) { // > CustomCode.finalcompute:49
if ((+futureSkillScore[i]) > passingmark * maxmarks * skillsInSection[i]) { // > CustomCode.finalcompute:50
leftColumnTexts.push(skillName[i].replace("&", "&")); // > CustomCode.finalcompute:51
} else { // > CustomCode.finalcompute:52
rightColumnTexts.push(skillName[i].replace("&", "&")); // > CustomCode.finalcompute:53
} // > CustomCode.finalcompute:54
} // > CustomCode.finalcompute:55
// > CustomCode.finalcompute:56
left21CC = leftColumnTexts.join("
"); // > CustomCode.finalcompute:57
right21CC = rightColumnTexts.join("
"); // > CustomCode.finalcompute:58
// > CustomCode.finalcompute:59
var leftPanel = document.getElementById("Left"); // > CustomCode.finalcompute:60
var rightPanel = document.getElementById("Right"); // > CustomCode.finalcompute:61
leftPanel.innerHTML = left21CC; // > CustomCode.finalcompute:62
rightPanel.innerHTML = right21CC; // > CustomCode.finalcompute:63
} // > CustomCode.finalcompute:64
/* // > CustomCode.finalcompute:65
if (temp>passingmark*maxmarks*3) { // > CustomCode.finalcompute:66
//alert() // > CustomCode.finalcompute:67
left21CC = left21CC + "National Identity & Awareness" // > CustomCode.finalcompute:68
//left21CC = 5; // > CustomCode.finalcompute:69
} // > CustomCode.finalcompute:70
else if (temp CustomCode.finalcompute:71
right21CC = right21CC + "National Identity & Awareness" // > CustomCode.finalcompute:72
} // > CustomCode.finalcompute:73
//2 // > CustomCode.finalcompute:74
if (Number(futureSkillScore[2])>passingmark*maxmarks*2) { // > CustomCode.finalcompute:75
left21CC = left21CC +"
"+"Active Community Life" // > CustomCode.finalcompute:76
} // > CustomCode.finalcompute:77
else if (Number(futureSkillScore[2]) CustomCode.finalcompute:78
right21CC = right21CC +"
"+"Active Community Life" // > CustomCode.finalcompute:79
} // > CustomCode.finalcompute:80
//3 // > CustomCode.finalcompute:81
if (Number(futureSkillScore[3])>passingmark*maxmarks) { // // > CustomCode.finalcompute:82
left21CC = left21CC +"
"+"Global Awareness" // > CustomCode.finalcompute:83
} // > CustomCode.finalcompute:84
else if (Number(futureSkillScore[3]) CustomCode.finalcompute:85
right21CC = right21CC +"
"+"Global Awareness" // > CustomCode.finalcompute:86
} // > CustomCode.finalcompute:87
//4 // > CustomCode.finalcompute:88
if (Number(futureSkillScore[4])>passingmark*maxmarks*2) {// // > CustomCode.finalcompute:89
left21CC = left21CC +"
"+"Cross-Cultural Awareness" // > CustomCode.finalcompute:90
} // > CustomCode.finalcompute:91
else if (Number(futureSkillScore[4]) CustomCode.finalcompute:92
right21CC = right21CC +"
"+"Cross-Cultural Awareness" // > CustomCode.finalcompute:93
} // > CustomCode.finalcompute:94
//5 // > CustomCode.finalcompute:95
if (Number(futureSkillScore[5])>passingmark*maxmarks*2) { // > CustomCode.finalcompute:96
left21CC = left21CC +"
"+"Inventive Problem Solving" // // > CustomCode.finalcompute:97
} // > CustomCode.finalcompute:98
else if (Number(futureSkillScore[5]) CustomCode.finalcompute:99
right21CC = right21CC +"
"+"Inventive Problem Solving" // > CustomCode.finalcompute:100
} // > CustomCode.finalcompute:101
//6 // > CustomCode.finalcompute:102
if (Number(futureSkillScore[6])>passingmark*maxmarks) { // // > CustomCode.finalcompute:103
left21CC = left21CC +"
"+"Sound Reasoning & Decision Making" // > CustomCode.finalcompute:104
} // > CustomCode.finalcompute:105
else if (Number(futureSkillScore[6]) CustomCode.finalcompute:106
right21CC = right21CC +"
"+"Sound Reasoning & Decision Making" // > CustomCode.finalcompute:107
} // > CustomCode.finalcompute:108
//7 // > CustomCode.finalcompute:109
if (Number(futureSkillScore[7])>passingmark*maxmarks) { // > CustomCode.finalcompute:110
left21CC = left21CC +"
"+"Metacognition" // > CustomCode.finalcompute:111
} // > CustomCode.finalcompute:112
else if (Number(futureSkillScore[7]) CustomCode.finalcompute:113
right21CC = right21CC +"
"+"Metacognition" // > CustomCode.finalcompute:114
} // > CustomCode.finalcompute:115
//8 // > CustomCode.finalcompute:116
if (Number(futureSkillScore[8])>passingmark*maxmarks) { // > CustomCode.finalcompute:117
left21CC = left21CC +"
"+"Resilience & Adaptability" // > CustomCode.finalcompute:118
} // > CustomCode.finalcompute:119
else if (Number(futureSkillScore[8]) CustomCode.finalcompute:120
right21CC = right21CC +"
"+"Resilience & Adaptability" // > CustomCode.finalcompute:121
} // > CustomCode.finalcompute:122
//9 // > CustomCode.finalcompute:123
if (Number(futureSkillScore[9])>passingmark*maxmarks) { // > CustomCode.finalcompute:124
left21CC = left21CC +"
"+"Communication" // > CustomCode.finalcompute:125
} // > CustomCode.finalcompute:126
else if (Number(futureSkillScore[9]) CustomCode.finalcompute:127
right21CC = right21CC +"
"+"Communication" // > CustomCode.finalcompute:128
} // > CustomCode.finalcompute:129
//10 // > CustomCode.finalcompute:130
if (Number(futureSkillScore[10])>passingmark*maxmarks) { // > CustomCode.finalcompute:131
left21CC = left21CC +"
"+"Collaboration" // > CustomCode.finalcompute:132
} // > CustomCode.finalcompute:133
else if (Number(futureSkillScore[10]) CustomCode.finalcompute:134
right21CC = right21CC +"
"+"Collaboration" // > CustomCode.finalcompute:135
} // > CustomCode.finalcompute:136
//11 // > CustomCode.finalcompute:137
if (Number(futureSkillScore[11])>passingmark*maxmarks*4) { // > CustomCode.finalcompute:138
left21CC = left21CC +"
"+"Information Management" // > CustomCode.finalcompute:139
} // > CustomCode.finalcompute:140
else if (Number(futureSkillScore[11]) CustomCode.finalcompute:141
right21CC = right21CC +"
"+"Information Management" // > CustomCode.finalcompute:142
} // > CustomCode.finalcompute:143
//12 // > CustomCode.finalcompute:144
if (Number(futureSkillScore[12])>passingmark*maxmarks*3) { // > CustomCode.finalcompute:145
left21CC = left21CC +"
"+"Information Processing" // > CustomCode.finalcompute:146
} // > CustomCode.finalcompute:147
else if (Number(futureSkillScore[12]) CustomCode.finalcompute:148
right21CC = right21CC +"
"+"Information Processing" // > CustomCode.finalcompute:149
} // > CustomCode.finalcompute:150
} // > CustomCode.finalcompute:151
*/ // > CustomCode.finalcompute:152
function computedone () { // > CustomCode.computedone:1
done = 0; // done is calculating something else, like max score // > CustomCode.computedone:2
countattempt = 0 // > CustomCode.computedone:3
for (var i=0; i CustomCode.computedone:4
if (score[i]>0){ // > CustomCode.computedone:5
attempted[i] =1 // > CustomCode.computedone:6
countattempt = countattempt +1; // > CustomCode.computedone:7
// > CustomCode.computedone:8
} // > CustomCode.computedone:9
else { // > CustomCode.computedone:10
attempted[i] = 0 // > CustomCode.computedone:11
} // > CustomCode.computedone:12
done = done+ score[i] // > CustomCode.computedone:13
} // > CustomCode.computedone:14
var max = 6*30 // > CustomCode.computedone:15
done = done/max*100 // > CustomCode.computedone:16
} // > CustomCode.computedone:17
_model.addToFixedRelations(function() { _isPaused = _model.isPaused(); _isPlaying = _model.isPlaying(); });
_model.addToFixedRelations(function() {
if (!__pagesEnabled["FixRel Page"]) return;
skillfuturecompute () // > FixedRelations.FixRel Page:1
});
_model.addToFixedRelations(function() {
if (!__pagesEnabled["computedone"]) return;
computedone () // > FixedRelations.computedone:1
finalcompute () // > FixedRelations.computedone:2
});
_model.addToFixedRelations(function() { _isPaused = _model.isPaused(); _isPlaying = _model.isPlaying(); });
_model._fontResized = function(iBase,iSize,iDelta) {
_view._fontResized(iBase,iSize,iDelta);
}; // end of _fontResized
function _getViews() {
var _viewsInfo = [];
var _counter = 0;
_viewsInfo[_counter++] = { name : "HtmlView Page", width : null, height : null };
return _viewsInfo;
} // end of _getViews
function _selectView(_viewNumber) {
_view = null;
_view = new setago_View(_topFrame,_viewNumber,_libraryPath,_codebasePath);
var _view_super_reset = _view._reset;
_view._reset = function() {
_view_super_reset();
switch(_viewNumber) {
case -10 : break; // make Lint happy
default :
case 0:
_view.fullscreen.linkProperty("Width", function() { return Width; }, function(_v) { Width = _v; } ); // HtmlView Page linking property 'Width' for element 'fullscreen'
_view.fullscreen.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'fullscreen'
_view.label.linkProperty("Text", function() { return "score="+score; } ); // HtmlView Page linking property 'Text' for element 'label'
_view.label2.linkProperty("Text", function() { return "futureSkillScore="+futureSkillScore; } ); // HtmlView Page linking property 'Text' for element 'label2'
_view.label5.linkProperty("Text", function() { return "selectedcombobox="+selectedcombobox; } ); // HtmlView Page linking property 'Text' for element 'label5'
_view.futureselfquiz.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'futureselfquiz'
_view.slider.linkProperty("Value", function() { return countattempt; }, function(_v) { countattempt = _v; } ); // HtmlView Page linking property 'Value' for element 'slider'
_view.percent.linkProperty("Text", function() { return (countattempt/(n-1)*100).toFixed(0)+" %"; } ); // HtmlView Page linking property 'Text' for element 'percent'
_view.control.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'control'
_view.comboBox.linkProperty("Width", function() { return width2; }, function(_v) { width2 = _v; } ); // HtmlView Page linking property 'Width' for element 'comboBox'
_view.comboBox.linkProperty("Options", function() { return options; }, function(_v) { options = _v; } ); // HtmlView Page linking property 'Options' for element 'comboBox'
_view.comboBox.linkProperty("Background", function() { return selected[1]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox'
_view.comboBox.setAction("OnChange", function(_data,_info) {
//var index = _view.comboBox.getSelectedOptionsIndexes(); // to get the index of the list on comboBox automatically
combobox (1)
selectedcombobox[1] = true;
}); // HtmlView Page setting action 'OnChange' for element 'comboBox'
_view.comboBox.linkProperty("SelectedOptions", function() { return selected[1]; }, function(_v) { selected[1] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox'
_view.comboBox.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox'
_view.comboBox2.linkProperty("Width", function() { return width2; }, function(_v) { width2 = _v; } ); // HtmlView Page linking property 'Width' for element 'comboBox2'
_view.comboBox2.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox2'
_view.comboBox2.linkProperty("Background", function() { return selected[2]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox2'
_view.comboBox2.setAction("OnChange", function(_data,_info) {
combobox (2);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox2'
_view.comboBox2.linkProperty("SelectedOptions", function() { return selected[2]; }, function(_v) { selected[2] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox2'
_view.comboBox2.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox2'
_view.comboBox3.linkProperty("Width", function() { return width2; }, function(_v) { width2 = _v; } ); // HtmlView Page linking property 'Width' for element 'comboBox3'
_view.comboBox3.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox3'
_view.comboBox3.linkProperty("Background", function() { return selected[3]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox3'
_view.comboBox3.setAction("OnChange", function(_data,_info) {
combobox (3);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox3'
_view.comboBox3.linkProperty("SelectedOptions", function() { return selected[3]; }, function(_v) { selected[3] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox3'
_view.comboBox3.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox3'
_view.comboBox4.linkProperty("Width", function() { return width2; }, function(_v) { width2 = _v; } ); // HtmlView Page linking property 'Width' for element 'comboBox4'
_view.comboBox4.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox4'
_view.comboBox4.linkProperty("Background", function() { return selected[4]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox4'
_view.comboBox4.setAction("OnChange", function(_data,_info) {
combobox (4);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox4'
_view.comboBox4.linkProperty("SelectedOptions", function() { return selected[4]; }, function(_v) { selected[4] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox4'
_view.comboBox4.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox4'
_view.comboBox5.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox5'
_view.comboBox5.linkProperty("Background", function() { return selected[5]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox5'
_view.comboBox5.setAction("OnChange", function(_data,_info) {
combobox (5);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox5'
_view.comboBox5.linkProperty("SelectedOptions", function() { return selected[5]; }, function(_v) { selected[5] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox5'
_view.comboBox5.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox5'
_view.comboBox6.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox6'
_view.comboBox6.linkProperty("Background", function() { return selected[6]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox6'
_view.comboBox6.setAction("OnChange", function(_data,_info) {
combobox (6);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox6'
_view.comboBox6.linkProperty("SelectedOptions", function() { return selected[6]; }, function(_v) { selected[6] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox6'
_view.comboBox6.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox6'
_view.comboBox7.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox7'
_view.comboBox7.linkProperty("Background", function() { return selected[7]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox7'
_view.comboBox7.setAction("OnChange", function(_data,_info) {
combobox (7);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox7'
_view.comboBox7.linkProperty("SelectedOptions", function() { return selected[7]; }, function(_v) { selected[7] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox7'
_view.comboBox7.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox7'
_view.comboBox8.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox8'
_view.comboBox8.linkProperty("Background", function() { return selected[8]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox8'
_view.comboBox8.setAction("OnChange", function(_data,_info) {
combobox (8);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox8'
_view.comboBox8.linkProperty("SelectedOptions", function() { return selected[8]; }, function(_v) { selected[8] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox8'
_view.comboBox8.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox8'
_view.comboBox9.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox9'
_view.comboBox9.linkProperty("Background", function() { return selected[9]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox9'
_view.comboBox9.setAction("OnChange", function(_data,_info) {
combobox (9);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox9'
_view.comboBox9.linkProperty("SelectedOptions", function() { return selected[9]; }, function(_v) { selected[9] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox9'
_view.comboBox9.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox9'
_view.comboBox10.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox10'
_view.comboBox10.linkProperty("Background", function() { return selected[10]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox10'
_view.comboBox10.setAction("OnChange", function(_data,_info) {
combobox (10);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox10'
_view.comboBox10.linkProperty("SelectedOptions", function() { return selected[10]; }, function(_v) { selected[10] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox10'
_view.comboBox10.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox10'
_view.comboBox11.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox11'
_view.comboBox11.linkProperty("Background", function() { return selected[11]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox11'
_view.comboBox11.setAction("OnChange", function(_data,_info) {
combobox (11);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox11'
_view.comboBox11.linkProperty("SelectedOptions", function() { return selected[11]; }, function(_v) { selected[11] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox11'
_view.comboBox11.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox11'
_view.comboBox12.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox12'
_view.comboBox12.linkProperty("Background", function() { return selected[12]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox12'
_view.comboBox12.setAction("OnChange", function(_data,_info) {
combobox (12);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox12'
_view.comboBox12.linkProperty("SelectedOptions", function() { return selected[12]; }, function(_v) { selected[12] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox12'
_view.comboBox12.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox12'
_view.comboBox13.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox13'
_view.comboBox13.linkProperty("Background", function() { return selected[13]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox13'
_view.comboBox13.setAction("OnChange", function(_data,_info) {
combobox (13);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox13'
_view.comboBox13.linkProperty("SelectedOptions", function() { return selected[13]; }, function(_v) { selected[13] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox13'
_view.comboBox13.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox13'
_view.comboBox14.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox14'
_view.comboBox14.linkProperty("Background", function() { return selected[14]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox14'
_view.comboBox14.setAction("OnChange", function(_data,_info) {
combobox (14);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox14'
_view.comboBox14.linkProperty("SelectedOptions", function() { return selected[14]; }, function(_v) { selected[14] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox14'
_view.comboBox14.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox14'
_view.comboBox15.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox15'
_view.comboBox15.linkProperty("Background", function() { return selected[15]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox15'
_view.comboBox15.setAction("OnChange", function(_data,_info) {
combobox (15);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox15'
_view.comboBox15.linkProperty("SelectedOptions", function() { return selected[15]; }, function(_v) { selected[15] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox15'
_view.comboBox15.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox15'
_view.comboBox16.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox16'
_view.comboBox16.linkProperty("Background", function() { return selected[16]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox16'
_view.comboBox16.setAction("OnChange", function(_data,_info) {
combobox (16);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox16'
_view.comboBox16.linkProperty("SelectedOptions", function() { return selected[16]; }, function(_v) { selected[16] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox16'
_view.comboBox16.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox16'
_view.comboBox17.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox17'
_view.comboBox17.linkProperty("Background", function() { return selected[17]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox17'
_view.comboBox17.setAction("OnChange", function(_data,_info) {
combobox (17);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox17'
_view.comboBox17.linkProperty("SelectedOptions", function() { return selected[17]; }, function(_v) { selected[17] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox17'
_view.comboBox17.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox17'
_view.comboBox18.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox18'
_view.comboBox18.linkProperty("Background", function() { return selected[18]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox18'
_view.comboBox18.setAction("OnChange", function(_data,_info) {
combobox (18);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox18'
_view.comboBox18.linkProperty("SelectedOptions", function() { return selected[18]; }, function(_v) { selected[18] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox18'
_view.comboBox18.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox18'
_view.comboBox19.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox19'
_view.comboBox19.linkProperty("Background", function() { return selected[19]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox19'
_view.comboBox19.setAction("OnChange", function(_data,_info) {
combobox (19);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox19'
_view.comboBox19.linkProperty("SelectedOptions", function() { return selected[19]; }, function(_v) { selected[19] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox19'
_view.comboBox19.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox19'
_view.comboBox20.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox20'
_view.comboBox20.linkProperty("Background", function() { return selected[20]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox20'
_view.comboBox20.setAction("OnChange", function(_data,_info) {
combobox (20);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox20'
_view.comboBox20.linkProperty("SelectedOptions", function() { return selected[20]; }, function(_v) { selected[20] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox20'
_view.comboBox20.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox20'
_view.comboBox21.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox21'
_view.comboBox21.linkProperty("Background", function() { return selected[21]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox21'
_view.comboBox21.setAction("OnChange", function(_data,_info) {
combobox (21);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox21'
_view.comboBox21.linkProperty("SelectedOptions", function() { return selected[21]; }, function(_v) { selected[21] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox21'
_view.comboBox21.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox21'
_view.comboBox22.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox22'
_view.comboBox22.linkProperty("Background", function() { return selected[22]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox22'
_view.comboBox22.setAction("OnChange", function(_data,_info) {
combobox (22);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox22'
_view.comboBox22.linkProperty("SelectedOptions", function() { return selected[22]; }, function(_v) { selected[22] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox22'
_view.comboBox22.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox22'
_view.comboBox23.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox23'
_view.comboBox23.linkProperty("Background", function() { return selected[23]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox23'
_view.comboBox23.setAction("OnChange", function(_data,_info) {
combobox (23);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox23'
_view.comboBox23.linkProperty("SelectedOptions", function() { return selected[23]; }, function(_v) { selected[23] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox23'
_view.comboBox23.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox23'
_view.comboBox24.linkProperty("Options", function() { return ["Choose","Strongly Disagree","Disagree","Slightly Disagree","Slightly Agree","Agree","Strongly Agree"]; } ); // HtmlView Page linking property 'Options' for element 'comboBox24'
_view.comboBox24.linkProperty("Background", function() { return selected[24]=="Choose"?"Red":"White"; } ); // HtmlView Page linking property 'Background' for element 'comboBox24'
_view.comboBox24.setAction("OnChange", function(_data,_info) {
combobox (24);
}); // HtmlView Page setting action 'OnChange' for element 'comboBox24'
_view.comboBox24.linkProperty("SelectedOptions", function() { return selected[24]; }, function(_v) { selected[24] = _v; } ); // HtmlView Page linking property 'SelectedOptions' for element 'comboBox24'
_view.comboBox24.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'comboBox24'
_view.panel.linkProperty("Font", function() { return font; }, function(_v) { font = _v; } ); // HtmlView Page linking property 'Font' for element 'panel'
_view.panel.linkProperty("Display", function() { return countattempt==24?"flex":"none"; } ); // HtmlView Page linking property 'Display' for element 'panel'
break;
} // end of switch
}; // end of new reset
_model.setView(_view);
_model.reset();
_view._enableEPub();
} // end of _selectView
_model.setAutoplay(false);
_model.setFPS(20);
_model.setStepsPerDisplay(1);
_selectView(_model._autoSelectView(_getViews())); // this includes _model.reset()
return _model;
}
function setago_View (_topFrame,_viewNumber,_libraryPath,_codebasePath) {
var _view;
switch(_viewNumber) {
case -10 : break; // make Lint happy
default :
case 0: _view = setago_View_0 (_topFrame); break;
} // end of switch
if (_codebasePath) _view._setResourcePath(_codebasePath);
if (_libraryPath) _view._setLibraryPath(_libraryPath);
return _view;
} // end of main function
function setago_View_0 (_topFrame) {
var _view = EJSS_CORE.createView(_topFrame);
_view._reset = function() {
_view._clearAll();
_view._addElement(EJSS_INTERFACE.panel,"fullscreen", _view._topFrame) // EJsS HtmlView.HtmlView Page: declaration of element 'fullscreen'
.setProperty("Display","inline-block") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'fullscreen'
;
_view._addElement(EJSS_INTERFACE.panel,"debug", _view.fullscreen) // EJsS HtmlView.HtmlView Page: declaration of element 'debug'
.setProperty("Background","Red") // EJsS HtmlView.HtmlView Page: setting property 'Background' for element 'debug'
.setProperty("Display","none") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'debug'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Instructions", _view.debug) // EJsS HtmlView.HtmlView Page: declaration of element 'Instructions'
.setProperty("Text","Based on your responses...") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Instructions'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"label", _view.debug) // EJsS HtmlView.HtmlView Page: declaration of element 'label'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"label2", _view.debug) // EJsS HtmlView.HtmlView Page: declaration of element 'label2'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"label5", _view.debug) // EJsS HtmlView.HtmlView Page: declaration of element 'label5'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"futureselfquiz", _view.fullscreen) // EJsS HtmlView.HtmlView Page: declaration of element 'futureselfquiz'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'futureselfquiz'
.setProperty("TextAlign","center") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'futureselfquiz'
.setProperty("Text","SETAGO! Future Self Quiz") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'futureselfquiz'
.setProperty("Display","block") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'futureselfquiz'
;
_view._addElement(EJSS_INTERFACE.slider,"slider", _view.fullscreen) // EJsS HtmlView.HtmlView Page: declaration of element 'slider'
.setProperty("Minimum",0) // EJsS HtmlView.HtmlView Page: setting property 'Minimum' for element 'slider'
.setProperty("Maximum",24) // EJsS HtmlView.HtmlView Page: setting property 'Maximum' for element 'slider'
.setProperty("Disabled",true) // EJsS HtmlView.HtmlView Page: setting property 'Disabled' for element 'slider'
.setProperty("Display","block") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'slider'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"percent", _view.fullscreen) // EJsS HtmlView.HtmlView Page: declaration of element 'percent'
;
_view._addElement(EJSS_INTERFACE.panel,"control", _view._topFrame) // EJsS HtmlView.HtmlView Page: declaration of element 'control'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'control'
.setProperty("BorderWidth",1) // EJsS HtmlView.HtmlView Page: setting property 'BorderWidth' for element 'control'
.setProperty("Display","inline-block") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'control'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel1", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel1'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel1'
.setProperty("CSS",{"text-align": "left"}) // EJsS HtmlView.HtmlView Page: setting property 'CSS' for element 'controlPanel1'
.setProperty("Display","inline-block") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel1'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q1", _view.controlPanel1) // EJsS HtmlView.HtmlView Page: declaration of element 'Q1'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q1'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q1'
.setProperty("Text","1. I am able to explain what it means to be a Singaporean.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q1'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q1'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox", _view.controlPanel1) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel2", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel2'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel2'
.setProperty("Display","inline-flex") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel2'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q2", _view.controlPanel2) // EJsS HtmlView.HtmlView Page: declaration of element 'Q2'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q2'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q2'
.setProperty("Text","2. I have a sense of responsibility towards Singapore.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q2'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q2'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox2", _view.controlPanel2) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox2'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel3", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel3'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel3'
.setProperty("Display","inline-flex") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel3'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q3", _view.controlPanel3) // EJsS HtmlView.HtmlView Page: declaration of element 'Q3'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q3'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q3'
.setProperty("Text","3. I am able to suggest ways to help in my home, community and country.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q3'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q3'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox3", _view.controlPanel3) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox3'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel4", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel4'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel4'
.setProperty("Display","inline-flex") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel4'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q4", _view.controlPanel4) // EJsS HtmlView.HtmlView Page: declaration of element 'Q4'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q4'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q4'
.setProperty("Text","4. I believe it is important to actively participate in school and community programmes.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q4'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q4'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox4", _view.controlPanel4) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox4'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel5", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel5'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel5'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel5'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q5", _view.controlPanel5) // EJsS HtmlView.HtmlView Page: declaration of element 'Q5'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q5'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q5'
.setProperty("Text","5. I know how issues around the world can affect Singapore.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q5'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q5'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox5", _view.controlPanel5) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox5'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox5'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox5'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel6", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel6'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel6'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel6'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q6", _view.controlPanel6) // EJsS HtmlView.HtmlView Page: declaration of element 'Q6'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q6'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q6'
.setProperty("Text","6. I am aware of global issues (e.g., inequalities, global warming, food and water security).") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q6'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q6'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox6", _view.controlPanel6) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox6'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox6'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox6'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel7", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel7'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel7'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel7'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q7", _view.controlPanel7) // EJsS HtmlView.HtmlView Page: declaration of element 'Q7'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q7'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q7'
.setProperty("Text","7. I am able to accept the customs and practices of people from different social, cultural and religious backgrounds.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q7'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q7'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox7", _view.controlPanel7) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox7'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox7'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox7'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel8", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel8'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel8'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel8'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q8", _view.controlPanel8) // EJsS HtmlView.HtmlView Page: declaration of element 'Q8'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q8'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q8'
.setProperty("Text","8. I am respectful towards others who are different from me.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q8'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q8'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox8", _view.controlPanel8) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox8'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox8'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox8'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel9", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel9'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel9'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel9'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q9", _view.controlPanel9) // EJsS HtmlView.HtmlView Page: declaration of element 'Q9'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q9'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q9'
.setProperty("Text","9. I am able to generate ideas and explore different ways to respond to challenges.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q9'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q9'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox9", _view.controlPanel9) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox9'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox9'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox9'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel10", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel10'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel10'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel10'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q10", _view.controlPanel10) // EJsS HtmlView.HtmlView Page: declaration of element 'Q10'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q10'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q10'
.setProperty("Text","10. I am able to look at an issue from different perspectives.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q10'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q10'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox10", _view.controlPanel10) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox10'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox10'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox10'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel11", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel11'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel11'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel11'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q11", _view.controlPanel11) // EJsS HtmlView.HtmlView Page: declaration of element 'Q11'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q11'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q11'
.setProperty("Text","11. I am able to make decisions based on careful analyses of relevant information.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q11'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q11'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox11", _view.controlPanel11) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox11'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox11'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox11'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel12", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel12'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel12'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel12'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q12", _view.controlPanel12) // EJsS HtmlView.HtmlView Page: declaration of element 'Q12'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q12'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q12'
.setProperty("Text","12. I am able to reflect on my thoughts, attitude and actions during learning experiences.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q12'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q12'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox12", _view.controlPanel12) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox12'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox12'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox12'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel13", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel13'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel13'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel13'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q13", _view.controlPanel13) // EJsS HtmlView.HtmlView Page: declaration of element 'Q13'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q13'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q13'
.setProperty("Text","13. I am able to identify key areas of work in a complex task.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q13'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q13'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox13", _view.controlPanel13) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox13'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox13'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox13'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel14", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel14'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel14'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel14'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q14", _view.controlPanel14) // EJsS HtmlView.HtmlView Page: declaration of element 'Q14'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q14'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q14'
.setProperty("Text","14. I am able to accept perspectives that are different from me.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q14'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q14'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox14", _view.controlPanel14) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox14'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox14'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox14'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel15", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel15'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel15'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel15'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q15", _view.controlPanel15) // EJsS HtmlView.HtmlView Page: declaration of element 'Q15'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q15'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q15'
.setProperty("Text","15. I am able to communicate information and ideas clearly.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q15'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q15'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox15", _view.controlPanel15) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox15'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox15'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox15'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel16", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel16'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel16'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel16'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q16", _view.controlPanel16) // EJsS HtmlView.HtmlView Page: declaration of element 'Q16'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q16'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q16'
.setProperty("Text","16. I am able to work well in a group and contribute effectively with my members to achieve common goals.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q16'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q16'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox16", _view.controlPanel16) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox16'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox16'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox16'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel17", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel17'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel17'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel17'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q17", _view.controlPanel17) // EJsS HtmlView.HtmlView Page: declaration of element 'Q17'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q17'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q17'
.setProperty("Text","17. I am able to interact with others to build new knowledge, understanding and ideas.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q17'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q17'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox17", _view.controlPanel17) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox17'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox17'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox17'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel18", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel18'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel18'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel18'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q18", _view.controlPanel18) // EJsS HtmlView.HtmlView Page: declaration of element 'Q18'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q18'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q18'
.setProperty("Text","18. I am able to search and organise information on the internet.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q18'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q18'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox18", _view.controlPanel18) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox18'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox18'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox18'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel19", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel19'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel19'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel19'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q19", _view.controlPanel19) // EJsS HtmlView.HtmlView Page: declaration of element 'Q19'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q19'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q19'
.setProperty("Text","19. I understand and abide by the laws and rules (e.g., copyright) when using digital information.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q19'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q19'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox19", _view.controlPanel19) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox19'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox19'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox19'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel20", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel20'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel20'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel20'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q20", _view.controlPanel20) // EJsS HtmlView.HtmlView Page: declaration of element 'Q20'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q20'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q20'
.setProperty("Text","20. I am able to verify the accuracy, credibility and currency of a piece of information.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q20'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q20'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox20", _view.controlPanel20) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox20'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox20'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox20'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel21", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel21'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel21'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel21'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q21", _view.controlPanel21) // EJsS HtmlView.HtmlView Page: declaration of element 'Q21'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q21'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q21'
.setProperty("Text","21. I am able to determine the type of information I should or should not share online (e.g., personal and confidential information).") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q21'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q21'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox21", _view.controlPanel21) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox21'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox21'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox21'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel22", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel22'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel22'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel22'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q22", _view.controlPanel22) // EJsS HtmlView.HtmlView Page: declaration of element 'Q22'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q22'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q22'
.setProperty("Text","22. I share digital information responsibly as part of practising cyber wellness.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q22'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q22'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox22", _view.controlPanel22) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox22'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox22'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox22'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel23", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel23'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel23'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel23'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q23", _view.controlPanel23) // EJsS HtmlView.HtmlView Page: declaration of element 'Q23'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q23'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q23'
.setProperty("Text","23. I am able to exchange digital information with others concurrently (e.g., working on Google Doc at the same time) and at different times (e.g., replying messages and emails).") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q23'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q23'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox23", _view.controlPanel23) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox23'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox23'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox23'
;
_view._addElement(EJSS_INTERFACE.panel,"controlPanel24", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'controlPanel24'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'controlPanel24'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'controlPanel24'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"Q24", _view.controlPanel24) // EJsS HtmlView.HtmlView Page: declaration of element 'Q24'
.setProperty("Width","80%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Q24'
.setProperty("TextAlign","left") // EJsS HtmlView.HtmlView Page: setting property 'TextAlign' for element 'Q24'
.setProperty("Text","24. I am able to use different media elements (e.g., text, images, audio, video) to convey my message effectively to my audience.") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'Q24'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'Q24'
;
_view._addElement(EJSS_INTERFACE.comboBox,"comboBox24", _view.controlPanel24) // EJsS HtmlView.HtmlView Page: declaration of element 'comboBox24'
.setProperty("Width","20%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'comboBox24'
.setProperty("Display","inline") // EJsS HtmlView.HtmlView Page: setting property 'Display' for element 'comboBox24'
;
_view._addElement(EJSS_INTERFACE.separator,"separator", _view.control) // EJsS HtmlView.HtmlView Page: declaration of element 'separator'
;
_view._addElement(EJSS_INTERFACE.panel,"Results", _view._topFrame) // EJsS HtmlView.HtmlView Page: declaration of element 'Results'
;
_view._addElement(EJSS_INTERFACE.imageAndTextButton,"label4", _view.Results) // EJsS HtmlView.HtmlView Page: declaration of element 'label4'
.setProperty("Tooltip","analysis will be shown after the completion of the quiz!") // EJsS HtmlView.HtmlView Page: setting property 'Tooltip' for element 'label4'
.setProperty("Text","Based on your responses....") // EJsS HtmlView.HtmlView Page: setting property 'Text' for element 'label4'
;
_view._addElement(EJSS_INTERFACE.separator,"separator2", _view.Results) // EJsS HtmlView.HtmlView Page: declaration of element 'separator2'
;
_view._addElement(EJSS_INTERFACE.panel,"panel", _view.Results) // EJsS HtmlView.HtmlView Page: declaration of element 'panel'
.setProperty("Height","20em") // EJsS HtmlView.HtmlView Page: setting property 'Height' for element 'panel'
.setProperty("Width","100%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'panel'
;
_view._addElement(EJSS_INTERFACE.panel,"Left", _view.panel) // EJsS HtmlView.HtmlView Page: declaration of element 'Left'
.setProperty("Height","100%") // EJsS HtmlView.HtmlView Page: setting property 'Height' for element 'Left'
.setProperty("Width","40%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Left'
.setProperty("CSS",{"padding": "0.5em"}) // EJsS HtmlView.HtmlView Page: setting property 'CSS' for element 'Left'
.setProperty("Background","Green") // EJsS HtmlView.HtmlView Page: setting property 'Background' for element 'Left'
.setProperty("Foreground","White") // EJsS HtmlView.HtmlView Page: setting property 'Foreground' for element 'Left'
;
_view._addElement(EJSS_INTERFACE.panel,"Right", _view.panel) // EJsS HtmlView.HtmlView Page: declaration of element 'Right'
.setProperty("Height","100%") // EJsS HtmlView.HtmlView Page: setting property 'Height' for element 'Right'
.setProperty("Width","40%") // EJsS HtmlView.HtmlView Page: setting property 'Width' for element 'Right'
.setProperty("CSS",{"padding": "0.5em"}) // EJsS HtmlView.HtmlView Page: setting property 'CSS' for element 'Right'
.setProperty("Background","rgba(255,0,0,0.1)") // EJsS HtmlView.HtmlView Page: setting property 'Background' for element 'Right'
.setProperty("Foreground","Black") // EJsS HtmlView.HtmlView Page: setting property 'Foreground' for element 'Right'
;
};
return _view;
}
//-->