Skip to content

A console-based program to practice with the ISO II questions

Notifications You must be signed in to change notification settings

juanrc235/quizzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quizzer

A console-based program to practice with the ISO II questions. It will automatically load the files in the questions dir. You can also load a specific file with the -f option.

Thanks to Jaime León for adding all the questions files. I would like also to thanks Enrique Cepeda its contribution adding the questions of the last two units <3.

To execute it (using preloaded files), in Linux:

python3 main.py

And in Windows:

py main.py

To load a file (only the file name):

python3 main.py -f <file>

The questions files should follow the next format:

Unit 1.1

What is the aim of the information systems?
Support the company business processes
Support computer-based system
Develop software engineering
Discover functional requirements

...
..
.

First line of the file the unit, space and then the question itself.

About

A console-based program to practice with the ISO II questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages