Commit Graph

61 Commits

Author SHA1 Message Date
Calen Pennington
14c1a18687 Re-raise an integrity error during user creation if it's not caused by something we know to check for 2012-05-08 14:13:27 -04:00
Calen Pennington
36b4b7bdb9 Catch user integrity errors, and then try and figure out what caused them (which removes a race condition) 2012-05-08 14:13:27 -04:00
Bridger Maxwell
7f069ac2ce Made sure that histogram graph doesn't show up for modules without scores. Modified look of histogram graph. 2012-05-08 14:13:27 -04:00
Bridger Maxwell
752a625237 Added histogram graph for courseware administrators. 2012-05-08 14:13:27 -04:00
Piotr Mitros
fd3e571478 Took out print 2012-04-24 18:42:13 -04:00
Piotr Mitros
58a0a7d0d6 Case sensitivity bug fix 2012-04-24 18:27:54 -04:00
Calen Pennington
26a3e6cdf4 Merge pull request #11 from MITx/move_settings
Reorganize settings files for different environments
2012-04-19 07:52:02 -07:00
Bridger Maxwell
da3424f67a Fixed zero-score-possible bug. 2012-04-17 11:45:24 -04:00
Lyla Fischer
f9a04406c2 fixed the default weight to not interfere with precedent 2012-04-16 12:25:22 -04:00
David Ormsbee
eff95c267e Merge pull request #15 from MITx/weighted_grading
added weighting system for the midterm

It'd be nice to move the Score.__sub__ as we discussed, but that shouldn't hold up merging the rest so it can be put on the staging environments and tested more thoroughly.
2012-04-13 14:06:40 -07:00
Lyla Fischer
7853af5415 more tests 2012-04-13 16:29:12 -04:00
Lyla Fischer
287a086cfb changed tests 2012-04-13 15:27:26 -04:00
Lyla Fischer
e49fd7002d respones to code review 2012-04-13 14:34:09 -04:00
Lyla Fischer
bfff822287 AGH! midterm/final 2012-04-11 10:28:55 -04:00
Lyla Fischer
a49a2fc600 oops - final/midterm 2012-04-11 10:27:34 -04:00
Lyla Fischer
79a0a9bf7d include the final once it exists 2012-04-11 10:09:42 -04:00
Lyla Fischer
718475662f added weighting system for the midterm 2012-04-10 10:34:51 -04:00
Piotr Mitros
8c0503d33c Added comments 2012-04-10 08:10:52 -04:00
Piotr Mitros
c06c6104ca Grading histogram 2012-04-10 08:03:26 -04:00
David Ormsbee
0d07ebc921 Merge branch 'master' into move_settings
Conflicts:
	static/simplewiki
2012-04-09 16:47:45 -04:00
Bridger Maxwell
a431ad19c7 Changed size of circuit schematic to be the same as old editor 2012-04-09 15:25:55 -04:00
pmitros
90cd57f6ad Merge pull request #12 from MITx/check_button
Number of attempts remaining shown below -- not on button.
2012-04-09 08:14:44 -07:00
Bridger Maxwell
202659cb1b Merged in master branch 2012-04-05 14:50:36 -04:00
Lyla Fischer
abee617622 check button and "we already started" announcement
Changed the format of the check/submit button so that the exam
submission makes more sense; added a disclaimer to the enrollment
number so that new students know that they will be disadvantaged.
2012-04-05 14:18:22 -04:00
Piotr Mitros
df637d32a2 Typo in gradebook 2012-04-03 15:56:14 -04:00
Bridger Maxwell
5aa68c9bb9 Removed code accidentally left in. 2012-04-02 14:47:02 -04:00
David Ormsbee
98ff3d5bfb Merge branch 'master' into move_settings
Conflicts:
	djangoapps/student/views.py
	urls.py
2012-04-02 14:26:05 -04:00
David Ormsbee
d1cd7e50c0 change logging from mitx.user to mitx.student to reflect package structure 2012-04-02 14:09:53 -04:00
Bridger Maxwell
3dee54429d More comments on mdx_circuit.py. Incorporated some pull request feedback. 2012-04-01 15:15:39 -04:00
Bridger Maxwell
6f2f218bea The wiki creation page now uses the edit template, so it has the unsaved changes confirmation and Codemirror editor. 2012-03-30 06:03:10 -07:00
Bridger Maxwell
4938fb63da Set size of wiki circuits 2012-03-29 16:39:06 -07:00
Piotr Mitros
cd1226814a Typo 2012-03-29 15:01:45 -04:00
Piotr Mitros
1ddf41ab1c Missed one conversion to complex 2012-03-29 15:00:39 -04:00
Piotr Mitros
1c5945db9c Fixed bug with showing answers related to complex numbers 2012-03-29 14:46:53 -04:00
Kyle Fiedler
162fa59441 Merge branch 'master' into pmitros/name-change
Conflicts:
	static/css/application.css
	static/css/marketing.css
2012-03-29 11:08:41 -04:00
Piotr Mitros
37452f3a58 Moved from type to isinstance
* Parallel and exponentials in calc were broken because of this. Confirmed working
* Added test cases for the above
* Fixed a broken test case
2012-03-29 09:43:45 -04:00
Bridger Maxwell
b2fbf537e4 Properly escaping the schematic html attributes. 2012-03-29 00:16:03 -07:00
Piotr Mitros
686b1bf6bd Moved site, is_secure, etc. into render_to_string shortcut, and fixed bugs in the shortcut. We should test this pretty well, since this touches a lot of templates 2012-03-28 19:44:22 -04:00
Piotr Mitros
9a7c0451ab Better logging. Tested and fixed bugs in previous commits 2012-03-28 17:45:43 -04:00
Piotr Mitros
25ca62d952 Proper e-mail address validation 2012-03-28 17:20:35 -04:00
Piotr Mitros
adf483a96b type converted to isinstance 2012-03-28 17:11:14 -04:00
Bridger Maxwell
f95aa496fa Better compatibility with the Codemirror editor and the markdown circuit extension. 2012-03-28 14:09:21 -07:00
Piotr Mitros
59dfb2cfd4 Complex numbers now work in problems 2012-03-28 14:42:02 -04:00
David Ormsbee
469a429c2a Merge pull request #7 from MITx/bridger-grades
Bridger grades
2012-03-27 09:59:19 -07:00
Lyla Fischer
64e187fdd4 fixed default handling 2012-03-27 09:44:27 -04:00
Lyla Fischer
ce5540b234 textine size addition 2012-03-27 09:35:22 -04:00
Bridger Maxwell
e0e8e1e5e6 Fixes from pull request comments. Added Score namedtuple. 2012-03-26 09:38:58 -07:00
Bridger Maxwell
8fce7066da You can now edit a circuit directly on the edit page of the wiki. These edits show up in the history. This hasn't been tested much. 2012-03-25 20:39:21 -07:00
Bridger Maxwell
3ed5b161ec Moved simplewiki autosuggest js (it didn't get migrated). Fixed a minor typo in settings.py (it suggested the wrong override location for the static js files) 2012-03-25 20:08:03 -07:00
Bridger Maxwell
2f15424acc Merged in master branch 2012-03-25 15:05:37 -04:00