############################## # # EdCube User Data CSV File. # # The format for this file is: # GROUP,FULLNAME,USERNAME,PASSWORD[,PORTFOLIONAME1[,PORTFOLIONAME2[,...]]] # # To indicate a user is an administrator, assign them to the "Administrators" group. # To indicate a user is a teacher, assign them to the "Teachers" group. # Portfolios are not created for administrators or teachers, so if one or more portfolio name values are assigned they are ignored. # # Example: # # Administrators, Michael Andrews, mandrews, pass001 # Administrators, Clare O'Brien, cobrien, pass156 # Teachers, Andrea Billingsley, abillingsley, 12secret # Teachers, Peter Tilley, ptilley, wordpass # Room 1, Cathy Starr, cstarr, starrynight, 2006, 2007 # Room 1, Catherine Atley, catley, blackcat, 2007 # # This will create two administrators and two teachers, along with two students both of whom being in the group "Room 1". # The first of these students will have two portfolios created ("2006" and "2007"), while the second will have just one portfolio created ("2007"). # ############################## # # The data below is for testing and as an example. Please edit and/or delete this data when creating your own CSV data. # Administrators, Michael Andrews, mandrews, pass001 Administrators, Clare O'Brien, cobrien, pass156 Teachers, Andrea Billingsley, abillingsley, 12secret Teachers, Peter Tilley, ptilley, wordpass Room 1, Cathy Starr, cstarr, starrynight, 2006, 2007 Room 1, Catherine Atley, catley, blackcat, 2007