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
Ensuring prompt email support is crucial for achieving a seamless integration. We prioritize addressing inquiries from developers and the community promptly. However, given the volume of emails we receive daily, ranging from straightforward queries to those requiring in-depth research for the best solution or alternative, our response times may vary. Our approach to supporting email inquiries involves several phases:
13
12
14
13
Upon receipt, emails undergo the following process:
15
14
16
-
* The developer support team identifies the relevant domain associated with the request, such as Learn, Student, Reach, Finance, etc.
17
-
* The support request is then assigned to the most suitable resource available.
18
-
* Extensive research is conducted on the issue outlined in the email.
19
-
* A comprehensive response is crafted and sent out to address the email.
15
+
- The developer support team identifies the relevant domain associated with the request, such as Learn, Student, Reach, Finance, etc.
16
+
- The support request is then assigned to the most suitable resource available.
17
+
- Extensive research is conducted on the issue outlined in the email.
18
+
- A comprehensive response is crafted and sent out to address the email.
20
19
21
20
Below are the recommended best practices to ensure you receive the quickest, most accurate, and highest quality response:
22
21
23
-
* Ensure a Clear Subject Line:
22
+
- Ensure a Clear Subject Line:
24
23
25
-
* Opt for a descriptive subject line summarizing the issue concisely. We recommend using the following format:
26
-
* {Your Company Name}-{Domain Name}: {Brief Issue Description}
27
-
* Example: YourCompanyName-AnthologyLearn: Issue with Launching Textbook Tool
24
+
- Opt for a descriptive subject line summarizing the issue concisely. We recommend using the following format:
25
+
-[Your Company Name] - [Domain Name]: [Brief Issue Description]
26
+
- Example: YourCompanyName-AnthologyLearn: Issue with Launching Textbook Tool
28
27
29
-
* Provide Relevant Information:
28
+
- Provide Relevant Information:
30
29
31
-
* Include all necessary details such as issue specifics, steps to replicate, and relevant test data.
32
-
* Be Concise Yet Specific:
30
+
- Include all necessary details such as issue specifics, steps to replicate, and relevant test data.
33
31
34
-
* Offer sufficient information to clarify the problem while avoiding unnecessary details that could potentially confuse the support team.
35
-
* One Issue per Email:
32
+
- Be Concise Yet Specific:
36
33
37
-
* Focus on one problem per email to streamline communication and ensure adequate attention is given to each issue.
38
-
* Maintain a Polite and Professional Tone:
34
+
- Offer sufficient information to clarify the problem while avoiding unnecessary details that could potentially confuse the support team.
39
35
40
-
* Uphold a respectful demeanor in your communication, regardless of any frustrations. Remember, support agents are here to assist you, and a courteous approach can enhance the interaction.
41
-
* Follow Up Appropriately:
36
+
- One Issue per Email:
42
37
43
-
* Should you not receive a response within a reasonable timeframe, consider a polite follow-up. However, refrain from overwhelming the support team with numerous emails in quick succession.
38
+
- Focus on one problem per email to streamline communication and ensure adequate attention is given to each issue.
44
39
40
+
- Maintain a Polite and Professional Tone:
45
41
42
+
- Uphold a respectful demeanor in your communication, regardless of any frustrations. Remember, support agents are here to assist you, and a courteous approach can enhance the interaction.
43
+
44
+
- Follow Up Appropriately:
45
+
46
+
- Should you not receive a response within a reasonable timeframe, consider a polite follow-up. However, refrain from overwhelming the support team with numerous emails in quick succession.
46
47
47
48

48
49
49
50
We eagerly anticipate receiving full support and collaborating with your teams to ensure a successful integration.
Owr very own Camilo Dominguez presented us on our bbtechies session on Wednesday April 17th 2024 the Public REST API roadmap and a bit of the Developer Portal Roadmap.
14
12
15
13
<iframewidth="100%"height="600"src="https://www.youtube.com/embed/xXb89AsDb10?si=myr1kSJg0dBNPZnv"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
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].
13
20
14
-
[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).
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
0 commit comments