Thread Closed

Worst instructional tool of all time

 
Share Thread Thread Tools
Jan29-08, 01:02 PM   #1
 

Worst instructional tool of all time


I'm a student in AP Physics C right now, and my teacher is using this program called Webassign. Absolutely horrible. All of my class and his normal physics classes hate it, but the man refuses to change to just plain old book work!

Anyone ever used this program or similar ones? What do you think of it? Positives and Negatives?
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Heat-related deaths in Manhattan projected to rise
>> Dire outlook despite global warming 'pause': study
>> Sea level influenced tropical climate during the last ice age
Jan29-08, 03:23 PM   #2
 
My major issue with WebAssign is that you can't receive partial credit. The answer is either completely right or wrong.
You also have to be careful about rounding during intermediate steps of the problem. When I had physics courses that used webassign, you usually had to be accurate to three decimal places in the final solution or the problem would be marked incorrect.
It certainly makes homework grading easier for the instructor though.
 
Jan29-08, 03:44 PM   #3
 
At my school they also use webassign, its the only form of assesment they use, and also is the only form of homework they set, the majority of my year agrees that its pointless, as large portions of what is set for us is not relevant to our physics A-level.

The worst problem is the fact that the teachers now no longer teach us properly and expect us to learn of webassign. I think if used properly it could probably be alot more usefull but on its own its just pointless.
 
Jan29-08, 05:44 PM   #4
 

Worst instructional tool of all time


Quote by DavidHarmon View Post
The worst problem is the fact that the teachers now no longer teach us properly and expect us to learn of webassign. I think if used properly it could probably be alot more usefull but on its own its just pointless.
Agreed. It seems theres been too much dependence lately on technology as a teaching tool. As you said, if used correctly(as only a supplement to a good lecture, and not a teaching tool itself), then Webassign could be useful for everyone.

I cant believe they make you use that for EVERYTHING. I only needed it for physics, but I would most likely kill myself if I was in your predicament.
 
Jan29-08, 06:11 PM   #5
 
My school uses something similar, MasteringPhysics, but I have to say that I really like it.
 
Jan29-08, 06:20 PM   #6
 
Mentor
Quote by engineer23 View Post
You also have to be careful about rounding during intermediate steps of the problem.
Um, why are you rounding at all during intermediate steps? Doesn't your calculator have any memory registers?
 
Jan29-08, 06:41 PM   #7
 
Recognitions:
Science Advisor Science Advisor
The worst aspect of tools like these is that the instructor can unintentionally create impossible problems. For example, even though the final answer may need only 3 significant digits, the details of the calculation might be such that far more digits are required to reach the final answer accurately; I had numerous occasions in college where such tools required in intermediate accuracy beyond the means of a standard calculator.

Generally, the numbers given in the problem statement are randomized (so that each student is given a slightly different problem). If the instructor is careless in coding the randomizer, nonsense can result. Case in point:

In my freshman engineering course, we were doing a section on statics. The professor set us a problem, via the web, as follows:

A helium balloon is tethered to the ground via three tethers, which are anchored at three points in the XY plane: (x1,y1), (x2,y2), (x3,y3). The balloon has a net buoyant force of F and is hovering in equilibrium over the point (x0,y0). (All specific numbers are randomized.) Find the tension in each of the three ropes, and the unit vectors along which each of these tensions act.

That's all well and good, except the vast majority of students (myself included) kept coming up with negative tensions, no matter how we tried to calculate them. We brought this up with the professor, and he told us we must have done it wrong, because "You can't push a rope" (he repeated this rather dogmatically). Sure, you can't push a rope, but you can write bad code for a problem that involves unphysical rope-pushing...

What had happened (and I had to demonstrate this with rigorous mathematics to the professor before he would back down and re-grade the problem) is that the random number generator was not taking into account the physics of the problem. All four points P1, P2, P3 and P0 were chosen independently. This meant that, the majority of the time, the point P0 was actually chosen such that it was outside the triangle formed by P1, P2, and P3. This would mean that, unless there were a wind pulling the balloon in that direction, at least one of the ropes must be in compression rather than tension in order to hold the balloon in place.

Thus, most of the class had actually done the problem correctly. They got an absurd result because the problem was coded to give them an absurd physical situation.

