(Courses and students are the same on both Webwork servers.)
What is easiest way to copy/transfer the exam work and scores to the
other Webwork server?
Thanks,
cs
I've also done what Danny has and used mysql commands to copy homework and test data. My administration script also does this; I've updated it to include that code (see wwManage). The subroutine that does the data copying is called copyWork
at line 2432 in the script.
Gavin