Discussion:
sample midterm
(too old to reply)
angelo john nasca
2005-07-22 02:55:06 UTC
Permalink
question #5c asks you to change the code so that section info does not
have the major part. Does this mean just a rewrite of the template?
thanks, aj
Santosh Kumar
2005-07-25 16:19:35 UTC
Permalink
AJ,
In this problem, you are asked to change the major from "ECE" to "CSE"
in student records (r_item of the my_section object) that already exist in
my_section object. This requires you to find those (d_item, r_item) pairs of
my_section that have "ECE" in the "major" field of their r_item and change
it to "CSE."

Have a nice day,
Santosh
Post by angelo john nasca
question #5c asks you to change the code so that section info does not
have the major part. Does this mean just a rewrite of the template?
thanks, aj
Loading...