Skip to content

Commit

Permalink
fix: minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
RukshanJS committed Oct 21, 2022
1 parent 10b9e15 commit b14707b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions USEexpert.clp
Original file line number Diff line number Diff line change
Expand Up @@ -86,23 +86,23 @@
(question (ident no-desire) (type yes-no)
(text "Do you have no desire to do anything?"))
(question (ident lazy) (type yes-no)
(text "Do you lazy throughout the day?"))
(text "Do you feel lazy throughout the day?"))
(question (ident no-focus) (type yes-no)
(text "Can't you focus during class?"))
(question (ident suicidal) (type yes-no)
(text "Are you suicidal?"))
(question (ident aca-stress) (type yes-no)
(text "Are you academic stress?"))
(text "Do you academic stress?"))
(question (ident gpa) (type number)
(text "Are you GPA?"))
(text "What is your GPA?"))
(question (ident perform-friends) (type yes-no)
(text "Are you not perform well as friends?"))
(text "Do you not perform well as friends?"))
(question (ident time-social) (type yes-no)
(text "Are you spend >2 hours daily on social media?"))
(question (ident low-esteem) (type yes-no)
(text "Are you with low self esteem?"))
(question (ident anxious) (type yes-no)
(text "Are you regularly feel anxious?"))
(text "Do you regularly feel anxious?"))
)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Expand Down

0 comments on commit b14707b

Please sign in to comment.