Moreover, this guy had required about 10 significant digits on the three unit vectors in Part B. I think what actually happened is that the code must have been checking for strict equality, using floating-point numbers, instead of using a small error bounds. Thus, it was often impossible to satisfy the precision required to get any points. (I remember quite often in this class that students would have to enter 10-12 digits in their answers all the time, and for no reason other than the professor was paranoid about cheating and guessing).
 
Jan29-08, 07:32 PM   #8
 
Used Webassign for first year physics homework and exams. Never had any problems with it, really.
 
Jan29-08, 07:38 PM   #9
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Quote by engineer23 View Post
My major issue with WebAssign is that you can't receive partial credit. The answer is either completely right or wrong.
You also have to be careful about rounding during intermediate steps of the problem. When I had physics courses that used webassign, you usually had to be accurate to three decimal places in the final solution or the problem would be marked incorrect.
It certainly makes homework grading easier for the instructor though.
Once you graduate and start real work you won't get partial credit either, so get used to being completely right or completely wrong.

CS
 
Jan29-08, 07:46 PM   #10
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Quote by DavidHarmon View Post
The worst problem is the fact that the teachers now no longer teach us properly and expect us to learn of webassign. I think if used properly it could probably be alot more usefull but on its own its just pointless.
Your teacher does not actually have lessons prepared? Are you required to go to an actual class?

WebAssign is primarily an assesment tool.

CS
 
Jan29-08, 09:37 PM   #11
 
When I was taking physics thats what he used as well is web assign, hard stuff~
 
Jan29-08, 10:23 PM   #12
 
omg, I'm so glad I'm past an education that uses such a tool. If I had to contend with this kind of thing it would drive me crazy - it would be easier to see the flaws than to do my homework. I'd probably do what Ben did, in an attempt to prove the tool is harmful.
 
Jan30-08, 06:00 AM   #13
 
Mentor
Quote by Ben Niehoff View Post
this guy had required about 10 significant digits on the three unit vectors in Part B. I think what actually happened is that the code must have been checking for strict equality, using floating-point numbers, instead of using a small error bounds.
I was thinking of your typical freshman-physics problem in which the input data is given to three significant figures. Students who don't know how to use a calculator properly tend to do each step separately, and round off each intermediate result to three sig figs, which usually causes a small (sometimes not so small!) error at the three-sig-fig level when they get to the end. The situation you describe is different, and I agree it's unreasonable.
 
Jan30-08, 06:56 AM   #14
kdv
 
I am a teacher and I don't want to use webassign. I give them problems and I marked them myself, giving points not only for the answer but also for their solutions. I care more about how they solve a problem than their final answer, actually. Someone may get completely the wrong numerical answer but still get most of the points because most of the steps are correct.
 
Jan30-08, 08:01 AM   #15
 
Blog Entries: 47
Recognitions:
Gold Membership Gold Member
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by kdv View Post
I am a teacher and I don't want to use webassign. I give them problems and I marked them myself, giving points not only for the answer but also for their solutions. I care more about how they solve a problem than their final answer, actually. Someone may get completely the wrong numerical answer but still get most of the points because most of the steps are correct.
Out of curiosity...
How many students do you have?
How many problems per assignment? and How many assignments per week?
Can you sense if students are really doing the problems? or just copying from someone else?
 
Jan30-08, 08:16 AM   #16
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Quote by kdv View Post
Someone may get completely the wrong numerical answer but still get most of the points because most of the steps are correct.
I think that's great for exams, but for homework, which is generally a smaller percentage of the total course grade, WebAssign works well by reducing the load on the instructor.

CS
 
Jan30-08, 08:44 AM   #17
 
Quote by stewartcs View Post
Once you graduate and start real work you won't get partial credit either, so get used to being completely right or completely wrong.

CS
That may be true, but so is the contrary - in much of the real work early physics students will be doing (mostly engineering, really), if they don't include their work and process of thought carefully, what they did has no value. Webassign continues a secondary school obsession with the final result, but the process can be as or more important to a company.

Webassign might be an assessment tool, but it isn't a good one for physics.

At least it gives professors and grad students more time to do research. . . but the fact that the students are paying more for this instead of less is just criminal.
 
Thread Closed
Thread Tools


Similar Threads for: Worst instructional tool of all time
Thread Forum Replies
How do I build an instructional model to explain Kinematics or Thermal Properties? General Physics 0
Worst Day Ever General Discussion 32
Why do you always assume the worst? Forum Feedback & Announcements 2
"Instructional Robot" Design Project Engineering Systems & Design 1
Matlab: the worst Math & Science Software 7