Giter VIP home page Giter VIP logo

automation-tools-for-courses's People

Contributors

danieldanielecki avatar

Watchers

 avatar

automation-tools-for-courses's Issues

Avoid data loss while converting to csv

Converting csv from Python at this point of time results in 1 row of data in the csv format. The data is being shown again after converting to xls manually. It should contain all data in csv, automatically after running the Python script.

AI-powered Automated Tool for Hand(books)

Ideally, it would create a table of contents first and then, based on feedback, improve/modify it slightly. Generating an entire book doesn't seem feasible for proper validation and improvement/modification of specific categories. We want to have it checked and read by a human with feedback s/he can provide. Hence, generating each chapter/main section separately would be the preferred way to proceed.

Content should be generated with code examples and occasionally with images when needed. However, for this part, a human can add an input for each chapter/main section, and then the AI will generate it.

Rest assured, the addition of code examples to CodeSandboxes can be done manually at a later stage. It might be overcomplicated to generate code snippets with CodeSandboxes, but as per Copilot, it's doable (maybe another issue after this is completed).

Copilot asking CodeSandboxes generation

Other than programming books, we'd like to use it for cloud-related learning, like most of our materials. Not the questions & answers we have but also handbooks to properly teach the material.

It must be generated in Markdown format, in a format like https://github.com/Ditectrev/Awesome-HTML-Book-HyperText-Markup-Language-HTML

Improve scraping data format

Both currently working scriptsweb-scrap-exam4training.py and web-scrap-vce.py return lots of data, which is different from the format we use, and for now we need to remove & format it manually.

Ideally, after scrapping we're receiving this format:

### QUESTION

![Image X](images/questionX.png) # could be the case there's no image in the question as well.

- [ ] SAMPLE WRONG ANSWER.
- [ ] SAMPLE WRONG ANSWER.
- [x] SAMPLE CORRECT ANSWER.
- [ ] SAMPLE WRONG ANSWER.

**[⬆ Back to Top](#table-of-contents)**

even better would be to include already explanation using some kind of AI-related tool (see #4 for that):

### QUESTION

 ![Image X](images/questionX.png) # could be the case there's no image in the question as well.

- [ ] SAMPLE WRONG ANSWER.
- [ ] SAMPLE WRONG ANSWER.
- [x] SAMPLE CORRECT ANSWER.
- [ ] SAMPLE WRONG ANSWER.

#### EXPLANATION.

**[⬆ Back to Top](#table-of-contents)**

Automate creation of Table of Contents (ToC)

The task is to automate the creation of ToC.

The current solution is based on:

  1. readme.py - file to generate questions in Udemy-friendly format scrapped via web-scrap.py (with minor manual improvements, but it can be a different task) and other non-automated sources.
  2. urls.py - file which to generate URL's.
  3. Based on the output from 2., manually pasting those URL's to manually created ToC.

The format can be found in tests around Ditectrev repositories, such as here.

Output from the automation, ideally, would be:

| No. | Questions |
| --- | --------------------------- |
| 1   | [Question1?](#question1-url) |
| 2   | [Question2?](#question2-url) |
| 3   | [Question3?](#question3-url) |
...
| n   | [QuestionN?](#questionN-url) |

where n is the number of questions in a test.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.