arpitgandhi-xoriant / lti-params-api

0 stars 0 forks source link

Add functionality for 'knowledge_check' #14

Open dcadams opened 1 year ago

dcadams commented 1 year ago

The api should be modified to include the new functionality of setting the display_name of the Adaptive module to 'knowledge_check'.

When you do this please work in a new branch and PR into master giving me a chance to review.

I would add a 'sub_display_name' field to each block in the response and display into that. Your validator program could then check that if the module is 'pre-assess' then the sub_display_name should be 'knowledge_check'. If you have a better idea we can discuss that.

See email for details on why we need to set the display_name to 'knowledge_check' for Adaptive modules.

RiteshChouhan21 commented 1 year ago

Added two PRs for tutor(koa-tutor) and non-tutor(master) each.