Changes between Version 3 and Version 4 of SetupDev3


Ignore:
Timestamp:
2013-01-03T00:20:00Z (11 years ago)
Author:
michael
Comment:

adding/importing students

Legend:

Unmodified
Added
Removed
Modified
  • SetupDev3

    v3 v4  
    160160 5. Late Penalty
    161161  * To check whether it is implemented for the evaluation, click on "(Show / Hide late penalty policy)".
     162
     163=== Instructors ===
     164Instructors are responsible for importing student into iPeer, and creating and scheduling evaluations. The have many options and tools; these will be covered in the next sections.
     165
     166==== New to iPeer? ====
     167If you're an instructor that just started to use iPeer, this is
     168After your account has been created by an administrator, you are ready to login and use iPeer.
     169 * You should login with the username and password provided by your admin.
     170 * If you are at UBC, please note that CWL login ''does not'' work for instructor accounts. In iPeer, CWL is meant for students only.
     171Next is a list of steps for new Instructors. To get your courses up and running, you should:
     172 1. First, create a course!
     173 2. Then, add students to your course, either one-by-one, or all at once using a CSV file.
     174 3. Assign your students into groups.
     175You would then be ready to create evaluations for your students to complete, which is done like this:
     176 1. Create an Evaluation. There are 3 types available, and each evaluation can be re-used many times.
     177 2. Create an Evaluation Event. This will give the evaluation to the students to complete, once.
     178 3. After the due date, look at the Evaluation Event results, or export them into a CSV file.
     179
     180All of these steps are described in detail in the sections bellow
     181
     182==== Courses ====
     183All objects in iPeer have some connection with courses. Courses contain student lists, group lists, and evaluation events.
     184
     185===== Creating a Course =====
     186[[Image(add_course.png, 240px,  align=right, border=3)]] 
     187[[Image(course_index.png, 240px,  align=right, border=3)]]
     188To create a course:
     189 1. Click on the courses tab.
     190 2. Click "Add a course", just like in the image on the right
     191 3. Enter a course name. This is best done as [Department] [Course#] [Section#], so for example:
     192  * ENGL 112 102, meaning this is English course number 112, section 102.
     193 4. Enter a course Title, like:
     194  * Academic Writing
     195 5. Select the instructor(s) of the course. To select multiple instructors hold "ctrl" or "command" key.
     196 6. Select the department the course belongs to. This will allow admins to help troubleshoot.
     197 7. Enter a homepage for the course, with a URL starting with !http:// or !https://
     198 8. Click Save. A course list will show up, and you can select your new course to start adding students. To do this, click on the course's name or title.
     199
     200===== Course Maintenance =====
     201If you ever wish to edit the information you entered when creating your course, you can do this from the courses tab:
     202 1. Click on the courses tab.
     203 2. Right click on the course and select "Edit Course" on the menu.
     204 3. Edit any information you choose, and save it by clicking the "Update Course" Button.
     205
     206You may also delete your own courses. Please be warned: deleting a course also removes all students from that course, their responses to evaluations for that course, and any evaluation events. If you are absolutely, positively sure that you want to delete a course, this is done by:
     207 1. Clicking on the courses tab.
     208 2. Right click on the course and select "Delete Course" on the menu.
     209 3. Confirm that you intend to delete the course by clicking on the OK button.
     210 4. The course is now deleted.
     211
     212==== Course Home Screen ====
     213Most functionality is accessed from a course's home screen. You can manage students, groups, and evaluation events from the home screen. To activate it:
     214 1. Click on the courses tab.
     215 2. Click on your course's name or title links.
     216Details of what is done at the home screen are found in the next few sections.
     217
     218==== Students ====
     219Adding students to your courses can be done in 2 ways, and these are explained bellow:
     220===== Adding Students one by one =====
     221This method is best for classes with few (10-20) students. Each student is entered manually via iPeer form. For larger classes, it may be better to assemble a CSV form, as described in the next section
     222 1. Go to a course's home page.
     223 2. Click on "Add Student"
     224 3. Enter a student's data.
     225  * note: Username (Student #), First Name, Last Name are all required. Email is not required.
     226 4. Click Save to add the student, the student password will now be randomly generated and printed near the top of the interface.
     227Please record this password, and give it to this student so that they can login.
     228  * Note, that recording a password is not necessary if you are at UBC, since the students can use CWL to login to iPeer.
     229  * Click on Save & Add Another to add more students. Then, repeat from step 3. for all the students in the class.
     230
     231===== Adding Students via CSV file =====
     232To add many students as once, you can create a CSV file in the following format:
     233
     234Each line represents a new student, and the column order is the following:
     235{{{
     236Username, First Name,Last Name, Student#, Email (optional), Password (optional)
     237}}}
     238The username should be the same as the student number.
     239{{{
     24022928030, Sam, Badhan, 22928030, sam@server.com, password123
     24178233046, Jamille, Borromeo, 78233046, jb@server.com, pass5323123
     24239577051, Jordon, Cheung, 39577051, jc@server.com, psaswdrcD23 
     24368000058, David, Cliff,  68000058,  dc@server.com, password123
     244}}}
     245If you wish to leave the Email Column out, just empty that column out, leaving the comma, for example:
     246{{{
     24722928030, Sam, Badhan, 22928030,, password123
     24878233046, Jamille, Borromeo, 78233046,, pass5323123
     24939577051, Jordon, Cheung, 39577051,, psaswdrcD23 
     25068000058, David, Cliff,  68000058,, password123
     251}}}
     252Note the double-comma between the student number, and the password.
     253 
     254This 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:
     255 * Comma character as the separator.
     256 * No quotes in rows or columns.
     257
     258When the CSV file is ready, do the following to access the student import form.
     259 1. Go to a course's home page.
     260 2. Click on "Import Students"
     261
     262[[Image(imported_students.png, 240px,  align=right, border=3)]]   
     263[[Image(import_students.png, 240px,  align=right, border=3)]]
     264Follow the steps below to upload your CSV to iPeer.
     265 1) Select the file to import, click on the '''Browse...''' button and select the file from your computer.
     266 2) Select the course to import into:
     267   * Make sure to choose the right course to import the students into. This will not always be set to your current course, so please check this field before importing.
     268 3) Once ready, press Import button to import the students. The next screen will display a summary of the students that were imported. Look over the data to check that the import process completed successfully.
     269     
     270==== Groups ====
     271[[Image(documentation-groupCreationManual.png, 240px,  align=right, border=3)]]
     272After students are imported, groups should be created. The manual was to create groups is recommended
     273===== Manual Group Creation =====
     274This can be done manually (quick and simple for small to medium sized classes, maybe up to 50 students).
     275 1. Go to a course's home page.
     276  * If the "Groups" menu is hidden, unhide it by clicking "show/hide" link to its right.
     277 2. Click on "Create Group (Manual)". This will open the group creation window.
     278 3. There are 2 list of students, one full of your class students on the left, and one empty on the right.
     279  * See figure to the right for a screen-shots and pointers '''---->'''
     280  * The students on the left are your unassigned class students, that are waiting to be assigned into groups.
     281  * The students on the right are already in the group you are creating (and since this is a new group, this list is empty!)
     282 4. Add students to this group. You could do any on the following bellow.
     283  * Select one student at a time from the left list, and click the "Assign >>"  button. This will add the student to the group. Or you could...
     284  * Select more than on student by holding the Control key while clicking on students, then clicking the "Assign >>"  button. This would transfer all the selected students to the group
     285  * A combination of the above methods. Ex: Select and Add 2 students at a time, then repeat 3 times to make a group of 6.
     286 5. If you added a student by mistake, you could remove them from the group by selecting the student from the right list, and clicking on "Remove".
     287 6. When you are done adding students to the group, please:
     288  * Enter a group number for these students
     289  * Enter a group name for these students
     290  * Click "Add Group" on the bottom of the page
     291 7. Repeat this process for all the groups in you class.
     292
     293===== Importing group list from CSV file =====
     294This method is suited to grouping students in very large classes. It involves a similar process to importing students from a CSV file above.
     295
     296You should first prepare a CSV file in the following format:
     297The column order is
     298{{{
     299Student#, Group#, Team Name
     300}}}
     301And the file contents is like:
     302{{{
     30329978037, 1, Team A
     30429978063, 1, Team A
     30529978043, 2, Team B
     30629978051, 2, Team B
     307}}}
     308
     309Please ensure that all the students listed have already been created in iPeer, and added to the class.
     310
     311Just 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:
     312 * Comma character as the separator.
     313 * No quotes in rows or columns.
     314
     315Once this file is prepared, you are ready to import it into iPeer.
     316
     317 1. Go to a course's home page.
     318  * If the "Groups" menu is hidden, unhide it by clicking "show/hide" link to its right.
     319 2. Click on "Create Group (Manual)". This will open the group creation window.
     320 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.
     321
     322All you need to do now is just follow the instruction for importing the file:
     323 1) Please select a CSV file to import:
     324   * Click "Browse..." and find the CSV file you created.
     325 2) Select the course to import into:
     326   * Be sure to select the right course to import, since the list will likely not have your courses selected by default.
     327 3) Click the button bellow to create the Groups:
     328   * After you are sure everything is set up correctly, click on import. This will process the file, and take you to the group listing for your course. The group creation process is now complete.
     329
     330==== Evaluations ====
     331
     332Evaluations can be created at any time in iPeer. There are 3 general types of Evaluations, all have their benefits and drawbacks.
     333
     334===== Simple Evaluations =====
     335[[Image(documentation-simpleEvalExample1.png, 240px, align=right, border=3)]] 
     336Simple evaluations let a student distribute a set number of points among her or his teammates, and comment on their score for each teammate. See the screen shot to the left.[[br]]
     337This type of evaluation is the easiest to set up by instructors and do by students, taking the least time. However, it rates students as a whole, and does not ask specific questions about their team contributions.
     338
     339To see a screen cast of how to create a simple evaluation and assign it to student groups, see:
     340{{{
     341#!html
     342<a href="http://ipeerdev.olt.ubc.ca/img/wizard/Simple.swf" target="_blank">Screen cast about creating Simple Evaluations and their evaluation events.</a>
     343}}}
     344
     345The following instructions are a little more up to date.[[br]]
     346To create a simple evaluation:
     347 1. Click on the Evaluation Tools, tab, then, on the right, the Add Simple Evaluation link in orange. This will make the "Add Simple Evaluation
     348 form appear.
     349 2. On this form, please enter
     350  * Evaluation Name (required)
     351  * Description, if you like
     352  * Base Point Per Member - recommended values are between 10 and 100.
     353 3. Click "Save" button to create the evaluation
     354
     355Remember to create an "Evaluation Event" when you are done! Otherwise your students won't see the your evaluation.[[br]]
     356You can create as many "evaluation events" for your Evaluation as you like (for example, one event for each class assignment in your class).[[br]]
     357Read about [#point1 Evaluation Event]s here.
     358
     359===== Rubric Evaluations =====
     360[[Image(documentation-rubricEvalExample1.png, 240px, align=right, border=3)]]
     361
     362To see a screen cast of how to create a Rubric and assign it to student groups, see raw-attachment:Rubric.swf
     363{{{
     364#!html
     365<a href="http://ipeerdev.olt.ubc.ca/img/wizard/Rubric.swf" target="_blank">Screen cast about creating Rubrics and their evaluation events.</a>
     366}}}
     367The following instructions are a little more up to date.[[br]]
     368To create a Rubric evaluation:
     369 1. Click on the Evaluation Tools, tab, then, under the Rubrics section, on the right,Add Rubric link in orange. This will make the "Add Rubric" Form Appear.
     370 2. There are 2 parts to the Rubric Add form. On this part, please enter:
     371  * Evaluation Name (required)
     372  * Levels Of Mastery (LOM):
     373   * This sets the number of performance levels for students in each category. For example:
     374   * 3 LOMs would mean a student could have been { Poor, Average, Good }
     375   * 5 LOMs would mean a student could have been { Very Poor, Poor, Average, Good, Very Good}.
     376  * Number of Criteria - the number of aspects to rate the student by, so for example:
     377   * "Participated in meetings", "Handed in work on time", "Co-operated with team" would make 3 criteria.
     378  * Rubric Availability - choose "private" by default, or "public" only if you would like other instructors to be able to use this rubric.
     379 3. Click "Next" to proceed to the next form. In this screen, you will choose the categories, and the performance levels (Levels of Mastery).
     380 4. You will see a rubric preview:
     381  * If you wish, fill in or change any LOM General comments on the top row of the preview (like poor, average, good, etc...) The students will see these LOM's in the same way when evaluating their team members.
     382  * Fill in or Change any Criteria in the first column on the (like "Participated in Team Meetings", "Was Helpful and Co-operative", etc...). These are the categories the students will rate each other on.
     383 5. When you are done, click the "Add Rubric" button, near the top of the page. This will add the rubric to your list!
     384
     385Remember to create an "Evaluation Event" when you are done! Otherwise your students won't see the your evaluation.[[br]]
     386You can create as many "evaluation events" for your Evaluation as you like (for example, one event for each class assignment in your class).[[br]]
     387Read about [#point1 Evaluation Event]s here.
     388
     389===== Mixed Evaluations =====
     390[[Image(documentation-mixedEvalExample1.png, 240px,  align=right, border=3)]]
     391
     392To see a screen cast of how to create a Mixed Evaluation and assign it to student groups, see raw-attachment:Mixed.swf
     393{{{
     394#!html
     395<a href="http://ipeerdev.olt.ubc.ca/img/wizard/Mixed.swf" target="_blank">Screen cast about creating Mixed Evaluations and their evaluation events.</a>
     396}}}
     397The following instructions are a little more up to date.[[br]]
     398To create a Mixed Evaluation:
     399 1. Click on the Evaluation Tools, tab, then, under the Mixed Evaluation section, on the right, Add Mixed Evaluaton link in orange. This will make the "Add Mixed Evaluation" Form Appear.
     400 2. There are 2 parts to the Mixed Evaluation Add form. On this part, please enter:
     401  * Mixed Evaluation name.
     402  * Number of Lickert Questions (how many Rubric-like questions will this evaluation have).
     403  * Number of pre-Fill Text Questions (how many short answer questions will the evaluation have).
     404  * Level of Scale - is just like the Level of Mastery for the Rubrics. Enter the total number of performance levels a student can have for each question.
     405  * Mixed Evaluation Availability - choose "private" by default, or "public" only if you would like other instructors to be able to use this Mixed Evaluation.
     406 3. Click next. This will take you to the next part of this form, where you can see and edit a preview of your Mixed Evaluation
     407  * For Lickert Scales (section 1), enter a question for each question number. Bellow each Rubric-like question is are Descriptors for each level of scale. You can change these, if you like.
     408  * For short-answer questions (Section 1), Fill in the question prompt, and any instructions you like. Select between single line of text, or multiple-lined, longer answers.
     409 4. After you are finished creating the evaluation, should click the "Add Mix Evaluation" button, on either the top of the bottom of the page.
     410
     411Remember to create an "Evaluation Event" when you are done! Otherwise your students won't see the your evaluation.[[br]]
     412You can create as many "evaluation events" for your Evaluation as you like (for example, one event for each class assignment in your class).[[br]]
     413Read about [#point1 Evaluation Event]s bellow.
     414[=#point1]
     415==== Events ====
     416[[Image(documentation-AddEvent.png, 240px,  align=right, border=3)]]
     417Before an evaluation can be taken, an evaluation event is added.
     418
     419An evaluation event includes the following information:
     420 * Which evaluation is to be complete.
     421  * Which type (Simple, Rubric, or Mixed)
     422  * Which specific evaluation.
     423 * The time window when the evaluation can be submitted.
     424 * The due date for the event.
     425  * (although students can still submit after the due date, their submissions are marked "late").
     426 * Whether students are required to complete written comments on evaluations, or if the comments are optional.
     427 * Whether students should evaluate themselves along with the rest of their team.
     428
     429You can create as many evaluation events for each evaluation as you'd like. This is like having the same, consistent evaluation for many assignments in your class.
     430
     431To create an Evaluation Event:
     432 1. Go to a course's home page.
     433  * If the "Evaluation Events" menu to the right is hidden, unhide it by clicking "show/hide" link to its right.
     434 2. Click on "Add Event". This will open the Add event menu.
     435 3. Fill in:
     436  * Event title and Event Description
     437  * Evaluation format and name:
     438   * Select the format of your created evaluation
     439   * After, select the Name of your evaluation for this event.
     440  * Select !Yes/No for Self-Evaluation
     441  * Select !Yes/No Require Student Comments
     442  * Select the dates for this event. Clicking on the little calendar icon besides the while input fields allows you to select the date from small calendar pop-up window.
     443   * The Due date - all evaluation submitted after this date will be marked late. (this date must be between Release FROM and TO dates)
     444   * Release From date - releases
     445
     446A single evaluation can be completed many times, and the results of each event are saved in iPeer.
     447
     448==== Evaluation Results ====
     449
     450When students submit their evaluations, the instructors can view the results. This can be done at any time after the release date, even if only some results are in.
     451
     452===== Viewing =====
     453To view the results on an evaluation:
     454 1. Go to your course's homepage. This can be done by
     455  * Clicking on the Courses Tab.
     456  * Finding your course, and clicking on its title.
     457 2. On the Home page, look for section called "Evaluation Events".
     458  * This section in on the top right. If its contents is hidden, click on the "show/hide" link. There should be 2 options underneath, list and export.
     459 3. Click "List Evaluation Events/Results". A list of the evaluation events for the course will show up.
     460 4. Find the evaluation of interest, and click on "Results" under "View" column. A list of all the groups will show up.
     461 5. Now, by clicking on each of the groups' names, see which group members submitted their evaluation and when. To see the evaluation results, click on the magnifier-glass icon for beside a group's name. The results will look different depending on which type of evaluation this is.
     462   * Simple Evaluations - show the individual and average scores for all  students. Comments are shown bellow as well, just click on each student's name to see the evaluation comments
     463   * Rubric Evaluations - has 2 views: Basic and Detail (select between them by clicking the small (Basic | Detail) on the upper left corner.
     464    * '''Basic''' - Shows the averages for all group members.
     465    * '''Detail''' - Shows detailed rating in each category, as well as evaluation comments. Just click on each students name on the bottom middle page to show the evaluation scores and comments, just like the students entered them.
     466   * Mixed Evaluations - also has the Basic and Detailed view.
     467    * '''Basic''' - view is just like the rubric above, summaries of point-base questions
     468    * '''Detail''' - contains comments for all questions, and answers for the short-answer questions.
     469
     470===== Reset submission =====
     471To allow student redo the evaluation, instructor can reset student submission.
     472 1. Go to your course's homepage. This can be done by
     473  * Clicking on the Courses Tab.
     474  * Finding your course, and clicking on its title.
     475 2. On the Home page, look for section called "Evaluation Events".
     476  * This section in on the top right. If its contents is hidden, click on the "show/hide" link. There should be 2 options underneath, list and export.
     477 3. Click "List Evaluation !Events/Results". A list of the evaluation events for the course will show up.
     478 4. Find the evaluation of interest, and click on "Results" under "View" column. A list of all the groups will show up.
     479 5. Find the group of interest, and right click anywhere on the row. A context menu will show up.
     480 6. Click on "View Submission". The group member list will show up in a popup window.
     481 7. Check the checkbox under "RE-release Evaluation?" column for the student evaluation that need to be reset.
     482 8. Click on "Re-release Selected Evaluation" button at the bottom.