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
1
vote
1 answer

Is it possible to simulate incognito mode in current tab? (chrome extension)

There's a website that many people in university programs despise that is blackboard. My school has their own instance of blackboard running that must be completely misconfigured because your session times out almost instantly or you get thousands…
Ryan
  • 2,869
  • 2
  • 12
  • 20
1
vote
1 answer

C# WCF Client Binding Interop Blackboard Java WS-Security over HTTPS Transport

I am having trouble getting WCF binding to work with Blackboard Java Web Services API. (Simple answer would be if anyone has got this working could you please post a working binding for WCF to Blackboard) I have spent hours trying different…
INK
  • 13
  • 5
1
vote
0 answers

Creating a grade center column with Blackboard SOAP web service using php

I'm using the Blackboard-Web-Services-PHP-Library, and when I make a call like the following (as per the example in a previous question here: Blackboard SOAP web service php), BB's web service creates one column for each key/value pair in the…
Mike
  • 11
  • 2
1
vote
1 answer

Configure mybatis to use an existing connection

I want to set up a connection between my application and a Oracle database. I do not have the following database information: URL user name password What I can retrieve is a valid java.sql.Connection by using the API provided by Blackboard. Is it…
S.C.
  • 900
  • 1
  • 13
  • 39
1
vote
1 answer

Blackboard SOAP web service php

I am using this library to do the development about blackboard web service. I have successfully registered the proxy tool and make it available in the administrator panel. The connection is built and function is able to be used. But When I call…
Alan
  • 63
  • 8
1
vote
1 answer

Cant POST to blackboard buildingblock

I have a building block using Spring MVC. The controller looks like this: @RequestMapping(value = "/addUpdateUser",method = {RequestMethod.GET, RequestMethod.POST}) @ResponseBody public String getAddUpdateUser(HttpServletRequest request) { …
mmaceachran
  • 3,178
  • 7
  • 53
  • 102
1
vote
1 answer

Tomcat trowing An invalid Lifecycle transition

I just installed Blackboard 9.1 on my Ubuntu 14.04 Everything seems to work. I install the CAS authentication module. restart tomcat and everything works fine. However, when I restart my computer... Like the next day when I come into work,…
mmaceachran
  • 3,178
  • 7
  • 53
  • 102
1
vote
1 answer

video.js fullscreen in Blackboard will not work

I've tried everything in my power to get a video to fullscreen in Blackboard but nothing works. This only is a problem when the video.js script is loaded. If using the generic HTML5 video, it will work. My error: Uncaught TypeError: Cannot call…
pedrum golriz
  • 513
  • 8
  • 27
1
vote
0 answers

No way around Quirks mode in IE

I'm writing a page for a Blackboard course and compatibility mode is rendering it useless. Blackboard uses iFrames to embed content so every page I create is essentially embedded using an iFrame. I've tried the following at the top of my…
1
vote
3 answers

Blackboard messaging using queues

I have an application, where I need to add role-based messaging. The messages are generated ny the application itself, and every message have an starttime (where is show on the client message-window) and an expire-time. Depending on your role, you…
Rotte2
  • 183
  • 2
  • 11
0
votes
2 answers

Blackboard with Struts

I am a beginner here, and this is my first time creating a building block for Blackboard. I understand that I could use Struts in building block thus I used Struts 1.3 to develop the building block for Blackboard version 9. I am confuse while doing…
0
votes
0 answers

Behavior Tree loses references to Blackboard variables on editor restart (UE 5.1)

Quick qestion if any of you encountered something similliar in UE 5.1. I'm having an issue with BehaviorTree loosing it blackboard references every time I restart editor. It happends just in some particular cases ( seems like other services are…
0
votes
0 answers

How to connect a Node.js project with Blackboard?

I have this module, which allows for easy interaction with Blackboard Learn REST APIs in application code (I have not incorporated it yet). var fs = require('fs'); var request = require('request'); exports.RestApp = function (origin, key, secret) { …
0
votes
0 answers

LTI 1.3 Integration with ASP Core

I try to implement tool LTI 1.3 Integration with Blackboard LMs with using ASP core. I read spec https://docs.blackboard.com/lti/tutorials/implementation-guide According to this spec I have to have next links Login Initiation URL Tool Redirect…
Roman
  • 371
  • 2
  • 3
  • 15
0
votes
2 answers

How to use wget or another command to download files from my university blackboard?

Hello I have tried using wget to download class files from BlackBoard, but it keeps saying that Reusing existing connection to uic.blackboard.com:443. HTTP request sent, awaiting response... 401 Username/Password Authentication Failed. I may be…