We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28b21ed + f78042a commit da75967Copy full SHA for da75967
1 file changed
templates/ContentGenerator/ProblemSet/problem_list.html.ep
@@ -35,7 +35,8 @@
35
</th>
36
<th><%= maketext('Counts for Parent') %></th>
37
% }
38
- % if ($c->{canScoreProblems}) {
+ % if ($authz->hasPermissions(param('user'), 'access_instructor_tools')
39
+ % && $authz->hasPermissions(param('user'), 'problem_grader')) {
40
<th><%= maketext('Grader') %></th>
41
42
</tr>
0 commit comments