ALL EXPERTS - RE: Student Assignments
Question posted by: msquared
( Administrator)
on
February 18th, 2007 10:44 PM
Policies below superceded by FAQ Post Course Work Questions and Answers.
Quote:
We are introducing a new policy regarding the whole issue of dealing with student assignments on thescripts. As this is most relevent in this forum I am introducing the policy here until the FAQ can be amended accordingly. - We will be stopping the posting of whole code solutions to questions and will be asking the moderators to enforce this and to edit threads when necessary. Students posts containing full code will also be edited.
- If experts need to see a students full code for any reason it can be forwarded directly to the expert by PM.
- Students can ask questions on functionality and theory or post code snippets for syntax corrections.
- In essence the experts are going to be asked to act in the role of tutor rather than providing blanket solutions.
- Where experts do post full code solutions the solutions will be edited by the moderator appropriately and the expert will be referred to the guidelines which will be amended to this new policy.
It is felt that this is an important time in the development of any programmer and we are not helping them by providing full code solutions. Once identified previous full code assignments are to be edited in accordance with the guidelines.
|
ADMIN
|
|
February 18th, 2007 11:11 PM
# 2
|
Re: ALL EXPERTS - RE: Student Assignments
I thought this thread should be Stuck.
|
|
February 19th, 2007 02:54 AM
# 3
|
Re: ALL EXPERTS - RE: Student Assignments
Professor I take it you have no objection to an article of this nature being used to help students.
Mary
|
|
February 19th, 2007 01:15 PM
# 4
|
Re: ALL EXPERTS - RE: Student Assignments
Mary a more detailed description is needed for dumbs like me!!!
How much of the code do you want people to post?May be a guy who is really new to a language ,will need one or two full code examples to comprehended ,what to write and what to not in a program!
what do you think?
Quote:
Professor I take it you have no objection to an article of this nature being used to help students.
Mary
|
|
|
February 19th, 2007 04:53 PM
# 5
|
Re: ALL EXPERTS - RE: Student Assignments
Quote:
Mary a more detailed description is needed for dumbs like me!!!
How much of the code do you want people to post?May be a guy who is really new to a language ,will need one or two full code examples to comprehended ,what to write and what to not in a program!
what do you think?
|
The essence is ...
You can post code in snippets to answer syntax questions or to demonstrate how a function works. For example when a for...loop is required you can post a sample for...loop as long as it doesn't specifically answer the assignment question.
You can use Pseudo code to speak of the program flow required. What we don't want to see is the full code solution that students can just copy and paste and then hand in as assignment homework.
The rule of thumb is really just leave something for the student to do for themselves as it is the only way they will learn.
Mary
|
|
February 20th, 2007 03:27 AM
# 6
|
Re: ALL EXPERTS - RE: Student Assignments
The idea not at all bad.Following it is like walking on a thin rope.
You can easily fall down with a slight mistake
Quote:
The essence is ...
You can post code in snippets to answer syntax questions or to demonstrate how a function works. For example when a for...loop is required you can post a sample for...loop as long as it doesn't specifically answer the assignment question.
You can use Pseudo code to speak of the program flow required. What we don't want to see is the full code solution that students can just copy and paste and then hand in as assignment homework.
The rule of thumb is really just leave something for the student to do for themselves as it is the only way they will learn.
Mary
|
|
|
February 20th, 2007 02:57 PM
# 7
|
Re: ALL EXPERTS - RE: Student Assignments
Right, I think the point though is to use your best judgment. Keep the solutions informative but don't give everything away. You have to make the students work for it at least a little bit. You could post most of a code file if you leave out the important parts. Every single code file has a bunch of stuff in it that is not that important like, setting up variables, opening files, gathering input, and other things, that all need to be done before you get to the actual meat of the problem. I think it is this meat that we should not be giving away to the student. Tell them what the meat looks like, tell them a good strategy to do it but don't do it for them.
I'm sure everyone is going to be very forgiving while we all try to figure out exactly what this rule means. Just like laws in countries, sometimes even the law makers don't know the full extent of their laws until they are argued in a court.
|
|
February 20th, 2007 03:24 PM
# 8
|
Re: ALL EXPERTS - RE: Student Assignments
Quote:
I'm sure everyone is going to be very forgiving while we all try to figure out exactly what this rule means. Just like laws in countries, sometimes even the law makers don't know the full extent of their laws until they are argued in a court.
|
True!
I think the main thing to keep in mind is nowhere in the thread should the full code of the assignment appear either in one post or spread over a number of posts.
|
|
February 26th, 2007 02:20 PM
# 9
|
Re: ALL EXPERTS - RE: Student Assignments
ATTENTION: This is not a thread for you to ask your student assignment questions. This is for discussion of the new Student Assignment policy. Please ask your questions in the proper area, or they will be moved / deleted.
|
|
February 27th, 2007 06:38 AM
# 10
|
Re: ALL EXPERTS - RE: Student Assignments
As a newb, I thought I'd give my opinion on this policy. I've been given full code solutions in the past and have only needed and used a snippet. It was easier to understand the snippet in the context of the full code. I am just now getting to the point where this policy is just what I need to continue to learn. It's gonna be hard on the brand new members who are taking their first course, but it is manageable.
I get much more satisfaction out of MY programs when I am the one writing the code. My poblem is that I usually post all of my code when I ask questions. Now I'll be forced to better describe my problems and identify the relative code. Still not a bad thing.
personally, this policy will benefit me ( and eventually my employer).
Thanks
|
|
February 27th, 2007 07:26 AM
# 11
|
Re: ALL EXPERTS - RE: Student Assignments
Well teddarr,
the rule of not posting the full code is applicable when you are posting for helping others.
If you post a code tp ask questions or clear doubts,then posting full codes is most welcome.
Good luck
Quote:
As a newb, I thought I'd give my opinion on this policy. I've been given full code solutions in the past and have only needed and used a snippet. It was easier to understand the snippet in the context of the full code. I am just now getting to the point where this policy is just what I need to continue to learn. It's gonna be hard on the brand new members who are taking their first course, but it is manageable.
I get much more satisfaction out of MY programs when I am the one writing the code. My poblem is that I usually post all of my code when I ask questions. Now I'll be forced to better describe my problems and identify the relative code. Still not a bad thing.
personally, this policy will benefit me ( and eventually my employer).
Thanks
|
|
|
February 27th, 2007 07:33 AM
# 12
|
Re: ALL EXPERTS - RE: Student Assignments
Quote:
Well teddarr,
the rule of not posting the full code is applicable when you are posting for helping others.
If you post a code tp ask questions or clear doubts,then posting full codes is most welcome.
Good luck
|
Sorry Hirak but teddarr is right. If a student posts full code in a question with just some minor errors then that code can be just as easily copied by others as code posted by one of the experts. The whole point is to stop students copying and pasting code directly from the forum and handing it in as homework. If teddarr posted the full code of an assignment and it was copied then the lecturer could give teddarr 0 marks for the assignment assuming he/she had also copied this code.
Mary
|
|
February 27th, 2007 07:40 AM
# 13
|
Re: ALL EXPERTS - RE: Student Assignments
Well then everything lies on the creative ability of guys like teddarr.
more well they can describe their problem,chance of solution increases.
Quote:
Sorry Hirak but teddarr is right. If a student posts full code in a question with just some minor errors then that code can be just as easily copied by others as code posted by one of the experts. The whole point is to stop students copying and pasting code directly from the forum and handing it in as homework. If teddarr posted the full code of an assignment and it was copied then the lecturer could give teddarr 0 marks for the assignment assuming he/she had also copied this code.
Mary
|
|
|
February 27th, 2007 08:32 AM
# 14
|
Re: ALL EXPERTS - RE: Student Assignments
Quote:
Well then everything lies on the creative ability of guys like teddarr.
more well they can describe their problem,chance of solution increases.
|
Yes and as teddarr says figuring out how to describe the problem is a learning curve itself.
Mary
|
|
February 28th, 2007 02:08 AM
# 15
|
Re: ALL EXPERTS - RE: Student Assignments
i would like to have an opinion, i like the new rule is great but wat do we do if its not an assignment but if it's just a question about the code that a person as writen.
example
- Option Explicit
-
-
Public LoginSucceeded As Boolean
-
-
Private Sub cmdCancel_Click()
-
'set the global var to false
-
'to denote a failed login
-
LoginSucceeded = False
-
Me.Hide
-
End Sub
-
-
Private Sub cmdOK_Click()
-
Dim FH As Long
-
FH = FreeFile()
-
-
Open "H:\_Common\Work2\Stuff for Mr.goss\a.txt" For Append As #FH
-
'check for correct password
-
If txtPassword = txtPassword Then
-
'place code to here to pass the
-
'success to the calling sub
-
'setting a global var is the easiest
-
LoginSucceeded = True
-
Me.Hide
-
Else
-
MsgBox "Invalid Password, try again!", , "Login Failed"
-
txtPassword.SetFocus
-
SendKeys "{Home}+{End}"
-
End If
-
End Sub
if i use this it's not all right but, if i asked a question like how would i use a loop in this code.
just a question by Yoda
|
|
March 1st, 2007 09:44 AM
# 16
|
Re: ALL EXPERTS - RE: Student Assignments
Quote:
i would like to have an opinion, i like the new rule is great but wat do we do if its not an assignment but if it's just a question about the code that a person as writen.
example
- Option Explicit
-
-
Public LoginSucceeded As Boolean
-
-
Private Sub cmdCancel_Click()
-
'set the global var to false
-
'to denote a failed login
-
LoginSucceeded = False
-
Me.Hide
-
End Sub
-
-
Private Sub cmdOK_Click()
-
Dim FH As Long
-
FH = FreeFile()
-
-
Open "H:\_Common\Work2\Stuff for Mr.goss\a.txt" For Append As #FH
-
'check for correct password
-
If txtPassword = txtPassword Then
-
'place code to here to pass the
-
'success to the calling sub
-
'setting a global var is the easiest
-
LoginSucceeded = True
-
Me.Hide
-
Else
-
MsgBox "Invalid Password, try again!", , "Login Failed"
-
txtPassword.SetFocus
-
SendKeys "{Home}+{End}"
-
End If
-
End Sub
if i use this it's not all right but, if i asked a question like how would i use a loop in this code.
just a question by Yoda
|
Hi Yoda
The rule only pertains to Assignments.
Mary
|
|
March 1st, 2007 09:45 AM
# 17
|
Re: ALL EXPERTS - RE: Student Assignments
If you want your question answered you will have to post a new thread for it using the Start a Discussion button in the C++ forum.
ADMIN
Last edited by RedSon : March 20th, 2007 at 11:12 PM.
Reason: Deleted original post.
|
|
March 6th, 2007 01:39 AM
# 18
|
Re: ALL EXPERTS - RE: Student Assignments
Quote:
Hi Yoda
The rule only pertains to Assignments.
Mary
|
thanks mary
|
|
March 6th, 2007 01:41 AM
# 19
|
Re: ALL EXPERTS - RE: Student Assignments
Quote:
Hi Yoda
The rule only pertains to Assignments.
Mary
|
mary u should make a rule making state wether there question is for anisgnment or just a general question.
Yoda
Just an idea
|
|
March 6th, 2007 06:24 PM
# 20
|
Re: ALL EXPERTS - RE: Student Assignments
Quote:
mary u should make a rule making state wether there question is for anisgnment or just a general question.
Yoda
Just an idea
|
I think it would be too hard to enforce Yoda.
Most of them are obvious anyway.
Mary
|
|
March 6th, 2007 10:12 PM
# 21
|
Re: ALL EXPERTS - RE: Student Assignments
Quote:
I think it would be too hard to enforce Yoda.
Most of them are obvious anyway.
Mary
|
thats fine just want to make a suggestion to help people and TSDN
|
|
March 6th, 2007 10:16 PM
# 22
|
Re: ALL EXPERTS - RE: Student Assignments
Quote:
thats fine just want to make a suggestion to help people and TSDN
|
And it's appreciated.
Mary
|
|
March 8th, 2007 12:42 PM
# 23
|
Re: ALL EXPERTS - RE: Student Assignments
Last edited by RedSon : March 20th, 2007 at 11:13 PM.
Reason: Original post deleted.
|
|
March 11th, 2007 05:02 PM
# 24
|
Re: ALL EXPERTS - RE: Student Assignments
Please see Post #18, as well as #25.
|
|
March 18th, 2007 01:54 PM
# 25
|
Re: ALL EXPERTS - RE: Student Assignments
dude we said all ready don't post questions in this forum about C++. see post number 18 and 25
|
|
March 19th, 2007 01:55 PM
# 26
|
Re: ALL EXPERTS - RE: Student Assignments
/me slaps forehead!
|
|
March 20th, 2007 03:30 AM
# 27
|
Re: ALL EXPERTS - RE: Student Assignments
Quote:
/me slaps forehead!
|
yeah, right?
these people are obviously not even bothering to check out the structure of the site before asking for help.
|
|
March 20th, 2007 03:08 PM
# 28
|
Re: ALL EXPERTS - RE: Student Assignments
Quote:
yeah, right?
these people are obviously not even bothering to check out the structure of the site before asking for help.
|
yep as u can see most newbies don't look before asking and where to post.
|
|
March 20th, 2007 11:07 PM
# 29
|
Re: ALL EXPERTS - RE: Student Assignments
Can someone close this thread please?
Oh...wait, I can.
Not the answer you were looking for? Post your question . . .
189,878 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).
|
|
|
Latest Articles: Read & Comment
Top C / C++ Forum Contributors
|