-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[END OF INTERNSHIP] Merging of my work with the current repository #1
Open
LFLCH
wants to merge
25
commits into
correctexam:main
Choose a base branch
from
LFLCH:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…de détection de cases cochées dans un QCM. TODO : traduire le code python en javascript, en prennant en compte les subtilités des langages
… les afficher (dossier Temp). Le code va être réorganisé bientôt
…EADME pour savoir quelles instructions suivre
… la case n'est prédite comme vide
…s générées du git add
…ndences du projet et qui permet de toutes les installer en une commande
…ent entre la zone d'analyse et la case soit meilleur
…iter l'association avec des mauvaises cases détectées
…stAPI part for the MQC detection (in python)
…h for a logical hierarchy
…r tempaltes are loadded
… Thererfore it is possible to store several templatees
…ts id, the question number, all the students sheet names regarding a question, and the template filename)
…ames that will be sent
…rrigeExamFront (my fork) : on the frontend the user clicks to send data of a question. First, the informations about the files will come and be stored in examinfos.json : a json file that REQUIRES to exists and have curly brackets in it (like that : {}). Then, the pictures (PNG files) will come, and they will be stored in the folder images. IN THE FUTURE, if we want to communicate with opencv, the path of the images files needs to change, and be pointed on the opencv/resource folder (with the name of the exam after). AND THEN we will need to send a message to corrigeExamFront with all the details of the analysis. JUST REMIND that a Temp/analyse.json file is written after the analysis. It just needs to be recuperated and sent back
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I reordered the project. Besides the current opencvJS project, you will find in the detectionQCM/questiontype two other programs :