Skip to content
#

scorm

Here are 52 public repositories matching this topic...

christianp
christianp commented Oct 4, 2021

This is a common pattern: I have a list of independent criteria that a student's answer must fulfil. For each of them, I want to add a certain amount of credit if it's satisfied, and give some negative feedback otherwise.

At the moment, it's possible with this:

if(criterion_satisfied,
  add_credit(amount, "You did it!")
, negative_feedback("You didn't do it.")
)

It would be c

Improve this page

Add a description, image, and links to the scorm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scorm topic, visit your repo's landing page and select "manage topics."

Learn more