Sakai Plus

My project “Sakai Plus” is adding an LTI Advantage “provider” to Sakai 23.   Sakai already has an LTI 1.1 provider (i.e. you can launch a Sakai tool from another LMS like Canvas, Moodle, Blackboard, etc.).  You can follow progress at:

https://github.com/sakaiproject/sakai/pull/10121

The Sakai Plus effort will build equivalent and expanded support for integrating Sakai into other LMS systems using LTI 1.3 / LTI Advantage.

Unlike most of Sakai (and Tsugi) – the Sakai Plus LTI 1.3 provider will be done completely separately from the LTI 1.1 support.  In lots of other places, a lot of effort has been made to make code support LTI 1.1 and LTI 1.3 simultaneously in the same code base with careful use of if-then-else.  But because the scope of LTI Advantage tool provider is quite a bit broader that the LTI 1.1 provider, it will be kept separate so it can grow without maintaining legacy capabilities.

Sakai 21.2 Released

This message is from Wilma Hodges, the Sakai Community Coordinator announcing the Sakai 21.2 release.


Congratulations to our amazing worldwide community!

I’m pleased to announce that Sakai 21.2 is now available for downloading[1]!

Sakai 21.2 has 200 improvements [2] including

  • 38 fixes in Assignments

  • 14 fixes in Basic LTI

  • 13 fixes in Forums

  • 18 fixes in Gradebook

  • 14 fixes in Lessons

  • 15 fixes in Site Info

  • 30 fixes in Tests & Quizzes

Other areas improved include:

  • Accessibility

  • Announcements

  • Bullhorns

  • Calendar

  • CKEditor

  • Commons

  • Content Review

  • Delegated Access

  • Dropbox

  • Entity Broker

  • Internationalization

  • Message Bundle Manager

  • Messages

  • News

  • Portal

  • Profile

  • Resources

  • Roster

  • Rubrics

  • Section Info

  • Sign Up

  • Statistics

  • Syllabus

  • Wiki

There was 1 security issue fixed in 21.2 (details will be sent to the Sakai Security Announcements list).

Please also note the upgrade information page [3] for important notes related to performing the upgrade.

[1] Download information- http://source.sakaiproject.org/release/21.2/

[2] 20.1 Fixes by Tool – https://sakaiproject.atlassian.net/wiki/spaces/DOC/pages/17188913172/21.2+Features+by+Tool

[3] Upgrade information – https://sakaiproject.atlassian.net/wiki/spaces/DOC/pages/17310646931/Sakai+21+Upgrade+Information   

LTI Advantage, Sakai 22, and Tsugi – Oh My!

I have been kind of heads-down busy since mid-September working on preparing Sakai’s LTI for the Sakai-22 code freeze and release and implementing a number of pre-emergent IMS specifications in both Sakai and Tsugi.

The IMS LTI Working group is doing great work (it is worth joining if you are an IMS member). There are a number of un-released specifications that are pretty awesome. These specs are pretty mature and just kind of stuck waiting to be released. But that has not stopped LMS’s and tools from implementing them and using them. These are three of the really nice new specs:

  • Auto Provisioning – This eliminates all cut and paste of security values to get an LTI Advantage Security configuration set up on the tool and the LMS. This spec is implemented in Moodle, Sakai, and D2L as well as Tsugi and Cengage – so this is pretty mature. This has been in Sakai and Tsugi for some time now.
  • Submission review – This adds features where the tool can inform the LMS of the “state” of a grade through the web service call. It can indicate is the tool has received an assignment, if it is in draft mode, if it is partially graded, etc. It also adds a special launch where the LMS grader / grade book can launch right into the detail of a particular student in a tool. So if the student takes a quiz and the quiz tool can show a teacher the answers for each student, the teacher can use the grader in the LMS and launch directly into the tool’s student tail for the correct student. Canvas’s speed grader has a feature like this but it is non-standard. This new spec makes it so a tool can do it using only official IMS standards – which encourages the other LMS’s and eventually Canvas to all do it the same way. The first 100% standard implementation o the spec is in Sakai and I have added support to Tsugi on the tool side. This puts me in a great position to help other tools and LMS’s do this in an interoperable way. And to do some awesome demos :)
  • Privacy Launch – This is part of an IMS effort to address important privacy issues. This spec is more of a start since (unlike Tsugi) most LTI tool vendors have spent exactly *ZERO SECONDS* thinking about data retention and learner privacy. Most tools will receive this launch and just put up a page like “call tech support”. This has kept the scope of this new feature kind of small – so it is more of a starting point. But Tsugi has been thinking deeply about privacy and retention for its inception and I have built a new feature in the LMS settings that lets key owners expire PII data for their users and in the future allow even finer grain control of the data that belongs to their users. And I added a feature in Sakai to do the privacy launch from the admin user for a tool – so Sakai and Tsugi are the very first implementations in this space. Again this enables leadership in interoperability and makes for awesome demos :)

