The ChessAIThon project (2025-1-ES01-KA220-VET-000354329) is co-funded by the European Union. The views and opinions expressed in this publication are those of the author(s) only and do not necessarily reflect those of the European Union or the Spanish Service for the Internationalisation of Education (SEPIE). Neither the European Union nor the National Agency SEPIE can be held responsible for them.

Chess data: formats structures and dataset files, control version


Home

Table of Contents

Quiz


Question 1

What is the main difference between Git and GitHub?

Question 2

If a student finishes coding the ETL tool locally, which two Git operations must they use to share their code with the public repository on GitHub?

Question 3

What is the best reason to create a branch before adding a new feature (like a new move conversion function) to a repository?

Question 4

In the context of the AI project, what does a GitHub Action primarily automate using the CI/CD methodology?

Question 5

How does the AI training Notebook ensure it always uses the latest, optimized data after a GitHub Action runs?