+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 17
  1. #1
    Forum Newbie
    Using
    not specified
    Join Date
    Nov 2005
    Location
    Canada
    Posts
    2

    Default Program to detect cheating in AutoCad

    Registered forum members do not see this ad.

    I am looking for a program that detects cheating with autocad? Ex. Copying one persons drawing and calling it their own. I know Universities and other technical schools have such a program.

    Thankyou,

    MrDark

  2. #2
    Administrator CADTutor's Avatar
    Computer Details
    CADTutor's Computer Details
    Operating System:
    Windows 7 Home Premium 64bit
    Motherboard:
    Asus P7P55D-E PRO
    CPU:
    Intel Core i7-860
    RAM:
    4GB PC3-12800 C8 Corsair Dominator
    Graphics:
    NVIDIA Quadro FX 1800 768 MB
    Primary Storage:
    Intel X25-M SSD 160GB
    Secondary Storage:
    Samsung Spinpoint 320GB
    Monitor:
    BenQ FP241W 24" Wide
    Discipline
    Education
    CADTutor's Discipline Details
    Occupation
    Senior Lecturer (Digital Design), Landscape Architect & Web Designer
    Discipline
    Education
    Using
    AutoCAD 2014
    Join Date
    Aug 2002
    Location
    Hampshire, UK
    Posts
    3,607

    Default

    Humm, that's interesting. I must admit that I haven't heard of that before. One of the great joys and efficiencies in using a CAD programme is the ability to "share" content.

    I don't use any such software in my teaching because it's usually obvious if this sort of thing has been going on - in fact, I often run group projects where a student team will have to work together and share data since this is much more of a real world situation.

    What's your particular concern?
    Tip: Please do not PM or email me with CAD questions - use the forums, you'll get an answer sooner.
    AutoCAD Tutorials | How to add images to your posts | How to register successfully | Forum FAQ

  3. #3
    Senior Member
    Using
    not applicable
    Join Date
    Jan 2005
    Location
    INDIA
    Posts
    107

    Default

    well we have been facing the similar problem in our college. But we had no other option than ignoring it!!
    [][] LESS IS MORE. MORE IS NO MORE [][]

    Rajesh Advani

  4. #4
    Super Member
    Using
    AutoCAD 2007
    Join Date
    Aug 2003
    Location
    Livingston, Scotland
    Posts
    995

    Default

    ask your students to turn on the log file and ask them to submit the log file with their work. ~ and award a percentage of the mark to the log file ~ that way, if they don't submit one, they lose a mark or two !


    I seem to remember this being discused in depth before ~ wasn't it on this forum ?

    other than that, the only thing you can do is to find an error and see if this error is replicated on other drawings
    ResourceCAD.... the Resource for your CAD Solutions

  5. #5
    Senior Member
    Using
    not applicable
    Join Date
    Jan 2005
    Location
    INDIA
    Posts
    107

    Default

    other than that, the only thing you can do is to find an error and see if this error is replicated on other drawings
    this is what we do to catch the cheaters!
    [][] LESS IS MORE. MORE IS NO MORE [][]

    Rajesh Advani

  6. #6
    Senior Member Dommy2Hotty's Avatar
    Using
    AutoCAD 2007
    Join Date
    Mar 2004
    Location
    Homer Glen, IL
    Posts
    350

    Default

    Check the TDCREATE variable. They CAN NOT be the exact same unless it IS the same drawing
    AutoCAD 2005
    ADT 2005

  7. #7
    Super Member David Bethel's Avatar
    Discipline
    Multi-disciplinary
    David Bethel's Discipline Details
    Discipline
    Multi-disciplinary
    Details
    Commercial Food Service
    Using
    AutoCAD pre 2000
    Join Date
    Dec 2003
    Location
    Newport News, Virginia
    Posts
    1,926

    Default

    If you are teaching introductory or maybe even intermediate students, I would think XDATA would be good tool. It can be fairly difficult to remove or edit for a newbie.

    At the end or start of each session, check that each entity has the repective author's name or ID. Radmonly during the session and at the end of the session, add the author's name to new entitites

    Code:
    (defun add_xdata_str (e a v);;;EName APPID String_value
      (and (not (tblsearch "APPID" a))
           (regapp a))
      (and (= (type e) 'ENAME)
           (= (type v) 'STR)
           (= (type a) 'STR)
           (entmod
             (append (entget e)
               (list
                (cons -3
                 (list
                  (cons a
                   (list (cons 1000 v))))))))))
    Code:
    (add_xdata_str "Author" ename (getvar "LOGINNAME"))
    
    or maybe (getvar "_PKSER") if the software was installed from individual disks.
    
    -David
    R12 (Dos) - A2K

  8. #8
    Senior Member Dommy2Hotty's Avatar
    Using
    AutoCAD 2007
    Join Date
    Mar 2004
    Location
    Homer Glen, IL
    Posts
    350

    Default

    Taken from CadResource.com

    Quote Originally Posted by CadResource.com
    TDCREATE.ZIPCompares autocad drawing files for same TDCREATE systemvars. If two or more files have the same TDCREATE date list these filenames. Useful for AutoCAD course teachers to check if any two students started with the same drawing, somebody used anothers dwg as prototype, but it cannot be checked if someone inserts another dwg in to his. (my students aren't that good with blocks (Will come in the next version, it is possible by checking the handles) New with V1.3:bugfix: date conversion corrected, error after the comma filespec functions removed
    AutoCAD 2005
    ADT 2005

  9. #9
    Junior Member
    Using
    not specified
    Join Date
    Oct 2005
    Posts
    23

    Default

    you could give a short in class quiz that asks what command they used to draw a certain part of the drawing. you could also check to see who has bak files and who doesn't and if the bak are copies. you could also tell them how long it should take them to finish a drawing and then ask them to write the actual amount of time on the drawing. If the times are to short or to long or exactly the same then you could wonder if someone is cheating.

    unfortunately with every attempt to catch cheaters there is a way to avoid getting caught.

  10. #10
    Super Moderator Lazer's Avatar
    Computer Details
    Lazer's Computer Details
    Operating System:
    Windows 7
    Computer:
    HP xw 4600 Workstation
    CPU:
    Intel Core2 Duo, 3 Gig
    RAM:
    8GB
    Graphics:
    NVIDEA Quadro FX 1700
    Primary Storage:
    2TB
    Secondary Storage:
    Portable TB drive
    Monitor:
    Samsung SyncMaster 226
    Using
    Inventor 2014
    Join Date
    Aug 2005
    Location
    Northants, England
    Posts
    1,572

    Default

    Registered forum members do not see this ad.

    My teacher at tech spotted every little error we did on cad.

    On the acad city&guilds 4 the one with big house, his eyes where all over it from start to finish and he always asked questions and helped us out.

    Infact on all projects at college he was there helping out and new what we where doing at all times, Again eyes all over what we where doing.

    There was no way you would even think about pulling the wool over his eyes.

    Now this is no program stop cheating....but it does stop cheating.
    USING AUTOCAD 2013 AND INVENTOR 2013, ALIAS 2013.

    If in doubt scale and don't ask!



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts