-
-
Notifications
You must be signed in to change notification settings - Fork 166
Ww3 feature/reduced credit #404
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
2d33b9e
Change .gitignore to ignore the bower_components directory
pstaabp 9aa9d73
Change the comments in the OPL-update file to reflect where the libra…
pstaabp c68f577
Merge branch 'develop' into ww3-feature/reduced_credit
pstaabp 6587106
Merge branch 'reduced_credit_date' of https://github.com/goehle/webwo…
pstaabp c9c8c48
Initial work on reduced_credit in WW3
pstaabp 4dd0660
Initial work done to include Reduced Scoring in WW3
pstaabp 66fbac0
Fixed a bug in which the yes/no or 0/1 needed to be changed to "0"/"1"
pstaabp af44950
Show/Hide Reduced Scoring info based on global setting
pstaabp b6c43b6
Added dynamic reduced credit scoring date to the Problem details
pstaabp 3bf3e27
calendar fixes
pstaabp 4a2de4c
Reduced Credit dates now appear on the calendar.
pstaabp 6ae69c7
Added the ability to show/hide individual types of assignments.
pstaabp 0806285
Added Reduced Scoring to the Problem Set Detail View/ Customize to us…
pstaabp 2dce1cb
Added reduced scoring to the customize users view of the Problem Set …
pstaabp 5cca4e2
Validation of all dates in a ProblemSet and improved messaging on err…
pstaabp c8a43ca
Merge branch 'ww3' of https://github.com/openwebwork/webwork2 into ww…
pstaabp 635f88a
Removed a duplicated setting and improved the handling of a new reduc…
pstaabp 3a4378f
Changed the documentation setting for the reduced_scoring_period.
pstaabp 5656d7d
If reduced_scoring is not set, the field in the Problem Set Manager i…
pstaabp 9dadf8c
For setting dates, all dates via the date picker, adjust so that ther…
pstaabp 0d59f18
restored click on set name in Problem Set Manager goes to Problem Set…
pstaabp 3613f92
Added month and year selector to date picker.
pstaabp 35f2723
Merge branch 'ww3-feature/true-false-issue' into ww3-feature/reduced_…
pstaabp 5bd25eb
Calendar now shows/hides the "Show Reduced Scoring Dates" in the pull…
pstaabp 33252ad
Show/hide reduced scoring dates when applicable. Before it hide the …
pstaabp 4bbc2b0
Changed Problem Set Manager and Problem Set Details page to include t…
pstaabp caf3397
Changed the way the userSets was handled on the server.
pstaabp 1e7aff3
Changed some default settings and some code cleanup.
pstaabp 33a4446
Fixes to strangeness in the reduced scoring in problem sets.
pstaabp 71d82f6
send back the _id field so that the client knows that the returned da…
pstaabp 3d72433
Fixed bug where set properties with booleans weren't saving correctly.
pstaabp 9cbdf22
Fixed another case of the boolean settings not being stored correctly.
pstaabp 09f589e
Fixed another case of the boolean settings not being stored correctly.
pstaabp ef2a607
deleted some debug statements.
pstaabp 534c1ba
Fixed the Problem Set Details View (and customize users) to show/hide…
pstaabp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was a documentation error; nothing to do with reduced scoring, but needed to be fixed.