Questions tagged [blackboard]

Blackboard is a Learning Management System used by thousands of schools around the world. It can be extended by developers through the Building Blocks API and Web Services Specifications.

Blackboard is a Learning Management System used by thousands of schools around the world. It can be extended by developers through the Building Block API.

97 questions
0
votes
0 answers

When I use $, it leaves no space with exams2blackboard

My University is testing blackboard ultra. I generate the exercises with exams2blackboard("ProbEjemploPrueba9", n=10, fix_pre = TRUE, converter = "pandoc", encoding = "utf8", eval = list(partial = T, negative = T, rule = "false")) but when I use the…
Amelia
  • 111
  • 8
0
votes
0 answers

Not Able to fetch assignment "Blackboard"

How to fetch assignment from course? I am using below API for getting content. But I am getting this:- { "status": 404, "message": "API is not found for the specified…
0
votes
1 answer

Embedded code app overrides the main code

I am trying to create code for a school website - it's basically an embedded code app on a pre-built site (Blackboard/Schoolwires site). I'm VERY much an amateur and often pull from Codepen as my baseline, then edit and adapt to make it work for me.…
GBee
  • 1
0
votes
0 answers

Why is char_length the same for every value?

I am trying to count the number of characters in a string, but every value I return is '100'. The values are discussion question responses in Blackboard. Here is the query I am using: SELECT char_length(dse.event_text) FROM discussion_stream_event…
0
votes
1 answer

Function return doesnt call else condition in Laravel 5.8

I have this big function that is calling a lot of other functions who that make API requests to BlackBoard, my problem is, in this main function, I create my user and sign him to the current course, but actually we faced this situation: that same…
calebe santana
  • 339
  • 2
  • 8
0
votes
1 answer

Add support for LTI 1.1.2 tool provider

Our e-learning application as a tool provider supports LTI 1.0 standards, Since IMS global stoped the support for LTI1.0 so we are planning to upgrade to immediate supported version which is LTi 1.1.2. I am finding default to get some simulator or…
thiru_ja
  • 23
  • 6
0
votes
1 answer

How do I access Blackboard API with my username and password?

trying to develop an application that takes data from a user's respective Blackboard account and display that information in a different way. I have been reading the blackboard API documentation and I guess I have to go to an administrator with an…
0
votes
1 answer

looking for records with specific property values

I am trying to add a feature to this query that will allow me to display or search by the properties contained in the extended_data column listed below. the property is 'custom:institutionid'. What do I have to add to this query to search this…
0
votes
1 answer

LTI Advantage Resource Link not opening in Iframe

I have struggled with this issue for a couple of days and I could not find any solution. I have implemented LTI Advantage (LTI 1.3) and it works like charm. However there is one issue that I am not able to get rid of. In LTI 1.3 we have an option of…
0
votes
1 answer

Prevent copy past and right-click in Blackboard

I am using blackboard in my university. My students will have an exam online next month. I am trying to prevent them to use copy, paste, select, right-click during the exam. I saw a lot of solutions using javascript. When I used onpaste and oncopy…
0
votes
1 answer

How to place two poll everywhere items side by side using HTML?

I'd like to place these two poll everywhere polls (embed code retrieved from poll everywhere) side by side on a Blackboard course (LMS) instead of stacking.
0
votes
1 answer

Need help in finding specific error in a BlackBoard log file

I am troubleshooting a problem with a clients installation of our BlackBoard plugin. Per our request, we have been given some json formatted log files. These are very hard to read. I tried opening in an IDE, like VS Code, and they are too large for…
joshvito
  • 1,498
  • 18
  • 23
0
votes
1 answer

Can I display left navigation bar in LTI Tool launch screen in Blackboard Learn?

I have developed and configured an LTI Tool in Blackboard Learn and it is running fine. When I click on the link in the LTI Tool, it gets launched in an iframe without left navigation bar. I have checked a few existing default Tools such as Wikis…
Simant
  • 3,142
  • 4
  • 32
  • 61
0
votes
1 answer

Downloading a file from a REST APIs which has serveral 302 Found giving issue in C# but done well in Postman and browser

I have called a Blackboard Learn APIs to download a file. The Url is https://blackboard.ddns.net/learn/api/public/v1/courses/uuid:d23e128e62f8483699c26836e06cab32/contents/_27_1/attachments/_13_1/download When I click on the link on the browser I…
Simant
  • 3,142
  • 4
  • 32
  • 61
0
votes
2 answers

Blackboard server - issue with restarting

SEVERE: The web application [/webapps/bb-nautilus-BBLEARN] appears to have started a thread named [MessageQueueHandler-bb-nautilus-content-blitz-0] but has failed to stop it. This is very likely to create a memory leak.
Muthu
  • 87
  • 2
  • 9