amalieeh / assessment-support

TDT4501 Computer Science, Specialization Project (2021 FALL) with Sylvi Phuong Huynh @sylvihuynh. About Learning technology.
0 stars 0 forks source link

Remove picture-url from answer length #77

Closed amalieeh closed 2 years ago

amalieeh commented 2 years ago

Now, short answers are bumped to an unrepresentative spot in the order of assessments to display. E.g. a medium length answer is displayed first, with very long answers, because of en extremely long image URL. Suggestion is to check for words longer than e.g. 30 chars or if it begins with 'src="data:image/'. And if found then assume it is an url and remove it from the count.

amalieeh commented 2 years ago

can be in relation to #32

sylvihuynh commented 2 years ago

fix with #89 #32