Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Agenda:

  • Project check in: 

    • What is currently prioritized by opencraft?

    • What is OC planning to work on?

    • Where can I see that? Should We specify that in a specific place?

    • Apologies for the slow review time, I have been providing a review for another BD-14 blended project that has a deadline. Need to get that across the line. I have taken a look at the PR, it is just massive and I need to break it up a little bit.

  • Problem Editor codebase – does it make sense, how we are writing react components? 

    • Is our approach to testing amenable to your work and easy to replicate?

  • Questions From Farhaan:

    • Are we just adding question in the problem xblock editor? because there are label and description and stuff how are we editing that

      • Answer: I think I understand your question. In the existing markdown editor, we have buttons that make “heading” and “description” easy to edit. I’ll pass this question along to John Fay, who has done the UX/UI work for the project, but I would Imagine that we are giving course authors the freedom to write the question however they choose.

    • Parsing markdown looks vague now because OLX seems to have a lot of rich data we can use, so ditching markdown in favour of OLX looks better

      • Yeah I would tend to agree, the reason we used markdown-> react state was because it was already partially written.

    • Sending just the markdown to the edx-platform doesn't update the preview so we have to anyhow do a ReactSate to OLX parser as well.

      • yes, this was the second part of the two tickets I shared with Kaustav.

  • No labels