isee4xai / iSeeOnto

iSeeOnto, the ontology network created by the iSee consortium for sharing and reusing explanation experiences. For more information see https://isee4xai.com/
https://isee4xai.com/
0 stars 1 forks source link

userevalutaton deleted concepts #40

Closed dcorsar closed 1 year ago

dcorsar commented 1 year ago

Just checking the userevaluation.rdf and it has the concepts 'Steps' and 'UserEvaluationResult'. I'm pretty sure we decided to delete these as we're using alternatives 'Response Options Sequence' and 'UserEvaluationResponse'.

It could be a git issue with uploading / merging - @ike01 and @anjanaw can you please confirm we're not using these and I'll get them deleted?

ike01 commented 1 year ago

Yes, we don't use those classes. Should be fine to delete them

chamathpali commented 1 year ago

@ike01 @dcorsar im trying to address an issue with the case structure export for eval questions, Can i know if there are mapping for these options?

image

anjanaw commented 1 year ago

we have these: Free-Text: http://www.w3id.org/iSeeOnto/userevaluation#Open_Question Radio: http://www.w3id.org/iSeeOnto/userevaluation#SingleChoiceNominalQuestion Checkbox: http://www.w3id.org/iSeeOnto/userevaluation#MultipleChoiceNominalQuestion Likert: http://www.w3id.org/iSeeOnto/userevaluation#Likert_Scale_Question

We need concept for Number

ike01 commented 1 year ago

@chamathpali @anjanaw please what do you refer to as a Number question? Do you mean the question or the response type as they are separate entities? Maybe we add subclasses to Open_Question class to specify Free-Text open questions and Numeric open questions?

anjanaw commented 1 year ago

response type is a number, like the others in my previous comment. sub-classes will be good.

ike01 commented 1 year ago

Have added Number Question as subclass of Open Question in the PR

anjanaw commented 1 year ago

Number Question needs some attributes to store min and max values to indicate a valid range

anjanaw commented 1 year ago

Screenshot 2023-05-15 at 09 20 53 I have added this to the case structure, once its created on iSeeOnto please close the issue