Project

General

Profile

Feature #3791

Support for creating answer choices for non-MCQ (VSA, LA) questions

Added by Ram Kordale 9 days ago. Updated 2 days ago.

Status:
Feedback
Priority:
High
Assignee:
Start date:
02/11/2025
Due date:
% Done:

100%

Estimated time:
0.65 h

Description

3772 colab has support to get detailed answers to MCQs. This ticket is to convert non-MCQ questions to MCQs.

As you know, inputFile contains values of keys such as "prefix-question", "prompt-5" etc. Add another key "answer-choice-creation-prompt-prefix-5". Suppose <accpp5-value> is the value, and <content> is the text below the "#$Exercise:" line in standard.txt.

Before processing a non-MCQ question, please do the following:

1. make the call to openai with prompt as "<accpp5-value> <content>". [As always, add support for True and False values for call_real_api.]
2. The response will be of the format "Choices are #$a. <choice 1> #$b. <choice 2> #$c <choice 3> #$d <choice 4>. #$#$correct choice: <correct-choice as in one of a, b, c or d>".
3. Convert the non-MCQ question as an MCQ with the above information.
4. Continue processing; however, do not add the above conversation to future conversation.

#1

Updated by Ram Kordale 9 days ago

  • Assignee set to Shubham Boke
  • Estimated time set to 0.65 h
#2

Updated by Shubham Boke 8 days ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 70
#3

Updated by Ram Kordale 8 days ago

  • Description updated (diff)
#4

Updated by Shubham Boke 7 days ago

  • Status changed from In Progress to Resolved
  • % Done changed from 70 to 100
#5

Updated by Shubham Boke 7 days ago

  • Status changed from Resolved to Review
  • Assignee changed from Shubham Boke to Dewakar Chaubey
#6

Updated by Dewakar Chaubey 2 days ago

  • Status changed from Review to Feedback
  • Assignee changed from Dewakar Chaubey to Shubham Boke

Also available in: Atom PDF