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
title: Changes to Assignments With Blackboard 3900.98
4
-
published: "2024-11-01"
5
-
edited: "2024-11-01"
4
+
published: '2024-11-01'
5
+
edited: '2024-11-01'
6
6
author: Mark Kauffman
7
7
tags:
8
8
[
9
-
"Assignments",
10
-
"Tests",
11
-
"Integrations",
12
-
"Partners",
13
-
"Developers",
14
-
"Community",
9
+
'Assignments',
10
+
'Tests',
11
+
'Integrations',
12
+
'Partners',
13
+
'Developers',
14
+
'Community',
15
15
]
16
16
hide_table_of_contents: false
17
17
---
18
18
19
-
We are writing this blog post to document a change to how REST APIs work with Ultra Assignments and Tests. Previously, before Blackboard version 3900.98, you could use the createAssignment REST API and treat the resulting object like a Test. You could add more than one question of differing types, using the user interface. You could use the REST API and add more than one presentation-type question type using POST request to /learn/api/public/v1/courses/{courseId}/assessments/{assessmentId}/questions/{questionId}.
19
+
We are writing this blog post to document a change to how REST APIs work with Ultra Assignments and Tests. Previously, before Blackboard version 3900.98, you could use the createAssignment REST API and treat the resulting object like a Test. You could add more than one question of differing types, using the user interface. You could use the REST API and add more than one presentation-type question type using POST request to /learn/api/public/v1/courses/[courseId]/assessments/[assessmentId]/questions/[questionId].
20
20
21
21
[Blackboard introduced a new Assignment tool with version 3900.98.](https://help.blackboard.com/Learn/Administrator/SaaS/Release_Notes/Archived_Release_Notes#3900.98.0-6) It is no longer the same as a Test. With the new Assignment tool, when you use createAssignment the assignment body is still created, but you only see the instructions, with no option to add questions, and you cannot add questions using the assessments endpoint. To create a Test you must now use the createContent endpoint. You can find more information here: [Creating and Updating Content with REST APIs](/docs/blackboard/rest-apis/hands-on/creating-content-with-rest-apis).
Copy file name to clipboardExpand all lines: docs/archive/b2/getting-started/faq.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
layout: post
3
-
title: "B2-FAQs"
3
+
title: 'B2-FAQs'
4
4
categories: Learn b2
5
5
id: archive-b2-gs-faqs
6
6
author: Scott Hurrey
@@ -45,7 +45,7 @@ and contribute to the content on the wiki and forum areas of this site as well
45
45
as access certain developer content that requires a login to access.
46
46
47
47
Commercial entities are invited to join the program and purchase developer
48
-
licenses at [this link](https://www.blackboard.com/Platforms/learn/Extensions/Partnerships-Program.aspx){: target='\_blank'}. If you have lost your license file or require a change in
48
+
licenses at [this link](https://www.blackboard.com/Platforms/learn/Extensions/Partnerships-Program.aspx)[: target='\_blank']. If you have lost your license file or require a change in
49
49
your license, please contact your sales representative or the partnership
50
50
program.
51
51
@@ -58,15 +58,15 @@ with the installation of the Learning System product. For assistance, please
58
58
call our Client Support Team at (888) 788-5264. Have your six-digit company ID
59
59
ready when you call.
60
60
61
-
All others should read up on the available [DVBA](#)or request help on the [Developer forums](https://community.blackboard.com/developers){: target='\_blank'}
61
+
All others should read up on the available [DVBA](#)or request help on the <ahref="https://community.blackboard.com/developers"target="_blank">Developer forums</a>
62
62
63
63
## API/known issues
64
64
65
65
If you believe you've found an issue with our APIs, please follow this process
66
66
to receive support:
67
67
68
-
1. Post your issue to our discussion forums on the [community site](https://community.blackboard.com/developers){: target='\_blank'}
69
-
2. Search the [Blackboard Techies Slack Space](https://blackboardtechies.s;ack.com){: target='\_blank'} archives and optionally e-mail the listserv regarding your issue.
68
+
1. Post your issue to our discussion forums on the <ahref="https://community.blackboard.com/developers"target="_blank">community site</a>
69
+
2. Search the <ahref="https://blackboardtechies.slack.com"target="_blank">Blackboard Techies Slack Space</a> archives and optionally e-mail the listserv regarding your issue.
70
70
3. Open a new case to Behind the Blackboard (or have your Blackboard administrator do this on your behalf)
-[9.1 Q2 2019](https://blackboard.secure.force.com/btbb_articleview?id=kA41O000000Cgap) (Build:3700.0.0) LTI 1.3/Advantage Release to Self/Managed-Hosted (Was first availalbe in SaaS 3500.11)
-[9.1 Q2 2017](https://blackboard.secure.force.com/btbb_articleview?id=kA439000000Cidz) (Build: 3200.0.0-rel.52+647f084) : LTI still under B2s, No Deep Linking
Copy file name to clipboardExpand all lines: docs/blackboard/lti/1.3/01-register-an-application.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
title: Registering a new LTI application
3
3
id: register-an-application
4
-
published: ""
5
-
edited: ""
4
+
published: ''
5
+
edited: ''
6
6
author: Scott Hurrey
7
7
---
8
8
9
9
In this section, we cover how you register your application with Anthology and deploy it to a Learn instance. Registration and deployment are not covered in the specification provided by 1EdTech, and each LMS vendor handles it slightly differently.
10
10
11
11
## Anthology Developer Portal
12
12
13
-
The first thing to understand about registering your application is that Anthology has you register your tool **ONCE** with our developer portal here <https://developer.anthology.com>. This is a central, self-service application, running in AWS where you enter information about your application, and are given the values you need for your application to work with LTI Advantage and Learn. It is also the same place you get the ID, key, and secret if you are going to use our public REST API.
13
+
The first thing to understand about registering your application is that Anthology has you register your tool **ONCE** with our developer portal here [https://developer.anthology.com](https://developer.anthology.com). This is a central, self-service application, running in AWS where you enter information about your application, and are given the values you need for your application to work with LTI Advantage and Learn. It is also the same place you get the ID, key, and secret if you are going to use our public REST API.
14
14
15
15
:::caution
16
16
Do not ask institutions to register your tool with the Anthology Developer Portal. You register it **ONCE** with Anthology, and institutions can deploy it with the Client ID you give them. They will receive a Deployment ID, which they will exchange with you to set up the account. It is the deployment ID, in conjunction with the client ID and issuer, that uniquely identifies the business agreement between the tool vendor and the institution.
0 commit comments