f0b4ac3ab8
add open ended input type and html template
Vik Paruchuri
2012-11-05 14:11:29 -05:00
2aceb2e44a
make sure when defining the course namespace in the replace url methods that we explicitly state the parameter name. There are some optional parameters and if we don't define the parameter name, it'll end put being interpreted as a different parameter
Chris Dodge
2012-11-29 15:56:03 -05:00
46870f4391
be sure to always pass in a course namespace - which can be just the location of the module itself since it has the same org/course pair - when rewriting links. Also, allow for an option parameter in get_module() to disable the wrapping of the module's HTML with the xmodule_display.html. This is needed for ancillary course content such as 'about', 'course info', which are now stored as xmodules, but should not be wrapped in xmodule_display.html as it breaks some styling
Chris Dodge
2012-11-29 15:09:28 -05:00
050cb89cf7
fix crash with working with custom tags with XML filestore
Chris Dodge
2012-11-29 13:24:41 -05:00
021ed3bca6
fix crash with working with custom tags with XML filestore
Chris Dodge
2012-11-29 13:24:07 -05:00
82cf37b2b6
Merge pull request #1085 from MITx/feature/victor/fix-self-assessment
Victor Shnayder
2012-11-29 10:20:41 -08:00
5ecacb0103
Implemented 3 analytics to the instructor dashboard: StudentsEnrolled, StudentsPerHomework, DailyActivityAnalyzer.
JM Van Thong
2012-11-29 12:06:57 -05:00
a68dee9743
Got rid of datepair as it was generating a jquery bug but also not doing what we wanted.
Don Mitchell
2012-11-27 16:38:21 -05:00
54cc876075
Merge branch 'feature/btalbot/cms-settings' of git@github.com:MITx/mitx.git into feature/dhm/cms-settings
Don Mitchell
2012-11-27 15:20:30 -05:00
5331ae055f
Got time change hooked up but gained a spurious call to change on date change.
Don Mitchell
2012-11-27 15:15:28 -05:00
075bc75a7d
settings - adjusted markup to leverage Timepicker's datepair functionality for validating start/end dates
Brian Talbot
2012-11-27 15:00:19 -05:00
d165da3f81
Merge branch 'feature/btalbot/cms-settings' of git@github.com:MITx/mitx.git into feature/dhm/cms-settings
Don Mitchell
2012-11-27 13:33:19 -05:00
5e2dba6bad
Minor cache to pull talbott's changes
Don Mitchell
2012-11-27 13:22:44 -05:00
bffd425562
settings - revised date and time picker markup to use already set conventions with the .datepair class
Brian Talbot
2012-11-27 13:05:00 -05:00
8a27e1776b
Merge branch 'feature/btalbot/cms-settings' of git@github.com:MITx/mitx.git into feature/dhm/cms-settings
Don Mitchell
2012-11-27 12:12:43 -05:00
c4377484d5
You need to fill out your full name but it's not marked with a * as required.
Ashley Penney
2012-11-27 11:39:33 -05:00
2238019539
Details tab works except for file references
Don Mitchell
2012-11-27 11:32:03 -05:00
c3e11b4217
settings - added in additional time fields for course dates
Brian Talbot
2012-11-27 09:50:25 -05:00
dcd52801ef
case when user sends less than 3 points, and tests for this case
Alexander Kryklia
2012-11-27 16:10:51 +02:00
b0a85fde54
fix line widths
Alexander Kryklia
2012-11-27 14:29:04 +02:00
95151ad33a
tests updates for imageresponse
Alexander Kryklia
2012-11-27 14:27:44 +02:00
896e922858
cleaning and documeting
Alexander Kryklia
2012-11-27 14:27:19 +02:00
adef5d6f7e
polygon is created from points via convex_hull
Alexander Kryklia
2012-11-27 14:11:11 +02:00
72f9358f64
tests for imageresponse regions
Alexander Kryklia
2012-11-27 13:18:37 +02:00
5723672e49
speed improvements
Alexander Kryklia
2012-11-27 13:16:47 +02:00
9ce51ec6cf
support for single list syntax in regions
Alexander Kryklia
2012-11-27 13:09:58 +02:00
647d1514aa
support both regions and rectangles
Александр
2012-11-26 18:38:46 +02:00
b4fb0cc463
fixed line length
Александр
2012-11-26 18:34:38 +02:00
03c338d6e3
added geos library for linux
Александр
2012-11-26 18:26:16 +02:00
406e7e29c0
added geos to requirements
Александр
2012-11-02 17:25:18 +02:00
88c98b9a56
added multiple regions support
Александр
2012-11-02 14:16:37 +02:00
7fcf04eaf5
add shapely
Александр
2012-11-02 14:14:13 +02:00
b47fdd5220
Merge pull request #1080 from MITx/feature/jarv/dashboard-grades
Victor Shnayder
2012-11-26 15:25:08 -08:00
d1fe2c3361
Added analytics tab in instructor dashbaord, and call to the analytics back-end to display sample data.
JM Van Thong
2012-11-26 18:18:18 -05:00
2db0efa2b4
Only show certificate criteria for notpassing students
John Jarvis
2012-11-26 17:57:38 -05:00
792ddb4d86
Show grade when certificate is generating
John Jarvis
2012-11-26 17:51:59 -05:00
d13509e6f3
Adding percentage formatting for final grade reporting
John Jarvis
2012-11-26 17:42:55 -05:00
4e4a29e030
Removing unnecessary test for 'generating'
John Jarvis
2012-11-26 17:40:55 -05:00
9148d49ac7
lowest_passing_grade fix
John Jarvis
2012-11-26 16:57:00 -05:00
631580ccaf
Changing grade info on the dashboard
John Jarvis
2012-11-26 16:30:23 -05:00
474f810b38
Adding lowest_passing_grade() to CourseDescriptor
John Jarvis
2012-11-26 16:29:45 -05:00
153285c3ea
reset default tab
Tom Giannattasio
2012-11-26 16:28:52 -05:00
278ed85c10
Merge branch 'master' into jmpm-analytics
JM Van Thong
2012-11-26 16:20:22 -05:00
bb2e78ce30
reworked slider logic
Tom Giannattasio
2012-11-26 15:54:46 -05:00
b3dcc140b7
made a special 'module preview' view for Static Tabs in the CMS. Per Tom, he'd like just the Display Name to show up in the static tab editor until the end-user clicks the Edit button
Chris Dodge
2012-11-26 14:22:13 -05:00
be848023a2
settings - added in example of anon discussions disabled state
Brian Talbot
2012-11-26 14:21:01 -05:00
7da7bf7481
Add pip install of test requirements, remove askbot requirements.
Jay Zoldak
2012-11-26 14:16:01 -05:00
4027576e15
settings - resolved date and time picker UI bugs
Brian Talbot
2012-11-26 14:01:11 -05:00
62fa734c68
added factory_boy to requirements.txt
Chris Dodge
2012-11-26 13:36:35 -05:00