Ditectrev / Practice-Exams-Platform

Practice Exams (Web) Platform developed by Ditectrev's Community.
https://education.ditectrev.com
MIT License
56 stars 14 forks source link

[Feature] Explanation section #17

Closed danieldanielecki closed 5 months ago

danieldanielecki commented 6 months ago

Simply create such a section as part of the repo codebase and add it (however you wish) to the repo. Flexible with solution.

On one side, it might be problematic to add explanations to the platform education.ditectrev.com without having them in the repository. However, having them somehow dynamically would be the preferred solution, without relying on the repositories content. Why? We have thousands of questions, and it'd be lots of work to add explanation to every single question, and only then fetch the results, and show them on the platform education.ditectrev.com

However, on the long run, it'd be great to have the explanations in the repository, so students could learn also from GitHub content. Having a script, which would generate explanations easy to add to the format we already use in other tests:

### QUESTION X

![Image](images/questionX.png)

- [ ] Wrong Answer.
- [x] Correct Answer.
- [ ] Wrong Answer.
- [ ] Wrong Answer.

#### [TODO] EXPLANATION GOES HERE...

**[⬆ Back to Top](#table-of-contents)**
danieldanielecki commented 5 months ago

Partially done in https://github.com/Ditectrev/Practice-Exams-Platform/pull/19, more issues to be created from https://github.com/Ditectrev/Practice-Exams-Platform/pull/19#issuecomment-2127685723 before closing this issue

danieldanielecki commented 5 months ago

Closing, #19 added the implementation, and improvements are in #21 & #22.