So all this stuff is in the current master branch of Tsugi and Sakai. If my presentation is accepted I will be giving a talk at Sakai’s Fall online conference about all this stuff. If you don’t see it there – I can re-do the talk for a Tsugi audience later.

Also I will be at Educause the Week of October 25 with a Sakai trade show booth (Sakai’s first booth ever) – so if you are coming to Educause make sure to stop by the booth.

Sakai Development moving to Java 11

Since Sakai has moved to Java 11 for the Sakai 22 and later releases, we will need to update our developer environments.  I also made the following changes.

  • Use the org.mariadb database connector and Hibernate dialect (even if I am using MySQL 5.7).  The connector is free and automatically deployed by Sakai so there is no extra fuss downloading the com.mysql connector and hand-installing it in Tomcat.
  • Upgrade Maven to 3.8.1 or later
  • On my fresh-install Linux environments I am switching to MariaDB as my dev database server.  If I have an existing MySQL (i.e. MAMP on Mac or Aurora on AWS) I will just keep using it but switch to the MariaDB connector.

I have setup and tested four different environments in the post-JDK11 environment:

  • Matt Jones’ docker-build solution.  This is very cool – especially for Windows.  Matt mounts folders from your computer’s file system into his (build/database/sakai) docker containers so you can edit files outside of the docker containers and then build / run all inside docker containers with a zero footprint install on your computer other than docker itself.  Also your database persists even when you have no docker containers running.  The container and mounted files slows this down a bit – but if you have a super fast Windows or modern MacBook box with a lot of memory and SSD, it is plenty quick.
  • My MacBook running natively installed Java, Tomcat, and MAMP using my sakai-scripts code.  For Mac development it is faster than Matt’s docker solution especially for my circa-2013 MacBooks that I refuse to upgrade.
  • A simple self contained Ubuntu image running under docker using my sakai-scripts code.  I use this to make sure I can quickly test my scripts or Sakai’s build under ubuntu without spinning up an EC2 node or DigitalOcean Box.  This is different from Matt’s docker approach because everything (including the MariaDB server and data) is in the docker – it is nice for quick tests because it is a zero-install other than docker on your main computer.
  • An ubuntu server running on Digital Ocean / EC2 using my sakai-scripts code like https://dev1.sakaicloud.com

If you want to figure out things like shell settings or other configuration to adapt your own setup, you can take a look at some of the files in my sakai-scripts repo.  If you used these scripts before, there was a complex step of getting all the environment variables set in your profile (mac or linux).  Now each script sets its environment variable and does its thing – much better and easier to fix / upgrade when things change a little.

You can examine these scripts and extract bits to use in your environment.

  • Start with the README.md it contains the overall outline of manual and automated steps.  This shows how to setup (a) a MackBook, (b) ubuntu in a stand-alone docker, and (c) ubuntu on a stand-alone server.
  • Take a look at ubuntu.sh to see what prerequisites are needed on ubuntu.  Because I use sdman the installs are much simpler – thanks Matt and Earl for teaching us about this.  Using sdman also allows you to switch back to JDK-8 if you need to.  It is the logical equivalent of Python virtual environments.
  • Take a look at qmv.sh to see things like needed environment variables to make maven work.  Without these maven will run out of memory whilst building.
  • Take a look at start.sh to see the relatively complex set of environment variables needed to set up Java to run Sakai.  These variables are adapted from the Matt / Earle recommendations.  Matt designed these to be tweak able and there are some examples of things like setting up a debugger if you want that.

I hope you find this helpful.  I would also like to explore moving these scripts and Matt’s docker stuff into the core repository in a “dev” folder.  It is kind of silly to have these in hard-to-find locations in contrib and my repo.

 

 

 

Sakai 22 moving to Java 11

(This was originally from Earle Neitzel on the Sakai dev-list)

The time has finally come for Sakai to adopt and move to Java 11.

A big part of this decision is inline with the libraries that Sakai uses, once all the significant libraries have transitioned to running in a newer JDK Sakai itself becomes eligible for the same. Sakai software (like most software) is like lego’s and the blocks all need to have the same shape and size in order to work together. So once all the fundamental blocks (like spring, hibernate, elasticsearch, ignite, server side UI frameworks) support a newer JDK, then Sakai can look at adopting that JDK.

