We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently there is only one instructor user in the rudaux config
c.instructor_user = "blah"
Should be able to specify a list of instructor jhub users for each course group. So something like
c.instructor_users = { 'group_name_1' : ['instructor_1', 'instructor_2', 'instructor_3'], 'group_name_2' : ['instructor_4', 'instructor_1'] }
All instructor users for a particular course group:
Right now the above is just for one instructor, but you guys will need this to work for multiple instructors this semester.
The text was updated successfully, but these errors were encountered:
@Lourenzutti after #155 do this one next!
Sorry, something went wrong.
No branches or pull requests
Currently there is only one instructor user in the rudaux config
Should be able to specify a list of instructor jhub users for each course group. So something like
All instructor users for a particular course group:
Right now the above is just for one instructor, but you guys will need this to work for multiple instructors this semester.
The text was updated successfully, but these errors were encountered: