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

Not receiving access_token in three-legged oauth 2.0 flow in asp.net mvc (Blackboard Learn)

I have to implement three-legged authentication in ASP.NET MVC. I have followed the steps according to the Blackboard documentation, especially the link https://community.blackboard.com/docs/DOC-3976-three-legged-oauth I have received authorization…
Simant
  • 3,142
  • 4
  • 32
  • 61
0
votes
1 answer

How do I use oauth2 with Flutter?

I'm trying to authenticate my users through the blackboard API: https://developer.blackboard.com/portal/displayApi However, I can't find a good tutorial on using oauth2 with Flutter. (I'm very new to ouath2). Is this possible? If so how or where is…
Prince Hodonou
  • 615
  • 1
  • 9
  • 15
0
votes
1 answer

SCORM 2004 failing to report score to ScormCloud or Blackboard

I have created a small course for a tester on our Blackboard(2010). I am using the pipwerks wrapper (we use 2004) and though my success and completion statuses are being successfully sent through to our blackboard, the score is not getting…
0
votes
2 answers

Create interactive cartesian grid in django

I have a question regarding a platform I'm developing called e-cidadania (GPL). One of the applications will be something like a blackboard where you can put messages. I've been requested to do it like a cartesian grid (p.e. x = good/bad, y =…
CastleDweller
  • 8,204
  • 13
  • 49
  • 69
0
votes
1 answer

WSFW004 Access Denied for getUser method (UserWS)

[WSFW004]Access DeniedAccess to this resource is prohibited. (system.useradmin.generic.VIEW) I am encountering Access Error whenever calling UserWS.getUser() method from my buildng block. The code snippet is as follows: UserFilter uf = new…
0
votes
0 answers

Any cautions on importing a course from Moodle 3.4 via LTI to Blackboard?

We have this scenario working on moodle-to-moodle-via-LTI. Having no experience with Blackboard, we would appreciate it if anyone that tried this already can point us to some information on things to watch out for. Thx
JoaoCC
  • 624
  • 6
  • 15
0
votes
2 answers

RabbitMQ: Are multiple consumers on one queue using a non-polling strategy possible?

we use RabbitMQ to send jobs from a producer on one machine, to a small group of consumers distributed across several machines. The producer generates jobs and places them on the queue, and the consumers check the queue every 10ms to see if there…
jkndrkn
  • 4,012
  • 4
  • 36
  • 41
0
votes
1 answer

How to retrieve grades from a class using BlackBoard Learn API

I've been trying to use cURL commands to retrieve course grades from blackboard Learn API but have been unsuccessful. #bin/bash server=https://localhost token= courseId= curl -k -X GET -H "Authorization: Bearer $token"…
blu
  • 353
  • 1
  • 5
  • 17
0
votes
1 answer

On blackboard is it possible to open multiple scorms?

I'm having difficulty finding way to open multiple scorms simultaneously.. Is there a setting that I need to change or blackboard does not allow multiple scorms to be opened?
0
votes
1 answer

architecture style for my app client-server, blackboard?

I don't have much experience in software engineering. I need to decide witch architecture style suits my application. So any help is welcome. Description of app: Our app communicates with Google maps API to get user location and shows near…
Cherryl
  • 3
  • 3
0
votes
2 answers

Uncaught SyntaxError: <

I have a set of simple scripts that show hidden divs on a Blackboard Learn page. I was working on the scripts earlier and it appears I've broken them. The first error thrown is: "Uncaught SyntaxError: Unexpected token <". After that, the page throws…
0
votes
2 answers

How to pass Blackboard login data to cURL using --data?

I am trying to curl a page on blackboard (a popular course management system for colleges). The page requires a login to my blackboard account, and I have read that you can do this using the --data argument. What I don't know, is what format I need…
0
votes
0 answers

AxisFault: Remote host closed connection during handshake

I'm connecting to a local instance of my Blackboard virtual machine with a Java program, but I'm receiving an Axis exception when the program attempts to send information to the localhost. Error Log: Exception in thread "main"…
0
votes
1 answer

Modifying reference to hash value in Ruby

I'm new to Ruby and I have a JSON data set that I am de-identifying using stympy's Faker. I would prefer to change the values in the Hash by reference. I've tried changing the assignments eg. key['v] = namea[1] to…
sijpkes
  • 168
  • 10
0
votes
2 answers

Where does ADFS fall in the classifications of authentication systems?

We are just getting started with implementing ADFS authentication, however are still getting our bearings in terms of how to integrate it with other applications and systems. From what I can tell, the main supported authentication systems for many…
cchapman
  • 3,269
  • 10
  • 50
  • 68