whitespace-only changes
This commit is contained in:
@@ -23,7 +23,7 @@ be specified for this tag::
|
||||
|
||||
sources - location id of required modules, separated by ';'
|
||||
[message | ""] - message for case, where one or more are not passed. Here you can use variable {link}, which generate link to required module.
|
||||
|
||||
|
||||
[submitted] - map to `is_submitted` module method.
|
||||
(pressing RESET button makes this function to return False.)
|
||||
|
||||
@@ -77,4 +77,4 @@ Examples of conditional depends on problem
|
||||
</conditional>
|
||||
<conditional sources="i4x://MITx/0.000x/problem/Conditional:lec27_Q1" attempted="False">
|
||||
<html display_name="HTML for not attempted problem">You see this, cause "lec27_Q1" is not attempted.</html>
|
||||
</conditional>
|
||||
</conditional>
|
||||
|
||||
@@ -12,7 +12,7 @@ ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
|
||||
$(error The '$(SPHINXBUILD)' command was not found. Make sure you have Sphinx installed, then set the SPHINXBUILD environment variable to point to the full path of the '$(SPHINXBUILD)' executable. Alternatively you can add the directory with the executable to your PATH. If you don't have Sphinx installed, grab it from http://sphinx-doc.org/)
|
||||
endif
|
||||
|
||||
Q_FLAG =
|
||||
Q_FLAG =
|
||||
|
||||
ifeq ($(quiet), true)
|
||||
Q_FLAG = -Q
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Notes on using mongodb backed LMS and CMS
|
||||
|
||||
|
||||
These are some random notes for developers, on how things are stored in mongodb, and how to debug mongodb data.
|
||||
|
||||
## Databases
|
||||
@@ -62,7 +62,7 @@ Under ubuntu, do:
|
||||
|
||||
- apt-get install php5-fpm php-pear
|
||||
- pecl install mongo
|
||||
- edit /etc/php5/fpm/php.ini to add "extension=mongo.so"
|
||||
- edit /etc/php5/fpm/php.ini to add "extension=mongo.so"
|
||||
- /etc/init.d/php5-fpm restart
|
||||
|
||||
and also setup nginx to run php through fastcgi.
|
||||
|
||||
@@ -26,13 +26,13 @@ Each course, in addition, should define the name of the gradebook being used. A
|
||||
- user: username of staff person initiating the request (for logging)
|
||||
- section: (optional) name of section
|
||||
|
||||
The return body content should be a JSON string, of the format {'msg': message, 'data': data}. The message is displayed in the instructor dashboard.
|
||||
The return body content should be a JSON string, of the format {'msg': message, 'data': data}. The message is displayed in the instructor dashboard.
|
||||
|
||||
The data is a list of dicts (associative arrays). Each dict should be key:value.
|
||||
|
||||
## For submit=post-grades:
|
||||
|
||||
A file is also posted, with the field name "datafile". This file is CSV format, with two columns, one being "External email" and the other being the name of the assignment (that column contains the grades for the assignment).
|
||||
A file is also posted, with the field name "datafile". This file is CSV format, with two columns, one being "External email" and the other being the name of the assignment (that column contains the grades for the assignment).
|
||||
|
||||
## For submit=get-assignments
|
||||
|
||||
|
||||
Reference in New Issue
Block a user