Commit Graph

  • c1c47bdae1 fix capa_problems pep8 ichuang 2012-06-10 22:20:56 -04:00
  • ede4ae08b9 added stringresponse_with_hint test ichuang 2012-06-10 22:06:13 -04:00
  • 6dedf644e1 added StringResponse (with hints) for hints, still to be done: numericalhint, optionhint no default hint processing done yet (ie hintmode = on_request) ichuang 2012-06-10 21:59:29 -04:00
  • 77d38da927 add FormulaResponseWithHintTest test ichuang 2012-06-10 21:27:11 -04:00
  • 436794741b SymbolicResponseTest works if snuggletex war running ; back to skipping it for now ichuang 2012-06-10 21:11:43 -04:00
  • 6f3143528f fix i4xs in tests.py; move symbolicresponse.xml test back to where it should be ichuang 2012-06-10 21:11:04 -04:00
  • 47e0317b7c fix xmodule/capa tests to use new CorrectMap ichuang 2012-06-10 21:05:21 -04:00
  • 225a4d87c6 fixes to schematicresponse to work with new CorrectMap ichuang 2012-06-10 20:52:10 -04:00
  • d56e6e1a11 django pipeline working now (with new pip -e git+git...) ichuang 2012-06-10 20:05:33 -04:00
  • a093b86841 problem.coffee change: show answer -> also show solution_* & do mathjax typeset ichuang 2012-06-10 20:04:30 -04:00
  • 8030bce0c0 bugfixes - correctmap should reinit self.cmap on init ichuang 2012-06-10 18:41:54 -04:00
  • 70e942fe2b fourth pass in capa cleanup: - Added hints + hintmethod - hintgroup compatible with loncapa spec - also does hintfn for custom hints (can do answer history) - GenericResponse -> LoncapaResponse - moved response type tags into responsetype classes - capa_problem should use __future__ division - hints stored in CorrectMap, copied to 'feedback' in SimpleInput for display ichuang 2012-06-10 17:17:57 -04:00
  • 57c1aa7b3d third pass in capa cleanup: correct_map -> CorrectMap - added correctmap.py with CorrectMap class - messages subsumed into CorrectMap - response get_score called with old CorrectMap so hints based on history are possible ichuang 2012-06-09 23:29:08 -04:00
  • a3d24d41f5 second pass in capa cleanup: - each response can now render its own xhtml - cleaned up LoncapaProblem.extract_html ichuang 2012-06-09 21:29:11 -04:00
  • ff9f8c9779 responsetypes - fix comment ichuang 2012-06-09 18:35:42 -04:00
  • f1a12a2604 first pass in capa cleanup: - responsetype used to be instantiated multiple times(!) in capa_problem now it is instantiated once, and stored in self.responders - responsetypes.GenericResponse restructured; each superclass show now provide setup_response (and not __init__), and may provide get_max_score(); general __init__ provided to clean up superclasses. ichuang 2012-06-09 18:27:09 -04:00
  • ec0b451e7f add msg to textinput_dynamath ichuang 2012-06-09 18:26:49 -04:00
  • cabcc0c1d9 Allow login in the cms, and read a particular course from mongo Calen Pennington 2012-06-08 16:55:38 -04:00
  • 338547343e Get the cms up to the point of rendering a template Calen Pennington 2012-06-08 14:01:41 -04:00
  • 3c07c2b158 Make mitxmako available to both the lms and the cms Calen Pennington 2012-06-08 11:27:22 -04:00
  • 2f79936074 Got basic login working Matthew Mongeau 2012-06-21 10:59:13 -04:00
  • dd6215ca18 wip Matthew Mongeau 2012-06-21 10:50:55 -04:00
  • 941a03f1d0 Point login form to login. Matthew Mongeau 2012-06-21 10:43:38 -04:00
  • 67487f8ad2 Modal wip Matthew Mongeau 2012-06-21 10:38:33 -04:00
  • 6dd47547c7 wip modal Matthew Mongeau 2012-06-21 09:51:03 -04:00
  • a2e2b6e445 allow javascript in problem xml ichuang 2012-06-20 23:37:40 -04:00
  • a892752b89 add 18.06x to dev_ike.py ichuang 2012-06-20 22:16:35 -04:00
  • 63b3999ef1 Big refactor of content_parser Victor Shnayder 2012-06-20 19:16:55 -04:00
  • 78b0e86334 cleans up login modal and adds js for toggling login modal Galen Frechette 2012-06-20 18:37:07 -04:00
  • c517b9e854 Merge branch 'prototype' of github.com:MITx/mitx into prototype Matthew Mongeau 2012-06-20 17:35:56 -04:00
  • 8ca56ed451 Merge pull request #129 from MITx/victor/progress-bugfix Victor Shnayder 2012-06-20 14:29:58 -07:00
  • 95806847d0 bugfix: lcp score can apparently be 0/0 Victor Shnayder 2012-06-20 17:20:34 -04:00
  • ec1510ca52 adds login modal Galen Frechette 2012-06-20 16:20:31 -04:00
  • cdfae5a005 Merge pull request #128 from MITx/victor/show_student_state Calen Pennington 2012-06-20 13:12:07 -07:00
  • 5e7535fbfb Progress tracking cleanup. Victor Shnayder 2012-06-20 16:01:56 -04:00
  • 85bee9b42b Initial UI for sequence progress. Victor Shnayder 2012-06-20 15:55:21 -04:00
  • e5a791e031 Add scaffolding comments for progress tracking in video modules. Victor Shnayder 2012-06-20 15:53:59 -04:00
  • 1b7b7e91e4 Merge branch 'master' into cpennington/cms-editing Calen Pennington 2012-06-20 15:07:15 -04:00
  • 215085345c Fix other references to jquery after update to latest version Calen Pennington 2012-06-20 15:06:49 -04:00
  • 94886643b0 gets app completly uptodate with prototype Galen Frechette 2012-06-20 14:37:37 -04:00
  • 6ce68e19db Make cms start on a different port by default Calen Pennington 2012-06-20 11:25:59 -04:00
  • 28b570cf79 Added body class for layout Kyle Fiedler 2012-06-20 11:39:55 -04:00
  • 649b9bd92d Merge pull request #127 from MITx/victor/fix_accordion_again Calen Pennington 2012-06-20 08:37:25 -07:00
  • b24c4d4626 Fix render of lms index with no chapter or section. Victor Shnayder 2012-06-20 11:31:21 -04:00
  • 1853b99861 Work in progress editing. Committing to allow kfiedler to work in parallel Calen Pennington 2012-06-20 11:13:54 -04:00
  • e9d5f85745 Merge pull request #115 from MITx/capa-include Calen Pennington 2012-06-20 07:34:19 -07:00
  • c317521468 Merge pull request #126 from MITx/victor/progress-tracking Calen Pennington 2012-06-20 07:33:48 -07:00
  • e872f31835 minor edits to address Calen's comments. Victor Shnayder 2012-06-20 10:31:37 -04:00
  • 7710e7a6a4 Merge pull request #125 from MITx/victor/fix_accordion Calen Pennington 2012-06-20 05:36:41 -07:00
  • 65d02819e8 Merge pull request #124 from MITx/cpennington/cms-pipeline Calen Pennington 2012-06-20 05:35:49 -07:00
  • 0ace2ee364 Merge pull request #122 from MITx/cpennington/cms-review-cleanup Calen Pennington 2012-06-20 05:34:36 -07:00
  • ed6a658afe Add note about optional revision in location Calen Pennington 2012-06-20 08:33:46 -04:00
  • b963d8b534 Initial progress display. Victor Shnayder 2012-06-19 18:16:14 -04:00
  • a126935369 Add Progress class and tests Victor Shnayder 2012-06-19 18:15:34 -04:00
  • 39c57af849 remove obsolete comment Victor Shnayder 2012-06-19 16:37:33 -04:00
  • a6fc27acd6 Fix accordion rendering bug Victor Shnayder 2012-06-19 16:19:45 -04:00
  • 8e05116d02 Merge pull request #123 from MITx/ps-update-jquery Calen Pennington 2012-06-19 11:36:08 -07:00
  • afaed83158 Update jQuery and jQuery-UI to latest version Prem Sichanugrist 2012-06-19 14:27:34 -04:00
  • e865b97269 Rename test directory for consistancy Calen Pennington 2012-06-19 14:21:38 -04:00
  • cc22125971 Remove old pre-compiled css Calen Pennington 2012-06-19 14:20:10 -04:00
  • cac53cf1a0 Switch the cms over to using django-pipeline Calen Pennington 2012-06-19 14:12:03 -04:00
  • 282372736d Add comment about None in Locations Calen Pennington 2012-06-19 14:24:14 -04:00
  • 47bf71ae10 Remove extra word in doc string Calen Pennington 2012-06-19 14:17:05 -04:00
  • b91a1d48b6 Remove reference to instructor module Calen Pennington 2012-06-19 11:44:54 -04:00
  • 7914baccaa Change name of XModuleSystem to DescriptorSystem at usage sites Calen Pennington 2012-06-19 11:36:22 -04:00
  • 6fb35c4773 Cleanup intertwined descriptor and keystore code Calen Pennington 2012-06-19 11:31:13 -04:00
  • 5562def5b7 Add documentation of mongo query syntax usage Calen Pennington 2012-06-19 11:29:48 -04:00
  • 677c25ee68 Remove unused code Calen Pennington 2012-06-19 11:28:22 -04:00
  • 58085f8ed9 Remove unused urls Calen Pennington 2012-06-19 11:27:56 -04:00
  • 6daa0f1aa0 Fix string layout for readability Calen Pennington 2012-06-19 11:27:44 -04:00
  • f1ffff1dc0 Cleanup and test Location, and add the ability to specify a revision Calen Pennington 2012-06-19 11:27:29 -04:00
  • 703103e767 Get rid of references to askbot Calen Pennington 2012-06-19 11:25:41 -04:00
  • 0379d1cb95 Search for course specifically in navigation view Calen Pennington 2012-06-19 11:25:29 -04:00
  • 199f94aa99 Conform to new TODO standards Calen Pennington 2012-06-19 11:24:22 -04:00
  • fb0deb9971 Merge pull request #121 from MITx/pmitros/documentation Calen Pennington 2012-06-19 08:01:53 -07:00
  • 25834412ce Documentation for rapid merge Piotr Mitros 2012-06-18 17:40:39 -04:00
  • e108c2cd44 Rapid pull/history Piotr Mitros 2012-06-18 17:09:17 -04:00
  • 7700a9d082 Merge branch 'master' into pmitros/documentation Piotr Mitros 2012-06-18 17:06:35 -04:00
  • 8bad7dc99d Code standards Piotr Mitros 2012-06-18 17:06:17 -04:00
  • ef6630d733 Merge pull request #120 from MITx/cpennington/cms Calen Pennington 2012-06-18 13:01:39 -07:00
  • 605b1ae0fd Remove old template that is no longer relevant Calen Pennington 2012-06-18 14:24:45 -04:00
  • 9ff0effd71 Remove copy/paste instructor module. It was a bad idea anyway. =) Calen Pennington 2012-06-18 14:08:15 -04:00
  • f8434b3a6d Move libraries that can only be imported in the context of django into common/djangoapps Calen Pennington 2012-06-18 13:48:26 -04:00
  • 34a696cdf6 Merge branch 'master' into cpennington/cms Calen Pennington 2012-06-18 13:46:33 -04:00
  • 79e81d69b4 Delay initializition of the MongoKeyStore until required Calen Pennington 2012-06-18 13:41:53 -04:00
  • 51cd7566a0 Merge pull request #119 from MITx/victor/render-path-cleanup Calen Pennington 2012-06-18 10:21:41 -07:00
  • 5404345b1f Make tests pass when running on cms Calen Pennington 2012-06-18 13:21:06 -04:00
  • 7e73f0ede0 put lambda function back in, as requested during code review Victor Shnayder 2012-06-18 13:12:47 -04:00
  • 328b2df7c5 Ignore .egg-info directories Calen Pennington 2012-06-18 12:21:12 -04:00
  • 4ce08cc358 Merge pull request #118 from MITx/victor/render-path-cleanup Calen Pennington 2012-06-18 09:12:55 -07:00
  • 5ae2668e9c Merge pull request #43 from MITx/pmitros/same-values Calen Pennington 2012-06-18 09:10:55 -07:00
  • f391e9c51c Courseware can have same random seed in multiple problems for exam. Slight hack. Piotr Mitros 2012-05-14 18:43:21 -04:00
  • 96cbb3d33b Small cleanups in response to Calen + Piotr's comments Victor Shnayder 2012-06-18 12:04:10 -04:00
  • 40a950f152 Merge pull request #105 from MITx/ps-video-volume Calen Pennington 2012-06-18 09:02:02 -07:00
  • b344e51c0f Merge pull request #116 from MITx/victor/render-path-cleanup Calen Pennington 2012-06-18 08:59:10 -07:00
  • e67dfb70e4 Add categories and XModuleDescriptors for all module types that are used at the top level of a course Calen Pennington 2012-06-18 11:09:11 -04:00
  • fe45de3833 Read week headings from mongodb Calen Pennington 2012-06-18 10:08:31 -04:00
  • 748398fca1 for externalresponse - fallback to script code if <answer> code not provided ichuang 2012-06-17 22:36:39 -04:00
  • 2d543f100c Merge branch 'capa-include' of github.com:MITx/mitx into stable-edx4edx ichuang 2012-06-15 22:43:06 -04:00
  • ce74f9779f modify capa_problem to add <include file="foo"> functionality ichuang 2012-06-15 22:40:02 -04:00