Instructor Dashboard
-
+##-----------------------------------------------------------------------------
+%if modeflag.get('Psychometrics') is None:
+
@@ -99,14 +157,45 @@ table.stat_table td {
%endfor
+%endif
+
+##-----------------------------------------------------------------------------
+%if modeflag.get('Psychometrics'):
+
+ %for plot in plots:
+
+ ${plot['title']}
+
+ ${plot['info']}
+
+
+
+
+
+ %endfor
+
+%endif
+
+##-----------------------------------------------------------------------------
+## always show msg
%if msg:
${msg}
%endif
-% if course_errors is not UNDEFINED:
+##-----------------------------------------------------------------------------
+%if modeflag.get('Admin'):
+ % if course_errors is not UNDEFINED:
Course errors
+ %if not course_errors:
+ None
+ %else:
% for (summary, err) in course_errors:
- ${summary | h}
@@ -118,8 +207,10 @@ table.stat_table td {
% endfor
+ %endif
-% endif
+ % endif
+%endif