Vik Paruchuri
|
ff84545f31
|
Start to add peer grading tests, make dummy system a separate thing
|
2013-05-08 18:49:28 -04:00 |
|
Vik Paruchuri
|
1d53625673
|
Add in ability to mock a server, a lot more testing code for open ended
|
2013-05-08 15:37:25 -04:00 |
|
Vik Paruchuri
|
5c55595e8b
|
Start to add in some more open ended module tests
|
2013-05-08 12:10:49 -04:00 |
|
Ned Batchelder
|
070f184ee0
|
Not sure why these had capital-I's in them, since the text just above shows lowercase-i's, and uppercase doesn't work properly.
|
2013-05-06 10:55:06 -04:00 |
|
Ned Batchelder
|
42eee48ec9
|
A few places we used an option of 'imaginaryi', which isn't a real option. Doesn't change any behavior.
|
2013-05-06 10:55:06 -04:00 |
|
Ned Batchelder
|
a6677aa0a8
|
Computed answers are run through safe_exec.
|
2013-05-06 10:55:04 -04:00 |
|
Ned Batchelder
|
33abe54e0d
|
Work in progress to sandbox the uses of eval in LMS.
|
2013-05-06 10:55:03 -04:00 |
|
Ned Batchelder
|
0a6761c9a5
|
Clean up this xml data file.
|
2013-05-06 10:55:03 -04:00 |
|
Ned Batchelder
|
e69a073161
|
Add a test for the Python in schemaresponse, and refactor the tests while I was in there.
|
2013-05-06 10:55:03 -04:00 |
|
Chris Dodge
|
5137119f2b
|
add a simple Studio walkthough to check page loads
|
2013-04-08 13:55:38 -04:00 |
|
Chris Dodge
|
288620592a
|
get metadata inheritance to work with draft stores. Fix bug on .publish() method whereby inherited metadata got written to the DB as 'own-metadata'. Change filter in mako_module.py to return list of own-metadata and inherited-metadata as 'editable-metadata'. Also, add unit test for draft metadata-inheritance and publish
|
2013-04-07 19:33:04 -04:00 |
|
cahrens
|
bd055ddc22
|
On course about page, display course end date if no about page HTML blog (end_date.html) exists.
#224
|
2013-04-04 15:30:34 -04:00 |
|
cahrens
|
d02dc37d9f
|
On course about page, display course end date if no about page HTML blog (end_date.html) exists.
#224
|
2013-04-04 15:22:56 -04:00 |
|
Chris Dodge
|
9cd38d115e
|
import needs to enumerate through the fields for all content scopes. Also add unit test
|
2013-03-20 21:37:09 -04:00 |
|
Vasyl Nakvasiuk
|
493421c1ec
|
fix test_conditional, add new conditional to "conditional_and_poll" test course
|
2013-03-06 19:52:18 +02:00 |
|
Calen Pennington
|
1bfb933518
|
Merge remote-tracking branch 'origin/master' into feature/alex/poll-merged
Conflicts:
cms/djangoapps/contentstore/tests/test_contentstore.py
cms/djangoapps/contentstore/views.py
cms/templates/edit_subsection.html
cms/templates/overview.html
cms/templates/unit.html
cms/templates/widgets/header.html
common/djangoapps/course_groups/tests/tests.py
common/lib/xmodule/setup.py
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/combined_open_ended_module.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/js/src/.gitignore
common/lib/xmodule/xmodule/mako_module.py
common/lib/xmodule/xmodule/modulestore/mongo.py
common/lib/xmodule/xmodule/modulestore/store_utilities.py
common/lib/xmodule/xmodule/modulestore/xml_exporter.py
common/lib/xmodule/xmodule/open_ended_grading_classes/combined_open_ended_modulev1.py
common/lib/xmodule/xmodule/open_ended_grading_classes/controller_query_service.py
common/lib/xmodule/xmodule/open_ended_grading_classes/open_ended_module.py
common/lib/xmodule/xmodule/open_ended_grading_classes/openendedchild.py
common/lib/xmodule/xmodule/open_ended_grading_classes/self_assessment_module.py
common/lib/xmodule/xmodule/peer_grading_module.py
common/lib/xmodule/xmodule/tests/__init__.py
common/lib/xmodule/xmodule/tests/test_capa_module.py
common/lib/xmodule/xmodule/tests/test_self_assessment.py
common/lib/xmodule/xmodule/x_module.py
lms/djangoapps/courseware/grades.py
lms/djangoapps/courseware/models.py
lms/djangoapps/courseware/views.py
lms/djangoapps/open_ended_grading/tests.py
|
2013-03-04 16:33:40 -05:00 |
|
Calen Pennington
|
908bfa3c09
|
Remove the old poll module test case
|
2013-03-04 09:02:59 -05:00 |
|
Chris Dodge
|
103508b45d
|
remove empty attempts and weights from simple test course
|
2013-02-21 15:41:59 -05:00 |
|
Chris Dodge
|
a7f6545cbc
|
add unit test
|
2013-02-21 11:22:20 -05:00 |
|
Alexander Kryklia
|
059b9f66e3
|
poll and conditional finished
|
2013-02-15 18:48:39 +02:00 |
|
Calen Pennington
|
4f555f6480
|
Merge remote-tracking branch 'origin/master' into feature/cale/xmodule-storage-model
Conflicts:
cms/djangoapps/contentstore/course_info_model.py
cms/djangoapps/contentstore/module_info_model.py
cms/djangoapps/contentstore/tests/factories.py
cms/djangoapps/contentstore/tests/test_course_settings.py
cms/djangoapps/contentstore/views.py
cms/djangoapps/models/settings/course_details.py
cms/djangoapps/models/settings/course_grading.py
cms/templates/edit_subsection.html
common/djangoapps/mitxmako/shortcuts.py
common/djangoapps/static_replace.py
common/djangoapps/util/converters.py
common/djangoapps/xmodule_modifiers.py
common/lib/xmodule/setup.py
common/lib/xmodule/xmodule/abtest_module.py
common/lib/xmodule/xmodule/capa_module.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/discussion_module.py
common/lib/xmodule/xmodule/error_module.py
common/lib/xmodule/xmodule/html_module.py
common/lib/xmodule/xmodule/js/src/video/display.coffee
common/lib/xmodule/xmodule/mako_module.py
common/lib/xmodule/xmodule/modulestore/mongo.py
common/lib/xmodule/xmodule/modulestore/store_utilities.py
common/lib/xmodule/xmodule/modulestore/xml.py
common/lib/xmodule/xmodule/modulestore/xml_importer.py
common/lib/xmodule/xmodule/raw_module.py
common/lib/xmodule/xmodule/self_assessment_module.py
common/lib/xmodule/xmodule/seq_module.py
common/lib/xmodule/xmodule/template_module.py
common/lib/xmodule/xmodule/tests/__init__.py
common/lib/xmodule/xmodule/tests/test_export.py
common/lib/xmodule/xmodule/tests/test_import.py
common/lib/xmodule/xmodule/video_module.py
common/lib/xmodule/xmodule/x_module.py
common/lib/xmodule/xmodule/xml_module.py
lms/djangoapps/courseware/access.py
lms/djangoapps/courseware/courses.py
lms/djangoapps/courseware/grades.py
lms/djangoapps/courseware/models.py
lms/djangoapps/courseware/module_render.py
lms/djangoapps/courseware/tests/tests.py
lms/djangoapps/courseware/views.py
lms/djangoapps/django_comment_client/utils.py
lms/templates/staff_problem_info.html
lms/templates/video.html
rakefile
|
2013-02-07 15:12:30 -05:00 |
|
Vik Paruchuri
|
34dc6e6320
|
Fix some issues with peer grading service
|
2013-02-05 13:37:55 -05:00 |
|
ichuang
|
4446ddb292
|
cleaned up conditional module a bit; add test for conditional module
|
2013-02-03 20:59:05 -05:00 |
|
Chris Dodge
|
ab9d30cbc6
|
Merge branch 'master' of github.com:MITx/mitx into fix/cdodge/export-static-tabs
|
2013-01-31 10:51:24 -05:00 |
|
Chris Dodge
|
fc57e7afdb
|
add testing for course info export. Plus DRY things out a bit
|
2013-01-31 10:51:20 -05:00 |
|
chrisndodge
|
676e80bd9d
|
Merge pull request #1389 from MITx/fix/cdodge/export-static-tabs
add new tab file
|
2013-01-30 12:26:12 -08:00 |
|
Chris Dodge
|
a9da761b18
|
add new tab file
|
2013-01-30 15:25:00 -05:00 |
|
Chris Dodge
|
855c8bb7e7
|
add unit test for tab reordering
|
2013-01-29 13:44:42 -05:00 |
|
Chris Dodge
|
22695d80c7
|
Merge branch 'master' into feature/cdodge/cms-master-merge4
Conflicts:
common/djangoapps/student/models.py
common/lib/capa/capa/responsetypes.py
common/lib/xmodule/setup.py
common/lib/xmodule/xmodule/course_module.py
common/lib/xmodule/xmodule/xml_module.py
jenkins/test.sh
lms/djangoapps/courseware/access.py
lms/djangoapps/courseware/tests/tests.py
lms/djangoapps/django_comment_client/models.py
requirements.txt
|
2013-01-17 09:15:37 -05:00 |
|
Brian Wilson
|
3b28e328c4
|
disable export of testcenter_exam from course module (and add test).
|
2013-01-15 17:54:10 -05:00 |
|
Alexander Kryklia
|
100da2aef9
|
added gst tests for import
|
2013-01-15 12:55:20 +02:00 |
|
Alexander Kryklia
|
b0b4a90bd3
|
added gst tests for export
|
2013-01-15 12:55:20 +02:00 |
|
Chris Dodge
|
9f73294959
|
add end_date.html file
|
2013-01-14 12:23:36 -05:00 |
|
Chris Dodge
|
edb913f6ac
|
add tests for about content overrides
|
2013-01-14 12:12:40 -05:00 |
|
Calen Pennington
|
8874d9d7f8
|
Add a draft implementation of the Poll module for Justice
|
2013-01-03 12:21:13 -05:00 |
|
Chris Dodge
|
e70db062b2
|
Merge branch 'feature/cale/cms-master' into feature/cale/cms-master-merge
Conflicts:
requirements.txt
|
2013-01-03 10:46:24 -05:00 |
|
Chris Dodge
|
725805f1cf
|
add forgotten new file
|
2012-12-28 13:52:49 -05:00 |
|
Calen Pennington
|
c917725ff0
|
Merge remote-tracking branch 'origin/master' into feature/cale/cms-master
Conflicts:
common/lib/xmodule/xmodule/seq_module.py
common/lib/xmodule/xmodule/template_module.py
common/lib/xmodule/xmodule/x_module.py
lms/djangoapps/courseware/tests/tests.py
lms/djangoapps/courseware/views.py
lms/static/sass/course.scss
requirements.txt
|
2012-12-07 11:17:41 -05:00 |
|
Brian Wilson
|
dfb9913100
|
clean up lms tests, and fix export/import
|
2012-12-04 11:52:35 -05:00 |
|
Brian Wilson
|
4ebd70dcc4
|
add support for utf8 in sequences, verticals and custom modules.
|
2012-12-04 03:54:36 -05:00 |
|
Brian Wilson
|
5b02e1e3ce
|
add additional html tests
|
2012-12-03 16:26:08 -05:00 |
|
Brian Wilson
|
1d44ebb10c
|
Add more non-ascii characters to full dataset, and make fixes in xmodule code.
|
2012-12-03 16:22:25 -05:00 |
|
Brian Wilson
|
0c1ebd8dfb
|
add toylab test data and test changes, including fix to jump_to
|
2012-11-30 19:05:26 -05:00 |
|
Brian Wilson
|
9bfa800208
|
add non-ascii data to toy dataset
|
2012-11-28 18:28:40 -05:00 |
|
Don Mitchell
|
a9233dfd44
|
Merge branch 'course-info' into feature/dhm/cms-settings
Conflicts:
cms/djangoapps/contentstore/views.py
|
2012-11-19 16:00:27 -05:00 |
|
Calen Pennington
|
0fff578e7d
|
Merge remote-tracking branch 'origin/master' into feature/cale/cms-master
Conflicts:
.gitmodules
lms/envs/aws.py
lms/envs/common.py
lms/static/sass/course.scss
lms/urls.py
|
2012-11-16 09:03:15 -05:00 |
|
Victor Shnayder
|
23fa860f2a
|
Add test files to full test course
- I added them when playing with input types, but never merged them in
|
2012-11-13 10:47:42 -05:00 |
|
Calen Pennington
|
dbcb1adfaf
|
Merge remote-tracking branch 'origin/master' into feature/cale/cms-master
Conflicts:
lms/static/sass/course/courseware/_courseware.scss
|
2012-11-13 10:22:42 -05:00 |
|
chrisndodge
|
e3d65a0c08
|
Merge pull request #997 from MITx/feature/cale/js-tests
Feature/cale/js tests
|
2012-11-08 06:44:49 -08:00 |
|
Vik Paruchuri
|
fee0facd39
|
Add in some docs for tests, factor out class name in js
|
2012-11-06 09:30:59 -05:00 |
|