Add onboarding status view to instructor dashboard

This commit is contained in:
Bianca Severino
2021-02-03 11:13:06 -05:00
parent 111fbbca8b
commit 1d667e8b0f
7 changed files with 26 additions and 10 deletions

View File

@@ -203,6 +203,9 @@ such that the value can be defined later than this assignment (file load order).
{
constructor: edx.instructor_dashboard.proctoring.ProctoredExamAllowanceView,
$element: idashContent.find('.' + CSS_IDASH_SECTION + '#special_exams')
}, {
constructor: edx.instructor_dashboard.proctoring.ProctoredExamOnboardingView,
$element: idashContent.find('.' + CSS_IDASH_SECTION + '#special_exams')
}, {
constructor: edx.instructor_dashboard.proctoring.ProctoredExamAttemptView,
$element: idashContent.find('.' + CSS_IDASH_SECTION + '#special_exams')

View File

@@ -2587,9 +2587,11 @@ input[name="subject"] {
}
.special-allowance-container,
.student-onboarding-status-container,
.student-proctored-exam-container {
.allowance-table,
.exam-attempts-table {
.exam-attempts-table,
.onboarding-status-table {
width: 100%;
tr:nth-child(even) {
@@ -2598,7 +2600,8 @@ input[name="subject"] {
}
.allowance-headings,
.exam-attempt-headings {
.exam-attempt-headings,
.onboarding-status-headings {
height: 40px;
border-bottom: 1px solid #bebebe;
@@ -2718,7 +2721,8 @@ input[name="subject"] {
}
.exam-attempts-content,
.exam-allowances-content {
.exam-allowances-content,
.onboarding-status-content {
padding-left: 0;
padding-right: 0;
}
@@ -2727,7 +2731,8 @@ input[name="subject"] {
margin-top: -30px;
margin-bottom: 20px;
.search-attempts {
.search-attempts,
.search-onboarding {
border: 1px solid #ccc;
display: inline-block;
border-radius: 5px;