History
JDK 5 Dec 14 2006 (approx)
JDK 6 Feb 20 2012 SAK-20908
JDK 7 Oct 27 2014 SAK-28016
JDK 8 March 29, 2015 SAK-25903
JDK 11 Sept 24 2021 SAK-33595

In the past, it was customary to limit newer language syntax in order to preserve compatibility when merging changes to previous versions. I propose we do this for at least 1 Sakai version which would mean once the 23 branch is cut then we could allow newer syntax. I would also revisit this at that time to see if it should be extended to 2 Sakai versions. (Most IDE’s will allow you to set the syntax level to help prevent you from using newer syntax)

Jakarta package name
So in conjunction upgrading to jdk 11, jdk 9+ removed much of the javax namespace (aka JEE) it means that many of these packages are now separate libs which need to be included. On top of that Oracle has given the Java EE to Eclipse with the restriction that they cannot use the word “Java” hence the need to rename the packages to Jakarta. Given many of our libs are still using the javax package names we can use jakarta libs that keep the package name space (like activation and validation) but newer jakarta packages are changing the package names as well this last part is causing some issues as some of the libs are still on versions using the javax package name. I propose that until Sakai is on newer libs that support the newer package names that we stay on the javax namespace. This means that i reverted a recent contribution SAK-45950 by David Horrowitz to stay on the javax package name, I apologize but believe it’s the right thing to do at this time.

Building Sakai with JDK 11
The source can only be built using JDK 11 moving forward. So you will need to download and use a respective JDK. I propose that Sakai standardize on the OpenJDK project as all other projects use that project as a base and should ensure our compatibility with other JDK flavors.

This project https://sdkman.io/ makes that task simple.

Running Sakai with JDK 11
Here will list the options we will need to use to run Sakai in JDK 11.
In your setenv.(sh|bat) you will need to add the following lines to JAVA_OPTS or CATALINA_OPTS:
–add-exports=java.base/jdk.internal.misc=ALL-UNNAMED \
–add-exports=java.base/sun.nio.ch=ALL-UNNAMED \
–add-exports=java.management/com.sun.jmx.mbeanserver=ALL-UNNAMED \
–add-exports=jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED \
–add-exports=java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED \
–add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED \
–illegal-access=permit

Next you will want to select a Garbage Collector to use this may depend on the JDK that your using. See the following page for some info https://docs.oracle.com/en/java/javase/11/gctuning/available-collectors.html

 

New Amazon AMI – Tsugi – Ubuntu 20 / PHP 8.0 – ami-04dd1d5da2d25fe43

I have finished testing a new AMI for Tsugi + Ubuntu 20.04 and PHP 8.0:
tsugi-php-prod-2021-08-16-ubuntu20.04-php8.0 -  - ami-04dd1d5da2d25fe43
This is a public AMI and can be used according to the instructions at:
Ubuntu 16.04 is already out of support (they only stick around five years) – so we need to keep moving forward.  This is the first AMI that includes Node and NPM.
If you want to update your own build process – or review what is being installed – the bulk of the software that is being installed is here:
AMI versions are released about 1-2 times per year unless a problem is identified in an AMI.
Questions / comments / testing welcome.

Sakai 20.4 Released

This is a note from Wilma Hodges – the Sakai community coordinator

Dear Community,

Congratulations to our amazing worldwide community!

I’m pleased to announce that Sakai 20.4 is released and available for downloading [1]!

Sakai 20.4 has 88 improvements [2] including

  • 12 fixes in Assignments

  • 9 fixes in Gradebook

  • 12 fixes in Lessons

  • 26 fixes in Tests & Quizzes

Other areas improved include:

  • A11y

  • Announcements

  • Basic LTI

  • Calendar

  • CKeditor

  • Content Review

  • Dropbox

  • Feedback Tool

  • Forums

  • Internationalization

  • Messages

  • Message Bundle Manager

  • News

  • Profile

  • Resources

  • Rubrics

  • Site Info

  • Statistics

  • Syllabus

There was 1 security issue fixed in 20.4 (details will be sent to the Sakai Security Announcements list).

Please also note the upgrade information page [3] for important notes related to performing the upgrade.

[1] Download information- http://source.sakaiproject.org/release/20.4/

