overhangio / openedx-scorm-xblock

SCORM XBlock for Open edX
GNU Affero General Public License v3.0
39 stars 50 forks source link

add retrieving learner-related information for SCORM 1.2/2004 #21

Closed potapuff closed 2 years ago

potapuff commented 2 years ago

Hi to all

This pull request is backport of https://github.com/raccoongang/edx_xblock_scorm/commit/84fcdb66628835bab7eff5e58936bb4583a36f04 and https://github.com/raccoongang/edx_xblock_scorm/commit/977c0e9186d04e28f09f396370372ed56e48e13c

It append support get user-related info according to SCORM 1.2 and 2004 (cmi.core.student_id/name and cmi.learner_id/name)

Pull request has a test. But (shame on me) i'm not familiar with python/Django/EdX .

regisb commented 2 years ago

FYI @sendr :eyes: