home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / edu / 1593 < prev    next >
Encoding:
Text File  |  1992-09-09  |  2.0 KB  |  43 lines

  1. Newsgroups: comp.edu
  2. Path: sparky!uunet!utcsri!geac!censor!comspec!feline!king
  3. From: king@feline.uucp (KingLeon)
  4. Subject: Re: collaborative work
  5. Message-ID: <1992Sep9.041415.4192@feline.uucp>
  6. Organization: Humber College Technology Dept.
  7. References: <20161@plains.NoDak.edu>
  8. Date: Wed, 9 Sep 1992 04:14:15 GMT
  9. Lines: 32
  10.  
  11. In article <20161@plains.NoDak.edu> kmagel@plains.NoDak.edu (ken magel) writes:
  12. >      What is your opinion with regards to the value or harm in having student 
  13. > work together on programming projects?  
  14.  
  15. Definitely beneficial if properly structured.  As a student some of my best
  16. and worst experiences involved working with others.  As instructor I guess
  17. I impose the following "rules":
  18. 1.  All work should be attributed to the person involved.  This also includes
  19.     project co-ordination work.  
  20. 2.  Students should submit at least part of the work as individuals.  In
  21.     project courses I've had the group do a presentation with each member of
  22.     the group presenting the section that he/she worked on.
  23. 3.  One approach that I find particularly interesting is to have a two
  24.     part assignment where the 1st part involves writing a support library
  25.     and the 2nd part involves applying it.  In the 2nd part I force the
  26.     students to use anybody's 1st part other than their own.  I've also
  27.     had students do performance and robustness tests on other student's
  28.     code as part of their assignment.   The original author has to support
  29.     their code.
  30. 4.  Dead hand approach - students build on a project done in a previous 
  31.     year.
  32.  
  33. Biggest problems:  Students who let their partners down.  I usually let each
  34. partner try and graft their work onto another group - only seems to work when
  35. students are in pairs and its a small group.
  36.  
  37.        Students who are lazy and try to hide in a group.  Final presentations
  38. work real well here.  I've seen groups go out of their way to support people who
  39. really tried and just clam up for people who  didn't contribute.
  40.  
  41. Best real world experience outside of co-op.        
  42.