[2] 20.4 Fixes by Tool – https://confluence.sakaiproject.org/display/DOC/20.4+Fixes+by+tool[3] Upgrade information – https://confluence.sakaiproject.org/display/DOC/Sakai+20+Upgrade+Information

Happy Friday!

Sakai 21.1 Released

This is from the sakai-dev list – Wilma Hodges

Dear Community,

Congratulations to our amazing worldwide community!

I’m pleased to announce that Sakai 21.1 is now available for downloading!

Sakai 21.1 has 171 improvements including

  • 24 fixes in Assignments

  • 7 fixes in Gradebook

  • 17 fixes in Lessons

  • 9 fixes in Rubrics

  • 41 fixes in Tests & Quizzes

Other areas improved include:

  • Accessibility

  • Announcements

  • Basic LTI

  • Bullhorns

  • Calendar

  • CKEditor

  • Content Review

  • Dropbox

  • Feedback

  • Forums

  • Internationalization

  • Login

  • Mail Sender

  • Message Bundle Manager

  • Messages

  • Polls

  • Portal

  • Profile

  • Quartz Scheduler

  • Resources

  • Roster

  • Site Info

  • Statistics

  • Syllabus

There was 1 security issue fixed in 21.1 (details will be sent to the Sakai Security Announcements list).

Please also note the upgrade information page for important notes related to performing the upgrade.

Wilma Hodges, Ed.D.

Sakai PMC – Community Coordinator

Lecture Recording Setup (Basic)

When I record my lectures for my online courses I am using a DIY studio where I am trying to mimic a high end studio the best I can and I have described the technologies that I have used in a blog post I reference below But my studio building hobby is more than most folks need for good lecture recordings so I decided to write down my advice for a less complex way to produce good quality lectures.

Good Quality Lectures

When I am not trying to be all fancy – I find that Camtasia is a great tool that can get the work done.

https://www.techsmith.com/video-editor.html

A good camera like the Logitech StreamCam is nice.

https://amzn.to/3wyhxne

Microphones are important.  The built-in Macintosh microphone is as good as any setup I have used. If you are Mac person – then use the Mac microphone – I don’t know for Windows – audio is very important so do some testing including recording a few words and then be silent for 10 seconds and a few words and some silence. Cheap microphones don’t do well with silence and have problems when transitioning from silence to sound.

Then use two ring lights offset is good for lighting – like these:

https://amzn.to/3zvz4Os

Ring lights are always shown to be set up with the camera in the center – but if you have classes then you have two ring reflections that look really bad. Just get two lights and put them at 45 degree angles and you have nice lighting and no circles in your glasses.

The Fancy Version of Lecture Recording

How I Record My MOOC Lectures (Updated)

 

Lemons Build 2006 Mustang Details

After three years of running the Sakai Racing Team with Generation 1 (1995-1999) Neons, we have reached the point where parts are getting harder and harder to come by so we are starting work on building up a a 2006 Mustang for our net season 24 Hours of Lemons campaign.  This blog post will keep track of things like purchased parts in case we want to build another one.

Notes

  • When you remove the seats take off the wiring harnesses and seat belt hardware including the passenger seat sensor if you want to avoid airbag lights.  You can just keep this if you don’t want to install it.  Just don’t throw it away.

Parts

  • October 2021 – Passenger Seat Bracket for MOMO / NRG / Sparco / Recaro / Bride / OMP – Ford Mustang (2005+) – Part # SB039PA  – https://amzn.to/3BwYVoY
  • June 2021 – Seat Slider – Sparco Slider Seat Track Set – Amazon – https://amzn.to/3coCSar
  • June 2021 – Driver Seat Bracket for MOMO / NRG / Sparco / Recaro / Bride / OMP – Ford Mustang (2005+) – Part #SB039DR – Amazon – https://amzn.to/2SdT73k
  • June 2021 – OMP HC/733E Seat Mount Bracket – Amazon – https://amzn.to/3vXhWiL
  • June 2021 – Ford Side Airbag Light Eliminator Plug Plastic Mustang 2005-2007
    Ford: XF2Z-14B022-AA – https://www.cjponyparts.com/ford-side-airbag-light-eliminator-plug-plastic-mustang-2005-2007/p/HW4709/
  • June 2021 – 1 HA/781E TRS-E XL USD$ 409.00 Color:Black, Size:XL – https://www.ompamerica.com/
  • May 2021 – 3-INCH SFI 16.1 CAM-LOCK RACE HARNESS – CUSTOMIZE – SKU: BUILD A BELT 3IN-CAM-CUSTOM-30298-B-18-H-W-06-BW-B – https://www.racerdirect.net/