Changes between Version 72 and Version 73 of UserDoc


Ignore:
Timestamp:
2010-08-10T06:29:56Z (14 years ago)
Author:
Serge Okon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserDoc

    v72 v73  
    264264
    265265===== Importing group list from CSV file =====
    266 This method is suited to grouping students in very large classes
    267  
     266This method is suited to grouping students in very large classes. It involves a similar process to importing students from a CSV file above.
     267
     268You should first prepare a CSV file in the following format:
     269The column order is
     270{{{
     271Student#, Group#, Team Name
     272}}}
     273And the file contents is like:
     274{{{
     27529978037, 1, Team A
     27629978063, 1, Team A
     27729978043, 2, Team B
     27829978051, 2, Team B
     279}}}
     280
     281Please ensure that all the students listed have already been created in iPeer, and added to the class.
     282
     283Just like for the student import procedure, this type of file should be created in a text editor, like Notepad. You could also create this file with a spreadsheet editor like OpenOffice Calc, or Microsoft Excel, but make sure you set the CSV export settings correctly when saving the file:
     284 * Comma character as the separator.
     285 * No quotes in rows or columns.
     286
     287Once this file is prepared, you are ready to import it into iPeer.
     288
     289 1. Go to a course's home page.
     290  * If the "Groups" menu is hidden, unhide it by clicking "show/hide" link to its right.
     291 2. Click on "Create Group (Manual)". This will open the group creation window.
     292 3. On the bottom of the page, there is a line stating Import Groups From Text (.txt) or CSV File (.csv) '''[+]''' Click on the orange [+] on the right of the page to continue.
     293
     294All you need to do now is just follow the instruction for importing the file:
     295 1) Please select a CSV file to import:
     296   * Click "Browse..." and find the CSV file you created.
     297 2) Select the course to import into:
     298   * Be sure to select the right course to import, since the list will likely not have your courses selected by default.
     299 3) Click the button bellow to create the Groups:
     300   * After you are sure everything is set correctly, click on import. This will complete the procedure, and take you to the group listing for your course. The group creation process in now complete.
    268301
    269302==== Evaluations ====
     303
     304Evaluations can be created at any time in iPeer. There are 3 general types of Evaluations, all have their benefits and drawbacks.
     305
     306
     307[[Image(documentation-rubricEvalExample1.png, 240px, align=right, border=3)]]
     308[[Image(documentation-mixedEvalExample1.png, 240px,  align=right, border=3)]]   
     309
     310===== Simple Evaluations =====
     311[[Image(documentation-simpleEvalExample1.png, 240px, align=right, border=3)]] 
     312Simple evaluations let a student distribute a set number of points among her or his teammates. See the screen shot to the left.
    270313
    271314==== Events ====