Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.x
cache: npm

- name: Install dependencies
run: npm install
run: npm install
- name: Build website
run: npm run build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20.x
cache: npm

- name: Install dependencies
Expand Down
8 changes: 4 additions & 4 deletions blog/2024/2024-03-15-bestpractices-emailsupport.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
slug: email-support-best-practices
title: Best Practices - Requesting Support via email
published: "2024-03-15"
edited: "2024-03-15"
published: '2024-03-15'
edited: '2024-03-15'
author: Vikas Gupta
tags: ["bestpractices", "Integrations", "Partners", "Developers", "Community"]
tags: ['bestpractices', 'Integrations', 'Partners', 'Developers', 'Community']
hide_table_of_contents: false
---

Expand All @@ -22,7 +22,7 @@ Below are the recommended best practices to ensure you receive the quickest, mos
- Ensure a Clear Subject Line:

- Opt for a descriptive subject line summarizing the issue concisely. We recommend using the following format:
- {Your Company Name}-{Domain Name}: {Brief Issue Description}
- [Your Company Name] - [Domain Name]: [Brief Issue Description]
- Example: YourCompanyName-AnthologyLearn: Issue with Launching Textbook Tool

- Provide Relevant Information:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
---
slug: changes-to-assignments-blackboard-3900.98
title: Changes to Assignments With Blackboard 3900.98
published: "2024-11-01"
edited: "2024-11-01"
published: '2024-11-01'
edited: '2024-11-01'
author: Mark Kauffman
tags:
[
"Assignments",
"Tests",
"Integrations",
"Partners",
"Developers",
"Community",
'Assignments',
'Tests',
'Integrations',
'Partners',
'Developers',
'Community',
]
hide_table_of_contents: false
---

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}.
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].

[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).
10 changes: 5 additions & 5 deletions docs/archive/b2/getting-started/faq.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "B2-FAQs"
title: 'B2-FAQs'
categories: Learn b2
id: archive-b2-gs-faqs
author: Scott Hurrey
Expand Down Expand Up @@ -45,7 +45,7 @@ and contribute to the content on the wiki and forum areas of this site as well
as access certain developer content that requires a login to access.

Commercial entities are invited to join the program and purchase developer
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
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
your license, please contact your sales representative or the partnership
program.

Expand All @@ -58,15 +58,15 @@ with the installation of the Learning System product. For assistance, please
call our Client Support Team at (888) 788-5264. Have your six-digit company ID
ready when you call.

