Skip to content
New issue

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

Add a gradebook button in the grading tab #450

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

demekenega
Copy link

@demekenega demekenega commented Dec 15, 2023

fix #12 :
Problem: Previously, instructors had to navigate to the admin page to view their students' grades. This process was not user-friendly and created unnecessary steps for instructors.

Solution: With this update, instructors can now view their students' grades directly on the instructor page, specifically while they are grading student work. This enhancement streamlines the grading process and improves overall usability.

Before:
image

After:
image

@demekenega demekenega closed this Apr 15, 2024
@demekenega demekenega reopened this Apr 15, 2024
</fieldset>
<input id="autogradesubmit" type="submit" class="btn btn-primary" value="Autograde and Display Totals" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deleting this invalidates the html.

@@ -51,17 +51,22 @@ <h3>Students</h3>
<p style="visibility: hidden">This paragraph takes up some space to deal with a funky display issue of the right side lumping over onto the left</p>


<div id="autogradingform" style="text-align: center; visibility: hidden;">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is unhidden by the javascript at the appropriate time.

<form>
<fieldset>
<input id="enforceDeadline" type="checkbox" name="enforceDeadline" value="enforceDeadline" class="big-checkbox" checked />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment as above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a gradebook button in the grading tab of the instructor's page
2 participants