alopezlago / YetAnotherPacketParser

A parser to convert quiz bowl packets to different file formats
Other
8 stars 0 forks source link

Fill out bold/italic/underline for question text words #44

Closed alopezlago closed 1 year ago

alopezlago commented 1 year ago

Instead of allowing words to have different formatting in different parts of the word (e.g. first part bolded, second part regular) for the question text, we should make the formatting consistent per word. This should simplify any logic for parsing things in the question text, because we know that the formatting won't change between words.

Note that this doesn't apply to the answerline text because underline/bold can be used to show which part of a word is required.

hftf commented 1 year ago

I don't think this holds in practice: examples include English plurals of foreign words (ragas, koans), mathematical symbols (2n, nth, Rn), scientific terms (EcoRI).

alopezlago commented 1 year ago

That's too bad, I'll close this then.