muhammad-ammar
29acc3acfc
resolve merge conflicts
...
test fixes
2015-11-18 19:13:54 +05:00
muhammad-ammar
8d5f153201
Merge remote-tracking branch 'origin/release' into dj18-release-merge
...
Conflicts:
common/djangoapps/util/testing.py
lms/djangoapps/instructor/views/api.py
lms/djangoapps/teams/tests/test_views.py
openedx/core/djangoapps/programs/models.py
openedx/core/djangoapps/user_api/accounts/tests/test_views.py
requirements/edx/github.txt
2015-11-18 17:53:44 +05:00
Peter Pinch
fd8b757c90
Merge pull request #10250 from mitocw/feature/aq/add_pagination_gradebook
...
Added pagination on grade book.
2015-11-13 12:37:34 -05:00
asadiqbal
35d04bff89
SOL-1385
2015-11-13 15:23:02 +05:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
Matt Drayer
31c5b94548
Merge pull request #10518 from edx/saleem-latif/SOL-1333
...
SOL-1333: Add Cert Regenerate UI on Instructor Dash
2015-11-10 12:20:07 -05:00
Amir Qayyum Khan
44b409ebff
Added pagination on grade book.
2015-11-10 15:18:15 +05:00
Saleem Latif
094ed32176
Added ability to regenerate certificates from Instructor Dashboard
2015-11-10 15:14:55 +05:00
Sarina Canelake
2ae8ee2666
Merge pull request #10395 from mitocw/feature/skm/add_max_score#95
...
Optionally add max and actual score for assignments to get_student_grade_summary_data output.
2015-11-09 12:05:46 -05:00
Shawn Milochik
5d8830096a
Added max score to output of get_student_grade_summary_data.
...
This will put the actual score and actual max score in scope for
the the return_csv function, so actual scores can be dumped.
The ultimate goal is to provide this data in the CSV dump that is
passed to Stellar via pylmod.
This is PR #10395 on edX, and issue 95 on mitocw's edx fork.
https://github.com/edx/edx-platform/pull/10395
https://github.com/mitocw/edx-platform/issues/95
2015-11-06 12:49:19 -05:00
Zia Fazal
941664294e
allow exception to be added for multiple courses
...
added unit test to test certs exception same user different courses scenario
2015-11-05 20:53:18 +05:00
Matt Drayer
fc77a6eae7
Merge pull request #10363 from edx/saleem-latif/SOL-1315
...
SOL-1315: Add Cert Exception UI on Instructor Dash
2015-11-03 10:09:19 -05:00
Saleem Latif
99bd47e9a8
Add Cert Exception UI on Instructor Dash
2015-11-03 12:52:22 +05:00
chrisndodge
7868067879
Merge pull request #9744 from edx/cdodge/timed-exams
...
Timed Exams
2015-10-30 11:03:59 -04:00
Muhammad Shoaib
9476898df0
Add Timed Exams as a feature to edx-platform
2015-10-30 08:44:33 -04:00
Afzal Wali
5a11f75a48
Add the ability for self-service course survey reports
2015-10-29 13:26:28 -04:00
asadiqbal
74b082497f
SOL-1288
2015-10-19 17:28:10 +05:00
Diana Huang
7bfb1127f5
Merge pull request #9771 from edx/diana/add-team-to-reports
...
Add team column to grade reports.
2015-10-02 09:35:25 -04:00
louyihua
66678c103f
i18n fix
...
1. Add missing '_()' in capa_base.py & video_xfields.py
2. Fix a bug in instructor_dashboard.py that causes crash when ANALYTICS_DASHBOARD_NAME contains non-ascii characters.
3. Workaround for mis-extractions inside .underscore files when using gettext along with interpolate.
2015-09-24 13:02:12 +08:00
Diana Huang
a53903c46a
Add team column to grade reports.
2015-09-23 12:21:13 -04:00
Chris Dodge
5591101a18
only show proctoring download button when the course has proctoring enabled
2015-09-09 12:06:58 -04:00
Sarina Canelake
25169ccc4d
Merge pull request #9147 from open-craft/OC-791-answer-export
...
Move problem responses export from legacy instructor dash to new instructor dash
2015-08-31 15:12:55 -04:00
Tim Krones
f9756eb436
Merge pull request #9483 from open-craft/OC-791-course-timeline-improved
...
Instructor dashboard: Improve course timeline info
2015-08-28 12:30:27 +02:00
Tim Krones
aa55d1c569
If no end date has been set for a course, be explicit about it in course
...
timeline info.
2015-08-26 18:39:47 +02:00
Chris Dodge
110dbc048c
alter columns in proctoring exam report
2015-08-20 20:21:54 -04:00
Chris Dodge
674b92f0b9
Only let global staff (is_staff=True) see the Proctoring tab in the Instructor Dashboard
...
Only let global staff (is_staff=True) see the Proctoring tab in the Instructor Dashboard if the feature flag is enabled.
2015-08-19 11:07:14 -04:00
Tim Krones
df5b2dadda
Move functionality for exporting a CSV of all student answers to a given
...
problem from legacy instructor dash to new instructor dash.
2015-08-17 22:32:49 +02:00
Sarina Canelake
5481a6a1a8
Merge pull request #9146 from open-craft/OC-791-course-timeline
...
Instructor Dashboard: Display info about course timeline
2015-08-17 13:10:57 -04:00
Chris Dodge
6cf5516a84
Integration of edx_proctoring into the LMS
2015-08-13 19:08:50 -04:00
Tim Krones
050b747b1d
Display start date, end date, and number of sections (weeks) on "Course
...
Info" tab of instructor dashboard.
2015-07-31 09:38:09 +02:00
cahrens
1b93dd122e
Sort the grade cutoffs.
...
TNL-2848
2015-07-24 12:52:56 -04:00
srpearce
93e31e6149
Merge pull request #8573 from edx/sylvia/docs/InstDashHousekeeping
...
Clean up some e-commerce strings on the Instructor Dashboard
2015-07-21 09:27:34 -04:00
Sylvia Pearce
3ab45fba0c
Clean up some e-commerce strings on the Instructor Dashboard
2015-07-20 18:29:17 -04:00
Matt Drayer
4c0b00f45e
Merge pull request #8952 from edx/ziafazal/SOL-1045
...
SOL-1045: Enable certificate generation by students for self-paced courses
2015-07-20 10:22:02 -04:00
tlindaliu
0c837adfce
Refactor auth.has_access to auth.user_has_role
...
Change name of method to clear up confusion with the access.has_access method.
2015-07-19 20:42:29 -04:00
tlindaliu
e0840d2d43
MA-849: Change has_access return type
...
New classes for the return type, and changes to the has_access function and tests to make them compatible.
2015-07-19 20:42:29 -04:00
Adam
2735b2b5bb
Revert "Decorated instructor dashboard with sudo_required."
2015-07-17 12:11:38 -04:00
Zia Fazal
bed7d80777
enable certificate generation for html certificates
...
Enable Student-Generated Certificates for HTML certs flow
2015-07-16 13:32:14 +05:00
Waheed Ahmed
bc052db1ee
Added DjangoSudo functionality for instructor dashboard and course team page
2015-07-16 11:14:11 +05:00
Sarina Canelake
376fe0a57c
Remove outdated Analytics scripts, code, and css
2015-07-15 11:11:10 -04:00
Sarina Canelake
4f2be41a48
Add messaging about Insights to Analytics instructor tab
2015-07-15 11:11:09 -04:00
Sarina Canelake
39d3537410
Pylint logging-format-interpolation: Convert logging calls to use %s formatting
2015-07-13 17:33:29 -04:00
Sarina Canelake
8283c07e32
Remove superfluous-parens pylint violations
...
Skipped 'print' statement violations, as print() is Py3k syntax.
2015-07-13 17:33:28 -04:00
Alison Hodges
747c6b7413
Merge pull request #8716 from edx/ahodges/staff_labeling
...
Ahodges/staff labeling
2015-07-08 17:34:29 -04:00
Matt Drayer
b0c1e962c7
rc/2015-07-08-mattdrayer: Hide button behind feature flag
2015-07-08 16:55:38 -04:00
Zia Fazal
611d16b25a
ziafazal/SOL-980: Generate certificates from instructor dashboard
...
* added generate certificates task and bok choy tests
* added unit tests
* changes based feedback and improved acceptance test
* Change header text
* changes based on feedback on 24/6
* added task_id to api output
* fixed broken test
* Remove "Instructor" from strings, per Docs team
* Fixed flaky entrance exam test
2015-07-02 14:32:36 -04:00
Alison Hodges
9f08e78705
fixed trailing white space errors
2015-07-02 10:52:37 -04:00
Alison Hodges
8ccc27b427
fix pep8 violations
2015-07-02 09:15:05 -04:00
Alison Hodges
7410286104
Fixed pylint line-too-long violations
2015-07-01 15:23:15 -04:00
Alison Hodges
e473022c91
Additional references to "Pending Instructor Tasks" changed
2015-07-01 12:49:59 -04:00