All others should read up on the available [DVBA](#)or request help on the [Developer forums](https://community.blackboard.com/developers){: target='\_blank'}
All others should read up on the available [DVBA](#) or request help on the <a href="https://community.blackboard.com/developers" target="_blank">Developer forums</a>

## API/known issues

If you believe you've found an issue with our APIs, please follow this process
to receive support:

1. Post your issue to our discussion forums on the [community site](https://community.blackboard.com/developers){: target='\_blank'}
2. Search the [Blackboard Techies Slack Space](https://blackboardtechies.s;ack.com){: target='\_blank'} archives and optionally e-mail the listserv regarding your issue.
1. Post your issue to our discussion forums on the <a href="https://community.blackboard.com/developers" target="_blank">community site</a>
2. Search the <a href="https://blackboardtechies.slack.com" target="_blank">Blackboard Techies Slack Space</a> archives and optionally e-mail the listserv regarding your issue.
3. Open a new case to Behind the Blackboard (or have your Blackboard administrator do this on your behalf)

## Product improvements/recommendations
Expand Down
20 changes: 10 additions & 10 deletions docs/archive/b2/getting-started/rosetta-stone.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "Rosetta Stone"
title: 'Rosetta Stone'
categories: Learn
id: archive-b2-gs-rosetta_stone
authors: Mark Kauffman
Expand All @@ -22,9 +22,9 @@ You want to know this because this page is infrequently updated. Just log in to

### Rosetta Stone & Secret Decoder Ring

- Blackboard Learn 9.1 Q4 2019 **<< EOL December 2021 >>**
- Blackboard Learn 9.1 Q4 2019 ** EOL December 2021 **
- [9.1 Q4 2019 Cumulative Update 1](https://blackboard.secure.force.com/btbb_articleview?id=kA01O000000xVuX) (Build:3800.0.1-rel.42+75c791f)
- Blackboard Learn 9.1 Q2 2019 **<< EOL June 2021 >>**
- Blackboard Learn 9.1 Q2 2019 ** EOL June 2021 **
- [9.1 Q2 2019 Cumulative Update 7](https://blackboard.secure.force.com/btbb_articleview?id=kA01O000000xVte) (Build: 3700.0.7-rel.21+54e64bd)
- [9.1 Q2 2019 Cumulative Update 6](https://blackboard.secure.force.com/btbb_articleview?id=kA01O000000xVRG) (Build: 3700.0.6-rel.16+b131895)
- [9.1 Q2 2019 Cumulative Update 5](https://blackboard.secure.force.com/btbb_articleview?id=kA01O000000xVJb) (Build: 3700.0.5-rel.21+dfdd268)
Expand All @@ -33,7 +33,7 @@ You want to know this because this page is infrequently updated. Just log in to
- [9.1 Q2 2019 Cumulative Update 2](https://blackboard.secure.force.com/btbb_articleview?id=kA01O000000xUMU) (Build: 3700.0.2-rel.36+fbf2221)
- [9.1 Q2 2019 Cumulative Update 1](https://blackboard.secure.force.com/btbb_articleview?id=kA01O000000Pf2S) (Build:3700.0.1-rel.29+a963bd8)
- [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)
- Blackboard Learn 9.1 Q4 2018 **<< EOL December 2020 >>**
- Blackboard Learn 9.1 Q4 2018 ** EOL December 2020 **
- [9.1 Q4 2018 Cumulative Update 10](https://blackboard.secure.force.com/btbb_articleview?id=kA01O000000xVtZ) (Build: 3500.0.10-rel.27+b7718ce)
- [9.1 Q4 2018 Cumulative Update 9](http://blackboard.secure.force.com/btbb_articleview?id=kA01O000000xVJg) (Build:3500.0.9-rel.12+78adef1)
- [9.1 Q4 2018 Cumulative Update 8](https://blackboard.secure.force.com/publickbarticleview?id=kA01O000000xV4CSAU) (Build: 3500.0.8-rel.13+ba67594)
Expand All @@ -44,30 +44,30 @@ You want to know this because this page is infrequently updated. Just log in to
- [9.1 Q4 2018 Cumulative Update 3](https://blackboard.secure.force.com/apex/btbb_articleview?id=kA039000000PvnE) (Build:3500.0.3-rel.26+06aa766)
- [9.1 Q4 2018 Cumulative Update 2](https://blackboard.secure.force.com/btbb_articleview?id=kA039000000Tm09) (Build:3500.0.2-rel.32+19c67cc)
- [9.1 Q4 2018 Cumulative Update 1](https://blackboard.secure.force.com/btbb_articleview?id=kA039000000Tlvx)(Build:3500.0.1-rel.59+219b76) : Admin->LTI, Content Type \[\]Deep Linking
- Blackboard Learn 9.1 Q2 2018 **<< EOL June 2020 >>**
- Blackboard Learn 9.1 Q2 2018 ** EOL June 2020 **
- [9.1 Q2 2018 (Build:3400.0.0-rel.44+9fb1e0e)](https://blackboard.secure.force.com/btbb_articleview?id=kA4390000008SoQ)
- [9.1, Q2 2018 Release (Build: 3400.0.1-rel.90+b74efee)](https://blackboard.secure.force.com/btbb_articleview?id=kA0390000005EnP) : B2s->LTI, CIM, No Content Type Dropdown
- Blackboard Learn 9.1 Q4 2017 << EOL Dec 2019 >> FIRST AVAILABILITY OF LTI CIM/Deep-linking 1.0
- Blackboard Learn 9.1 Q4 2017 EOL Dec 2019 FIRST AVAILABILITY OF LTI CIM/Deep-linking 1.0
- 9.1 Q4 2017 CU2 (Build: 3300.0.2-rel.137+ba130da)
- [9.1 Q4 2017 Cumulative Update 1](https://blackboard.secure.force.com/btbb_articleview?id=kA039000000H1tF) (Build: 3300.0.1-rel.60+a05276c) : B2s->LTI, +CIM, Content Type Dropdown
- Blackboard Learn 9.1 Q2 2017 << EOL June 2019 >>
- Blackboard Learn 9.1 Q2 2017 EOL June 2019
- [9.1 Q2 2017 Cumulative Update 2](https://blackboard.secure.force.com/btbb_articleview?id=kA039000000H2K8) (Build: 3200.0.2-rel.37+f07d42b)
- 9.1 Q2 2017 Cumulative Update 2 (Build: 3200.0.2-rel.34+a87152a)
- [9.1 Q2 2017 Cumulative Update 1](http://blackboard.secure.force.com/btbb_articleview?id=kA039000000H1tF) (Build: 3200.0.1-rel.56+af64d14)
- [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
- Blackboard Learn 9.1 Q4 2016 **<< EOL Dec 2018 >>**
- Blackboard Learn 9.1 Q4 2016 ** EOL Dec 2018 **
- [9.1 Q4 2016 Cumlative Update 3](https://blackboard.secure.force.com/btbb_articleview?id=kA03900000093Cw) (Build: 3100.0.3-rel.51+917ccd3)
- Build: 3100.0.2 released to SaaS FDO only - Article # [43586](https://blackboard.secure.force.com/btbb_articleview?id=kAA390000004CeL)
- [9.1 Q4 2016 Cumulative Update 1](https://blackboard.secure.force.com/btbb_articleview?id=kA03900000092tp) (Build: 3100.0.1-rel.117+6ef1843)
- [9.1 Q4 2016](https://blackboard.secure.force.com/btbb_articleview?id=kA439000000CgaJ) (Build: 3100.0.0-rel.107+401e) FIRST USE OF Tomcat 8
- Blackboard Learn 9.1 Q2 2016 **<< No longer supported >>**
- Blackboard Learn 9.1 Q2 2016 ** No longer supported **
- [9.1 Q2 2016 Cumulative Update 5](https://blackboard.secure.force.com/btbb_articleview?id=kA03900000093F2) (Build: 3000.1.5-rel.106+a770c2a)
- [9.1 Q2 2016 Cumulative Update 4](https://blackboard.secure.force.com/btbb_articleview?id=kA03900000092kJ) (Build: 3000.1.4-rel.183+298455c)
- [9.1 Q2 2016 Cumulative Update 3](https://blackboard.secure.force.com/btbb_articleview?id=kA039000000LKE3) (Build: 3000.1.3-rel.70+214db31)
- [9.1 Q2 2016 Cumulative Update 2](https://blackboard.secure.force.com/btbb_articleview?id=kA039000000LK5f) (Build: 3000.1.2-rel.52+af05c84)
- [9.1 Q2 2016 Cumulative Update 1](https://blackboard.secure.force.com/btbb_articleview?id=kA0390000004fiv) (Build: 3000.1.1-rel.20+6fbf7f6 )
- [9.1 Q2 2016](https://blackboard.secure.force.com/btbb_articleview?id=kA439000000039Z) (Build: 3000.1.0-rel.52+991d) FIRST USE OF Java 8
- Blackboard Learn 9.1 Q4 2015 **<< No longer supported >>**
- Blackboard Learn 9.1 Q4 2015 ** No longer supported **
- [9.1 Q4 2015 Cumulative Update 3](https://blackboard.secure.force.com/btbb_articleview?id=kA03900000092fJ) (Build: 9.1.201510.1176878)
- [9.1 Q4 2015 Cumulative Update 2](https://blackboard.secure.force.com/btbb_articleview?id=kA0390000004fs7) (Build: 9.1.201510.1175205)
- [9.1 Q4 2015 Cumulative Update 1](https://blackboard.secure.force.com/btbb_articleview?id=kA0390000000Djn) (LRNSI-21344)
Expand Down
12 changes: 6 additions & 6 deletions docs/archive/b2/resources/first-project-using-gradle-and-git.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "First Project: Gradle, Git and b2-starter-template"
title: 'First Project: Gradle, Git and b2-starter-template'
categories: Learn b2
id: archive-b2-resources-first_project_gradle
author: Scott Hurrey
Expand Down Expand Up @@ -144,11 +144,11 @@ Set this section to reflect your remote development settings:
   }
```

| Term | Definition |
| -------------- | ----------------------------------------------------------------------------------------------------- |
| learnVersion | used in pulling the appropriate library jars for target version |
| deployServer | the IP or server name for the target development server (add ":<port&rt;" if not served from port 80) |
| deployInstance | the DB instance for the target development server |
| Term | Definition |
| -------------- | ---------------------------------------------------------------------------------------------------- |
| learnVersion | used in pulling the appropriate library jars for target version |
| deployServer | the IP or server name for the target development server (add `":<port>"` if not served from port 80) |
| deployInstance | the DB instance for the target development server |

#### Repository

Expand Down
10 changes: 5 additions & 5 deletions docs/archive/b2/resources/useful-links.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: post
title: "Useful Links"
title: 'Useful Links'
categories: Learn b2
id: archive-b2-resources-useful_links
author: Scott Hurrey
Expand All @@ -17,9 +17,9 @@ Building Blocks framework.

## Building Block Developer Tools

- [Blackboard Maven Repository](https://maven.blackboard.com/content/repositories/releases/){: target='\_blank'}
- [schema.xml validator](https://maven.blackboard.com/content/repositories/releases/blackboard/platform/bb-schema-xsd/){: target='\_blank'}
- [bb-manifest.xml validator](https://maven.blackboard.com/content/repositories/releases/blackboard/platform/bb-manifest-plugin/){: target='\_blank'}
- [Blackboard Github Repository](https://github.com/blackboard){: target='\_blank'}
- <a href="https://maven.blackboard.com/content/repositories/releases/" target="_blank">Blackboard Maven Repository</a>
- <a href="https://maven.blackboard.com/content/repositories/releases/blackboard/platform/bb-schema-xsd/" target="_blank">schema.xml validator</a>
- <a href="https://maven.blackboard.com/content/repositories/releases/blackboard/platform/bb-manifest-plugin/" target="_blank">bb-manifest.xml validator</a>
- <a href="https://github.com/blackboard" target="_blank">Blackboard Github Repository</a>
- [Java 11](./prepare-for-java11.md)
- [Java 11 FAQs](./java11-faq.md)
8 changes: 3 additions & 5 deletions docs/blackboard/caliper/events/content-events.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: "Content Events"
title: 'Content Events'
categories: Standards
id: content-events
author: Scott Hurrey
published: ""
edited: ""
published: ''
edited: ''
---

Learn's Caliper Analytics stream emits a ContentEvent to cover a
Expand Down Expand Up @@ -47,8 +47,6 @@ The columns contain attributes of the Content Item.
| Document | <i class="material-icons">done</i> | <i class="material-icons">remove</i> | <i class="material-icons">remove</i> | <i class="material-icons">done</i> | <i class="material-icons">remove</i> | <i class="material-icons">remove</i> | <i class="material-icons">remove</i> | <i class="material-icons">done</i> | <i class="material-icons">done</i> | <i class="material-icons">close</i> | <i class="material-icons">remove</i> | <i class="material-icons">done</i> | <i class="material-icons">remove</i> |
| File Upload | <i class="material-icons">done</i> | <i class="material-icons">remove</i> | <i class="material-icons">remove</i> | <i class="material-icons">done</i> | <i class="material-icons">remove</i> | <i class="material-icons">remove</i> | <i class="material-icons">remove</i> | <i class="material-icons">done</i> | <i class="material-icons">done</i> | <i class="material-icons">close</i> | <i class="material-icons">remove</i> | <i class="material-icons">done</i> | <i class="material-icons">remove</i> |

{: .striped}

### Content Item Deleted

| Object | Message Sent |
Expand Down
6 changes: 3 additions & 3 deletions docs/blackboard/lti/1.3/01-register-an-application.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
---
title: Registering a new LTI application
id: register-an-application
published: ""
edited: ""
published: ''
edited: ''
author: Scott Hurrey
---

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.

## Anthology Developer Portal

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.
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.

:::caution
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.
Expand Down
Loading