You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<palign="center">Everything you need to start building your app in Learnosity, with the Python programming language.<br>
3
+
<palign="center">Everything you need to start building your app in Learnosity, with the Python programming language.<br>
4
4
(Prefer another language? <ahref="https://help.learnosity.com/hc/en-us/sections/360000194318-Server-side-development-SDKs">Click here</a>)<br>
5
5
An official Learnosity open-source project.</p>
6
6
@@ -72,7 +72,7 @@ Then, if you're following the tutorial on this page, also run:
72
72
pip install learnosity_sdk[quickstart]
73
73
74
74
### **Alternative method 1: download the zip file**
75
-
Download the latest version of the SDK as a self-contained ZIP file from the [GitHub Releases](https://github.com/Learnosity/learnosity-sdk-python/releases) page. The distribution ZIP file contains all the necessary dependencies.
75
+
Download the latest version of the SDK as a self-contained ZIP file from the [GitHub Releases](https://github.com/Learnosity/learnosity-sdk-python/releases) page. The distribution ZIP file contains all the necessary dependencies.
76
76
77
77
Note: after installation, run this command in the SDK root folder:
78
78
@@ -163,7 +163,7 @@ host = "localhost"
163
163
port =8000
164
164
```
165
165
166
-
Now we'll declare the configuration parameters for Items API. These specify which assessment content should be rendered, how it should be displayed, which user is taking this assessment and how their responses should be stored.
166
+
Now we'll declare the configuration parameters for Items API. These specify which assessment content should be rendered, how it should be displayed, which user is taking this assessment and how their responses should be stored.
167
167
168
168
```python
169
169
items_request = {
@@ -252,10 +252,10 @@ The call to `init()` returns an instance of the ItemsApp, which we can use to pr
252
252
The Jinja template is rendered by the following line, which will bring in those variables.
There is some additional code in [standalone_assessment.py](docs/quickstart/assessment/standalone_assessment.py), which runs Python's built-in web server.
258
+
There is some additional code in [standalone_assessment.py](docs/quickstart/assessment/standalone_assessment.py), which runs Python's built-in web server.
259
259
260
260
This marks the end of the quick start guide. From here, try modifying the example files yourself, you are welcome to use this code as a basis for your own projects. As mentioned earlier, the Jinja template used here can be easily re-used in another framework, for example Python Flask or Django.
261
261
@@ -271,7 +271,7 @@ See a more detailed breakdown of all the SDK features, and examples of how to us
271
271
### **Additional quick start guides**
272
272
There are more quick start guides, going beyond the initial quick start topic of loading an assessment, these further tutorials show how to set up authoring and analytics:
273
273
*[Authoring Items quick start guide](https://help.learnosity.com/hc/en-us/articles/360000754958-Getting-Started-With-the-Author-API) (Author API) - create and edit new Questions and Items for your Item bank, then group your assessment Items into Activities, and
274
-
*[Analytics / student reporting quick start guide](https://help.learnosity.com/hc/en-us/articles/360000755838-Getting-Started-With-the-Reports-API) (Reports API) - view the results and scores from an assessment Activity.
274
+
*[Analytics / student reporting quick start guide](https://help.learnosity.com/hc/en-us/articles/360000755838-Getting-Started-With-the-Reports-API) (Reports API) - view the results and scores from an assessment Activity.
275
275
276
276
### **Learnosity demos repository**
277
277
On our [demo site](https://demos.learnosity.com/), browse through many examples of Learnosity API integration. You can also download the entire demo site source code, the code for any single demo, or browse the codebase directly on GitHub.
@@ -318,7 +318,7 @@ We use this data to enable better support and feature planning.
318
318
[(Back to top)](#table-of-contents)
319
319
320
320
## Further reading
321
-
Thanks for reading to the end! Find more information about developing an app with Learnosity on our documentation sites:
321
+
Thanks for reading to the end! Find more information about developing an app with Learnosity on our documentation sites:
322
322
323
323
*[help.learnosity.com](http://help.learnosity.com/hc/en-us) -- general help portal and tutorials,
324
324
*[reference.learnosity.com](http://reference.learnosity.com) -- developer reference site, and
0 commit comments