Thanks for the reply, John. I must really be dense, though, because I cannot figure out how to work a closed set in WW2.
I log in and, as professor, I can see that there is a closed set. In
gray, it says "will open on 09/03/04 at 10:00am." I click on the set,
and it gives me a problem list, along with the message: "This set is
hidden from students." So far so good. But then I click a problem and I
get the dreaded pink stripe: "This problem is not available because the
problem set that contains it is not yet open."
I get the same message if I go to it via:
Homework sets editor ---> [click the problem] ---> "Try it"
Finally, here is the permissionLevels hash from global.conf:
---------------------------------------------------
my $student = 0;
my $ta = 5;
my $professor = 10;
%permissionLevels = (
report_bugs => $student,
view_multiple_sets => $ta,
view_unopened_sets => $ta,
view_unpublished_sets => $ta,
view_answers => $ta,
become_student => $professor,
access_instructor_tools => $ta,
create_and_delete_problem_sets => $professor,
modify_problem_sets => $professor,
assign_problem_sets => $professor,
modify_student_data => $professor,
score_sets => $professor,
send_mail => $professor,
modify_classlist_files => $professor,
modify_set_def_files => $professor,
modify_scoring_files => $professor,
create_and_delete_courses => $professor,
fix_course_databases => $professor,
);
---------------------------------------------------
From the looks of things, I should be able to "view" the unopened sets,
which I guess I can (if "view" means "view the existence of"). Are
these the only possible keys for the permissionLevels hash? If not,
where can I find a complete list of possible keys?
Thanks again,
Doug
<| Post or View Comments |>
|