Dillon Dumesnil
7791f15509
refactor: AA-692: Update location of is-hidden class when fa icon is used
...
We ran into a bug where the is-hidden class was being overridden by the
font awesome styling due to a late load of font awesome (causing the
fa class to take precedence). This changes to instead wrap the icon in
the span so there is no competing between the two classes on the same
element
2021-03-17 10:57:56 -07:00
Asad
ac3d6359a0
Fixed role note
2021-02-24 07:45:02 -05:00
Matthew Piatetsky
84fb4679c9
Add contains_content_type_gated_content attribute to display items in the Sequence Metadata API. This attribute is used to display the content type gating paywall in frontend-app-learning.
...
Also, refactor existing timed exam code that checks for content_type_gated_content in a sequence to make it try with the new code
AA-613
2021-01-28 12:00:53 -05:00
Matthew Piatetsky
95811992ca
[REV-1508] Add functionality to limit timed exam access behind waffle flag ( #25054 )
...
Re-applied bugfix #24214 , but behind a waffle flag. The change gates timed exams for audit learners. We would like to limit access to timed exams to verified learners. However, some of the instructors would like to make their content free for all users, including graded content/timed exams (hence the Feature-Based Enrollment "FBE" exemption). As a result, we will be rolling the gated timed exams functionality out behind a waffle flag now, add the FBE exemption when we figure out how, and gradually turn the waffle flag on for everyone.
2020-10-01 09:33:12 -04:00
Matthew Piatetsky
1fec3b997b
Revert "[REV-774] Show content type gating upsell when a limited access learner tries to access a timed exam"
2020-07-15 15:43:57 -04:00
Matthew Piatetsky
78317ca115
Show content type gating upsell when a limited access learner tries to access a timed exam
...
Otherwise, these learners could start the timer and then be unable to take the exam once they have access to the content
REV-774
2020-06-22 16:18:58 -04:00
Dave St.Germain
3e73ba3879
TNL-6929:
...
Improves navigation within Studio for Learning Sequences, speeding up authors who want to see how a learner progresses through content without needing to jump over to the LMS.
This adds a dropdown section navigator to the breadcrumbs on the unit page and copies the sequence navigator from LMS to the studio unit page.
2019-11-07 09:13:00 -05:00
DawoudSheraz
197d281a1b
speech output for completion checkmarks
2019-09-11 09:26:51 +05:00
Omar Al-Ithawi
de0964dbdc
Allow correct gender translations for course unit prev/next buttons
2019-08-25 18:49:48 +03:00
Calen Pennington
755a5c7db6
Augment content_type_gating tests to detect the failure case from the original REVMI-34 implementation
2019-05-16 15:17:33 -04:00
Usman Khalid
36b3316ebc
Fixes to sequence module for anonymous courseware access.
2018-07-20 14:26:22 +05:00
Matthew Piatetsky
a394f23c12
mark units as graded if subsection is graded
2018-05-10 13:32:53 -04:00
Sanford Student
8956739a34
Add the visual indicator to the sequence horizontal nav bar to mark verticals completed
...
EDUCATOR-2189
2018-02-12 15:26:40 -05:00
Bill Filler
4fe5f3457d
Conditionally display gated content in courseware
...
Display gated sections in course outline, navigation and in the course
when user has met prerequiste condition.
WL-1273, WL-1317
2018-01-18 12:34:19 -05:00
AlasdairSwan
acab64be4d
LEARNER-3128 add role=presentation to sequence nav list items
2017-12-06 08:38:56 -05:00
Harry Rein
aa853a930e
Styling changes for responsive behavior on LMS.
2017-11-09 12:46:48 -05:00
Clinton Blackburn
69eeca61d8
Opening courseware to anonymous users
...
Anonymous users may now view units in the courseware. This access is limited to units that are not considered problems/graded (e.g. homework, exams).
2017-11-06 16:42:06 -05:00
Andy Armstrong
268bea9e62
Make the course content page responsive
...
LEARNER-2754
2017-11-01 17:34:04 -04:00
alisan617
356885e91e
seq nav screen reader hidden
2017-01-17 09:56:30 -05:00
alisan617
88e10e0ee8
sequence navs keyboard support and test update
2017-01-13 14:07:10 -05:00
Brian Jacobel
e98aeda29e
Move sequence nav display.coffee to new js location, and remove dead code
2017-01-04 15:22:59 -05:00
Albert St. Aubin
dbb66f8c09
Updated the problem meta to show a score of 0 and refactored/simplified the JS that build the problem meta string
...
TNL-5549
2016-10-21 06:40:20 -04:00
Brian Jacobel
8b0b4f5ce2
Redesign sequence nav, move breadcrumbs out of sequence container
...
TNL-5555
2016-10-05 13:39:27 -04:00
Nimisha Asthagiri
9d747fa65c
Merge pull request #12975 from edx/tnl/hide_content
...
LMS Hide Subsection Content
2016-07-20 09:04:32 -04:00
Nimisha Asthagiri
eb02f2adc1
LMS Update to hide subsection content based on due-date
...
TNL-4905
2016-07-19 21:13:14 -04:00
alisan617
43572db0e5
update UXPL v.0.16.1
2016-07-19 19:13:43 -04:00
Eric Fischer
d3128f4d36
Masquerading staff override hidden special exams [TNL-4808] ( #12806 )
...
Allows staff using "view as specific student" mode to bypass edx-proctoring
hiding special exams from students, to allow for more useful debugging.
Includes "shim" pattern library implementation of alerts, and a bokchoy
test for this functionality.
2016-06-23 16:54:57 -04:00
ssemenova
36c867c42a
changed icon html from <i> to <span>
...
TNL-4651
2016-05-31 15:46:23 -04:00
Sanford Student
bbcec0cf40
displaying title of sequence item in tooltip instead of children
2016-04-19 10:28:47 -04:00
Nimisha Asthagiri
2f037f04e9
seq_module.html XSS - Safe by default
2016-03-29 12:59:15 -04:00
Nimisha Asthagiri
2c90cac962
Accessible Sequence navigation
...
MA-2190
2016-03-29 12:59:05 -04:00
Nimisha Asthagiri
8cbf99aca4
Activate Next and Previous Buttons across sections
...
MA-2152
MA-2153
2016-03-29 12:58:08 -04:00
Christine Lytwynec
3f6b7cb004
Sequence navigation tooltip mechanism updated
2016-02-22 14:13:36 -05:00
muzaffaryousaf
b4189784da
Fixed POST bookmarks bug when display_name is None.
...
Added tests & general message to js when parsing fails.
TNL-3989
2016-01-12 09:47:51 -05:00
muzaffaryousaf
3cbbb8f3b1
Add/Remove Bookmark button to each unit in LMS courseware.
...
TNL-1957
2015-12-17 22:07:32 +05:00
Sarina Canelake
c480fb8fd5
Remove second tooltip from LMS Sequentials
2015-09-20 10:59:04 -04:00
Jolyon Bloomfield
8e04f92167
Fixing spacing in tooltip
2015-09-06 15:37:19 -04:00
Omar Al-Ithawi
e57d8a732c
RTL next and prev. arrows in sequence module navigation
2015-08-25 12:37:18 +03:00
Chris Dodge
6cf5516a84
Integration of edx_proctoring into the LMS
2015-08-13 19:08:50 -04:00
Chris Rodriguez
74ce5cbb87
Changing sequence nav buttons from images to icon fonts
2015-04-28 11:04:16 -04:00
Chris Rodriguez
2637ac897d
Changing id to class
2015-04-17 08:55:30 -04:00
Chris Rodriguez
0326c1917a
Adding markup for icon fonts; adding custom styles for said icons
2015-02-12 18:50:47 -05:00
Chris Rodriguez
3acb5c53f0
Accessibility issues addressing UX-1572
2015-01-30 14:16:59 -05:00
Chris Rodriguez
370eb970b1
Accessibility issues addressing UX-1573
...
Conflicts:
common/lib/xmodule/xmodule/css/sequence/display.scss
2015-01-29 16:39:27 -05:00
Dave St.Germain
0773f0687d
Answer checks should offer feedback to assistive tech. This commit adds
...
a page level javascript SR object to enable reading of alert messages.
LMS-2158
2014-03-20 09:53:44 -04:00
Diana Huang
bce7d9e43d
Add tests and clean up A/B testing
...
Also fixes STUD-1351
2014-03-05 13:46:03 -05:00
Dave St.Germain
4810bd6d1c
Improved sequence navigation accessibility
2014-02-10 14:34:28 -05:00
Dave St.Germain
a6797899da
Removed inappropriate section tags. Because screen readers announce each section, they should not be used unless they are actually defining meaningful sections.
2014-02-05 11:32:08 -05:00
Dave St.Germain
636eab8b9e
Added more descriptive page titles.
2014-01-30 17:32:03 -05:00
Calen Pennington
ac8eeb681f
Make sequence module use ajax_url properly
2013-10-29 10:36:22 -04:00