Ignore:
Timestamp:
02/29/12 16:32:21 (13 years ago)
Author:
cartis
Message:

klaar voor testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Dev/branches/Cartis/Tiles preview/js/dashboardScripts.js

    r290 r296  
    2121
    2222var mockupData = {
    23     muData1: [1,2,3,4,5,6], //pie charts
    24     muData2: [[1,2,3],[4,5,6]], //bar charts
    25     muData3: [[1,2],[3,4],[5,6]]    //radar charts
     23    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
    2626}
    2727
     
    6262    gameData: new Array(
    6363    {
    64         title: "Veerkracht game session #1",
     64        title: "Gameplay errors",
    6565        creator: "Ellemiek Bosman",
    6666        date: "25-5-2012",
    67         description: "First play session. Users go into game without instructions."
    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",
    7171        creator: "Ellemiek Bosman",
    7272        date: "25-5-2012",
    7373        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."
    7486    }
    7587    )
     
    218230    var indexInCart = shoppingCart.contents.uids.indexOf(uid);
    219231    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?");
    221233    if (cn == false) return;
    222234   
Note: See TracChangeset for help on using the changeset viewer.