Changeset 296 for Dev/branches/Cartis/Tiles preview/js/dashboardScripts.js
- Timestamp:
- 02/29/12 16:32:21 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/Tiles preview/js/dashboardScripts.js
r290 r296 21 21 22 22 var mockupData = { 23 muData1: [1, 2,3,4,5,6], //pie charts24 muData2: [[ 1,2,3],[4,5,6]], //bar charts25 muData3: [[ 1,2],[3,4],[5,6]] //radar charts23 muData1: [1,3,5,6,12,6], //pie charts 24 muData2: [[4,12,6],[2,6,15]], //bar charts 25 muData3: [[55,42],[3,4],[5,6]] //radar charts 26 26 } 27 27 … … 62 62 gameData: new Array( 63 63 { 64 title: " Veerkracht game session #1",64 title: "Gameplay errors", 65 65 creator: "Ellemiek Bosman", 66 66 date: "25-5-2012", 67 description: "First play session. Users go into game withoutinstructions."68 }, 69 { 70 title: " Veerkracht game session #2",67 description: "First play session. Users starting game without any instructions." 68 }, 69 { 70 title: "Gameplay errors after feedback", 71 71 creator: "Ellemiek Bosman", 72 72 date: "25-5-2012", 73 73 description: "Second play session. Users have played game before and received feedback on their results." 74 }, 75 { 76 title: "Quality of control", 77 creator: "Bruns von Blasuer", 78 date: "18-2-2012", 79 description: "Checking quality of control during gameplay." 80 }, 81 { 82 title: "Fault recovery", 83 creator: "Bruns von Blasuer", 84 date: "17-3-2012", 85 description: "Second play session. Checking fault recovery after giving feedback." 74 86 } 75 87 ) … … 218 230 var indexInCart = shoppingCart.contents.uids.indexOf(uid); 219 231 var tempTitle = shoppingCart.contents.titles[indexInCart]; 220 var cn = confirm("Are you sure you want to remove: "+tempTitle+ "?");232 var cn = confirm("Are you sure you want to remove: "+tempTitle+ " from the selected data?"); 221 233 if (cn == false) return; 222 234
Note: See TracChangeset
for help on using the changeset viewer.