Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configuration option to allow students to work on sets that are missi… #2589

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Alex-Jordan
Copy link
Contributor

…ng the set sourced ID even in homework grade passback mode

This is what I proposed in #2582.

I'm open to changing the name of the config variable. Also since it only makes sense to do this with LTI 1.3, I put it in authem_LTI_1_3.conf but maybe that is not the best place.

@@ -191,12 +191,14 @@ sub getSetStatus ($c, $set) {
$link_is_active = 0 unless $canViewUnopened;
push(@$other_messages, $c->restricted_progression_msg(0, $set->restricted_status * 100, @restricted));
} elsif (!$canViewUnopened
&& ($ce->{LTIVersion} ne '1p3' || !$ce->{LTI}{v1p3}{ignoreMissingSourcedID})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be

Suggested change
&& ($ce->{LTIVersion} ne '1p3' || !$ce->{LTI}{v1p3}{ignoreMissingSourcedID})
&& ($ce->{LTIVersion} ne 'v1p3' || !$ce->{LTI}{v1p3}{ignoreMissingSourcedID})

@dlglin dlglin changed the title configuration option to allow studnets to work on sets that are missi… configuration option to allow students to work on sets that are missi… Oct 1, 2024
…ng the set sourced ID even in homework grade passback mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants