Developing Opigno

Questions about the Opigno API, Drupal development, etc.

Free navigation not working as intended

Oskar
According to opigno documentation, when free navigation is set for the training. The left panel should allow movoing to activities in any order, including across other modules inside the course. However it's not true, because it is only possible to select activities inside the current module. Is there any setting that affects this behavior? Or this possibility is only in the plans?

Opigno Migration

matthias
Hi there, I am currently evaluating opigno because we want to switch from moodle to this LMS. As we use the API to create users I want to ask if the following features are included to be called from the API: Create and delete Users Create classes / course groups Subscribe a user to a course (enrollment) Apart from that is it possible to set the duration for a subscription e.g. from Mai 1st 2023 until December 31st 2023 so that the access to that course is not possible after that date? Thanks and regards Matt

Cart quantity restricted to one per item.

TamB
Hi all, While building my site with Opigno and Drupal, I came across a bizarre (at least to me) bit of coding. The Opigno Commerce module programmatically restricts the quantity per item to just one in the shopping cart. Here's the code (lines 319 to 321 of opigno_commerce.module) // Restrict quantity to 1. $form['edit_quantity'][$row->index]['#min'] = 1; $form['edit_quantity'][$row->index]['#max'] = 1; I have a shopping cart made with Commerce Cart Flyout which allows users to select any quantity.

Backdrop CMS

keiserjb
I know that Drupal 7 got another year added to its life yesterday but I've been curious lately if there is any interest in keeping the D7 version of Opigno running by porting it to Backdrop?

Scorm results

michael_nls
We have a scorm course which allows the user to retry if they don't meet the passing score. When the users retries, on completion Opigno shows the both sets of user answers on the result page. The first incorrect set and the retry set. Eg. if there a 4 questions in the scorm quiz, Opigno will display 8 questions with right/wrong answers. How do I get opigno to show the correct set of results.