Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
faridskyman committed Jul 22, 2015
1 parent 1fc22a7 commit 7fbcf27
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ A simple C# console program to parse blackboard exported quiz file (which is in

## About Version1 Branch
Completed all outstanding task,now code
* can handle MCQ and TNF
* can handle 'Multiple Choice', 'True or False' and 'Multiple Answer' question type.
* Options are no longer hard coded to 4 choice but dynamic
* Output is in Tab seperated and out as Text file
* Output is in UTF-8 Format to resolve 'funny characters' issue
* non standard <o:p> html tags from microsoft office is removed
* Handles the variance in correct option for blackboard that initially caused error
* Added ASCII ART at start
* Handle exception where input file is misisng
* Handles exception if otput file is in use.
* Handles file path to be where the program is located instead of hard coded.

## Limitations
* Works only for for 'True or False' & 'Multiple Choice' question-type only.
* MAX option supported is 9.

0 comments on commit 7fbcf27

Please sign in to comment.