Hi Mike,
I just ran into Bug 1133 however I am a little unclear on which file I
should modify. [note: Bug 1133 essentially gives you a warning every
time "submit answer" is clicked because WW 2.3 has some relative path
issues]
You say in the bug report:
<quote>
OK. I think I have it. There is an error in the global.conf.dist # The transaction log contains data from each recorded answer submission. This # is useful if the database becomes corrupted. $webworkFiles{logs}{transaction} = "$courseDirs{logs}/transaction.log";
The mismatch is that as currently defined the "transaction" logging
facility is expected to be under the webworkDirs, not the courseDirs.
The quick fix for now is to change
courseDirs{logs} to
webworkDirs{logs} .
Hopefully that will work.
</quote>
I just want to be clear. Am I supposed to correct global.conf or global.conf.dist ?
I do not really understand CVS and so I am not sure of what the big
difference between * and *.dist are (if they have anything to do with
CVS at all).
Also, I am running into a related (?) issue. When I click the "grades"
link under the Main Menu, I get a list of grades in a table and then
some warnings underneath. Is this a bug or do I have some permissions
set incorrectly?
Here are the errors (this is for a student with no permissions):
Error messages Failed to open scoring file
'/opt/webwork/courses/modelCourse-math240/scoring/report_grades_data.csv'
for reading: No such file or directory
Call stack
The information below can help locate the source of the problem.
* in WeBWorK::File::Scoring::parse_scoring_file called at line 1962 of /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator.pm
* in WeBWorK::ContentGenerator::read_scoring_file called at line
96 of /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Grades.pm
* in WeBWorK::ContentGenerator::Grades::scoring_info called at
line 53 of /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator/Grades.pm
* in WeBWorK::ContentGenerator::Grades::body called at line 152 of /opt/webwork/webwork2/lib/WeBWorK/Template.pm
* in WeBWorK::Template::template called at line 480 of /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator.pm
* in WeBWorK::ContentGenerator::content called at line 188 of /opt/webwork/webwork2/lib/WeBWorK/ContentGenerator.pm
* in WeBWorK::ContentGenerator::go called at line 338 of /opt/webwork/webwork2/lib/WeBWorK.pm
By the way, if the student logs out and then logs back in,
there is still a record of the their score. And the instructor can see
all of the past answers so this does not appear to be an issue of those
records being kept. Is this truly an annoyance that the students may
ignore (for now)?
Thanks in advance,
Brian
<| Post or View Comments |>
|