Skip to content

linkedin-faq/duplicate-detective

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Duplicate Detective

A program that finds and removes duplicates and renumbers questions in the LInkedIn Skill Assessments Quizzes Repo.

This program searches for markdown files containing quizes starting from the current project directory and traversing through one folder layer, and then reaches the quiz file.

The program will prompt the user about duplicates to make sure the two questions are duplicates. You can either hit 'y' for yes or 'n' for no. If you wish to specify which question should be deleted, the question number to be removed can be stated after the 'y' character, eg "y64".

There are a couple other things I wish to do with this tool: TODO

  • Better exception handling and repeating questions when receiving bad input.
  • Saving in a file which questions are not duplicates so the user is not prompted about them every time the tool is run
  • Create a pom.xml file to automate builds and other files writing.

About

A program that finds and removes duplicates and renumbers questions in the LInkedIn Skill Assessments Quizzes Repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages