Skip to content

[PATCH] Fix CAPA Problems - #531

Merged
OmarIthawi merged 1 commit into
appsembler/tahoe/developfrom
omar/patch
Feb 11, 2020
Merged

[PATCH] Fix CAPA Problems#531
OmarIthawi merged 1 commit into
appsembler/tahoe/developfrom
omar/patch

Conversation

@OmarIthawi

Copy link
Copy Markdown

As received via email with the same title from edX.

@melvinsoft

Copy link
Copy Markdown

Thanks @OmarIthawi !

@OmarIthawi
OmarIthawi merged commit a497aec into appsembler/tahoe/develop Feb 11, 2020
@OmarIthawi
OmarIthawi deleted the omar/patch branch February 11, 2020 15:53
@johnbaldwin

Copy link
Copy Markdown

@OmarIthawi What does CAPA stand for? I understand they are problems/exercises. I web searched and see it referenced in some places in edX pages, but none I look at actually spells out the acronym

@OmarIthawi

Copy link
Copy Markdown
Author

What does CAPA stand for? I understand they are problems/exercises. I web searched and see it referenced in some places in edX pages, but none I look at actually spells out the acronym

Great question @johnbaldwin! It makes a nice brotherhood name.

I don't know, so I had to look it up. It looks like it's a short for LON-CAPA, which is a short for: "Learning Online Network with Computer-Assisted Personalized Approach". A circa 2007 LMS.

In the Open edX context it means: "(multiple choice, drop down, etc)".

class CapaModule(CapaMixin, XModule):
"""
An XModule implementing LonCapa format problems, implemented by way of
capa.capa_problem.LoncapaProblem
CapaModule.__init__ takes the same arguments as xmodule.x_module:XModule.__init__
"""
icon_class = 'problem'

So basically edX copied whatever there's in LON-CAPA in terms of both problem types and underlying format.

image

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.

5 participants