Thanks, Henry. You make a good point about courses and assignments. Let's 
assume that the TAssignment objects will be created in the TCourse object. 
TCourse is the main class, and a Course object should be the only one called 
by the user interface.

To help you understand the rubric concept, think about times you've watched 
sporting events where someone gives a performance and other people judge the 
performance. The judges have a list of required moves the performers are 
supposed to do ("performance criteria" or "expectations") and they write 
down judgments on how the performers did on each criteria. They might be 
required, by others, to note anything from a grade from 1 to 10 on each 
criteria all the way to something as simple as "yes s/he performed the move" 
or "no s/he didn't perform the move." For our purposes, a rubric is nothing 
more than an analogous list of expectations for what a student is to 
accomplish on an assignment and then judgments about how the student did on 
each individual expectation. (For an example, see 
http://www.uwstout.edu/soe/profdev/webpagerubric.html)

Thanks again for your help as I continue struggling through the land of 
Objectville :-)

Al C.

----- Original Message ----- 
From: "Henry Bartlett" <[EMAIL PROTECTED]>
To: "Borland's Delphi Discussion List" <[email protected]>
Sent: Thursday, December 21, 2006 2:54 PM
Subject: Re: OOP [cont'd]


> Alan Colburn" <[EMAIL PROTECTED]> wrote
>
>> Courses have students and assignments.
>
> But aren't assignments essentially bound to courses. I would expect a
> course to contain a number of assignments but, in general, an
> assignment to be associated with a single course. Can the same
> assignement be credited to several different courses?
>
> I would expect there to be a one-to-many relationship between courses
> and assignments.
>
> But the relationship between courses and students may be different.
> Can a student be taking a number of different courses at the same
> time?
>
> If "he" can then there is a many-to-many relationship between courses
> and students.
>
> And I am not entirely clear about your "rubric".
>
> You talk about "evaluations of student performance on an expectation".
> Are these "expectations" associated with the course. IOW are they what
> I would call course criteria with the eventual award in the course
> being based upon the student's achievement on the various course
> criteria?
>
>
> Henry Bartlett
>
>
>
>
> _______________________________________________
> Delphi mailing list -> [email protected]
> http://www.elists.org/mailman/listinfo/delphi
> 

_______________________________________________
Delphi mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi

Reply via email to