forked from instructure/canvas-lms
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix content tag state synchronization
test plan (non-draft-state): - as a teacher * create each of the following: - assignment - discussion - page (hidden from students) - page (not hidden from students) - quiz (leaving it unpublished) * add each of the above items to a module * refresh the modules page - each of the above items should be listed - as a student * navigate to the modules page - the hidden page and quiz should not be listed - all other items should be listed * click on the first item in the module * click through each of the 'Next' buttons - only items listed in the module should be presented test plan (draft-state): - as a teacher * create each of the following: - assignment - discussion - page - quiz * add each of the above items to a module * refresh the modules page - each of the above items should be listed - as a student * navigate to the modules page - only published items should be visible * click on the first item in the module * click through each of the 'Next' buttons - only published items should be presented * publishing items (as a teacher) should make them available to the student in the module progression as well as the modules page closes CNVS-10831 Change-Id: Ia84e56f42438ff531a4e15784eefaec2ead8ecdd Reviewed-on: https://gerrit.instructure.com/30312 Reviewed-by: Jeremy Stanley <[email protected]> Product-Review: Jeremy Stanley <[email protected]> Tested-by: Jenkins <[email protected]> QA-Review: Jeremy Stanley <[email protected]>
- Loading branch information
Showing
12 changed files
with
226 additions
and
67 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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.