open edx-ora2 customization Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Data science time! April 2019 and salary with experience Should we burninate the [wrap] tag? The Ask Question Wizard is Live!Proper way to declare custom exceptions in modern Python?Relative imports for the billionth timeopen edx android app installationOpen edx edxapp and edxapp_worker not runningOpen Edx. Create XBlock. Create the SQLite DatabasePassword reset showing 500 error in Open edXOpen edX Dogwood problemsClarifications on Open edx using bitnami at microsoft azureQuery in Open edXCan't determine why program terminates early
Can a USB port passively 'listen only'?
What is the logic behind the Maharil's explanation of why we don't say שעשה ניסים on Pesach?
What's the purpose of writing one's academic biography in the third person?
How to bypass password on Windows XP account?
Why aren't air breathing engines used as small first stages
Check which numbers satisfy the condition [A*B*C = A! + B! + C!]
Book where humans were engineered with genes from animal species to survive hostile planets
Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?
Identifying polygons that intersect with another layer using QGIS?
Should I use a zero-interest credit card for a large one-time purchase?
Sci-Fi book where patients in a coma ward all live in a subconscious world linked together
Can an alien society believe that their star system is the universe?
Can a non-EU citizen traveling with me come with me through the EU passport line?
Error "illegal generic type for instanceof" when using local classes
What are the pros and cons of Aerospike nosecones?
How to find all the available tools in mac terminal?
Storing hydrofluoric acid before the invention of plastics
In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?
Why am I getting the error "non-boolean type specified in a context where a condition is expected" for this request?
How widely used is the term Treppenwitz? Is it something that most Germans know?
When a candle burns, why does the top of wick glow if bottom of flame is hottest?
Dating a Former Employee
String `!23` is replaced with `docker` in command line
What is Arya's weapon design?
open edx-ora2 customization
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Data science time! April 2019 and salary with experience
Should we burninate the [wrap] tag?
The Ask Question Wizard is Live!Proper way to declare custom exceptions in modern Python?Relative imports for the billionth timeopen edx android app installationOpen edx edxapp and edxapp_worker not runningOpen Edx. Create XBlock. Create the SQLite DatabasePassword reset showing 500 error in Open edXOpen edX Dogwood problemsClarifications on Open edx using bitnami at microsoft azureQuery in Open edXCan't determine why program terminates early
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am recently assigned with a task to add some custom fields in openedx ORA2 xblock . I have installed openedx hawthorn release , the docker version of it . So now openedx is running well but now for customization I am searching for the ORA2 code but I did not find the code . I am preciously looking for this code https://github.com/edx/edx-ora2 in my system so that I can customize it . So can anyone help me out I am totally lost in edx, can anyone tell me where is the code location of ORA2 and how can I customize it . I know python and django but I am totally confused in edx :/
python django edx openedx
add a comment |
I am recently assigned with a task to add some custom fields in openedx ORA2 xblock . I have installed openedx hawthorn release , the docker version of it . So now openedx is running well but now for customization I am searching for the ORA2 code but I did not find the code . I am preciously looking for this code https://github.com/edx/edx-ora2 in my system so that I can customize it . So can anyone help me out I am totally lost in edx, can anyone tell me where is the code location of ORA2 and how can I customize it . I know python and django but I am totally confused in edx :/
python django edx openedx
add a comment |
I am recently assigned with a task to add some custom fields in openedx ORA2 xblock . I have installed openedx hawthorn release , the docker version of it . So now openedx is running well but now for customization I am searching for the ORA2 code but I did not find the code . I am preciously looking for this code https://github.com/edx/edx-ora2 in my system so that I can customize it . So can anyone help me out I am totally lost in edx, can anyone tell me where is the code location of ORA2 and how can I customize it . I know python and django but I am totally confused in edx :/
python django edx openedx
I am recently assigned with a task to add some custom fields in openedx ORA2 xblock . I have installed openedx hawthorn release , the docker version of it . So now openedx is running well but now for customization I am searching for the ORA2 code but I did not find the code . I am preciously looking for this code https://github.com/edx/edx-ora2 in my system so that I can customize it . So can anyone help me out I am totally lost in edx, can anyone tell me where is the code location of ORA2 and how can I customize it . I know python and django but I am totally confused in edx :/
python django edx openedx
python django edx openedx
asked Mar 22 at 9:04
Ruvel PereiraRuvel Pereira
13
13
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
In the docker version, you can find ORA-2 as a package in.
/edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages/openassessment/
Comment below if you can not find.
No I didnot get any such folder . Infact via docker I just got edx-platform and other analytics , ecommerce etc. I did the installation from here github.com/edx/devstack
– Ruvel Pereira
Mar 22 at 11:24
You can see, I just added a screenshot also.
– Isanka Wijerathne
Mar 22 at 17:18
Yes , thnx got it . It was docker who make this folder in a different place . I got it now . This is an personal question , do you provide paid consultancy for edx ? If yes please revert me on ruvel@unboxinnovations.com
– Ruvel Pereira
Mar 23 at 8:02
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55296137%2fopen-edx-ora2-customization%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
In the docker version, you can find ORA-2 as a package in.
/edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages/openassessment/
Comment below if you can not find.
No I didnot get any such folder . Infact via docker I just got edx-platform and other analytics , ecommerce etc. I did the installation from here github.com/edx/devstack
– Ruvel Pereira
Mar 22 at 11:24
You can see, I just added a screenshot also.
– Isanka Wijerathne
Mar 22 at 17:18
Yes , thnx got it . It was docker who make this folder in a different place . I got it now . This is an personal question , do you provide paid consultancy for edx ? If yes please revert me on ruvel@unboxinnovations.com
– Ruvel Pereira
Mar 23 at 8:02
add a comment |
In the docker version, you can find ORA-2 as a package in.
/edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages/openassessment/
Comment below if you can not find.
No I didnot get any such folder . Infact via docker I just got edx-platform and other analytics , ecommerce etc. I did the installation from here github.com/edx/devstack
– Ruvel Pereira
Mar 22 at 11:24
You can see, I just added a screenshot also.
– Isanka Wijerathne
Mar 22 at 17:18
Yes , thnx got it . It was docker who make this folder in a different place . I got it now . This is an personal question , do you provide paid consultancy for edx ? If yes please revert me on ruvel@unboxinnovations.com
– Ruvel Pereira
Mar 23 at 8:02
add a comment |
In the docker version, you can find ORA-2 as a package in.
/edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages/openassessment/
Comment below if you can not find.
In the docker version, you can find ORA-2 as a package in.
/edx/app/edxapp/venvs/edxapp/lib/python2.7/site-packages/openassessment/
Comment below if you can not find.
edited Mar 22 at 17:17
answered Mar 22 at 9:23
Isanka WijerathneIsanka Wijerathne
865920
865920
No I didnot get any such folder . Infact via docker I just got edx-platform and other analytics , ecommerce etc. I did the installation from here github.com/edx/devstack
– Ruvel Pereira
Mar 22 at 11:24
You can see, I just added a screenshot also.
– Isanka Wijerathne
Mar 22 at 17:18
Yes , thnx got it . It was docker who make this folder in a different place . I got it now . This is an personal question , do you provide paid consultancy for edx ? If yes please revert me on ruvel@unboxinnovations.com
– Ruvel Pereira
Mar 23 at 8:02
add a comment |
No I didnot get any such folder . Infact via docker I just got edx-platform and other analytics , ecommerce etc. I did the installation from here github.com/edx/devstack
– Ruvel Pereira
Mar 22 at 11:24
You can see, I just added a screenshot also.
– Isanka Wijerathne
Mar 22 at 17:18
Yes , thnx got it . It was docker who make this folder in a different place . I got it now . This is an personal question , do you provide paid consultancy for edx ? If yes please revert me on ruvel@unboxinnovations.com
– Ruvel Pereira
Mar 23 at 8:02
No I didnot get any such folder . Infact via docker I just got edx-platform and other analytics , ecommerce etc. I did the installation from here github.com/edx/devstack
– Ruvel Pereira
Mar 22 at 11:24
No I didnot get any such folder . Infact via docker I just got edx-platform and other analytics , ecommerce etc. I did the installation from here github.com/edx/devstack
– Ruvel Pereira
Mar 22 at 11:24
You can see, I just added a screenshot also.
– Isanka Wijerathne
Mar 22 at 17:18
You can see, I just added a screenshot also.
– Isanka Wijerathne
Mar 22 at 17:18
Yes , thnx got it . It was docker who make this folder in a different place . I got it now . This is an personal question , do you provide paid consultancy for edx ? If yes please revert me on ruvel@unboxinnovations.com
– Ruvel Pereira
Mar 23 at 8:02
Yes , thnx got it . It was docker who make this folder in a different place . I got it now . This is an personal question , do you provide paid consultancy for edx ? If yes please revert me on ruvel@unboxinnovations.com
– Ruvel Pereira
Mar 23 at 8:02
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55296137%2fopen-edx-ora2-customization%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown