Difference between revisions of "Instructor FAQ"

From WeBWorK_wiki
Jump to navigation Jump to search
(Added $feedback_by_section FAQ)
Line 5: Line 5:
 
to work with the version of CGI installed on your site. See [[Release_notes_for_WeBWorK_2.4.9#Gotchya.27s_2]]
 
to work with the version of CGI installed on your site. See [[Release_notes_for_WeBWorK_2.4.9#Gotchya.27s_2]]
   
  +
=== Can email from students be directed to different instructors based on their Section number? ===
  +
  +
Yes. To set this for an individual course, navigate to the File Manager, and go up one directory from the templates directory. Edit the <tt>course.conf</tt> file to include the line <tt>$feedback_by_section = 1</tt>. To set this for all courses on your server, add this line to <tt>global.conf</tt>.
   
 
[[Category:FAQ]]
 
[[Category:FAQ]]

Revision as of 17:11, 20 January 2011

When editing student data the permission level drop-down menu shows "guest" by default, even if it should be "student"

This can be fixed if you have access to the server. There are two different versions of a software package called CGI.pm. They handle drop down menus differently and the code in WeBWorK needs to be adjusted to work with the version of CGI installed on your site. See Release_notes_for_WeBWorK_2.4.9#Gotchya.27s_2

Can email from students be directed to different instructors based on their Section number?

Yes. To set this for an individual course, navigate to the File Manager, and go up one directory from the templates directory. Edit the course.conf file to include the line $feedback_by_section = 1. To set this for all courses on your server, add this line to global.conf.