SP LMS BUG - Question | JoomShaper

SP LMS BUG

DM

DIEGO MALDONADO

Extension 1 year ago

Hello, I have a problem with the extension SP LMS. When configuring the questions of an exam, the empty options appear as radio buttons on the front.

Backoffice configuration: View image

Front view: View image:

Does anyone knows how can I hide the empty options in front?

Regards, Diego

0
4 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #116133

In that case, please do not follow my solution. It is not possible to limit the options. It is strictly to 4 options. You can try this solution instead.

For example, your question has only two options. Then you can add the options like this

  1. Yes
  2. No
  3. N/A
  4. N/A
0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 1 year ago #116005

Hello DIEGO MALDONADO

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.quizContainer .choiceList li:nth-child(3), 
.quizContainer .choiceList li:nth-child(4){
    display: none;
}

Best regards

0
DM
DIEGO MALDONADO
Accepted Answer
1 year ago #116091

Hi, this not solve the problem.

My Exam has questions with 2 anwers options, 3 answers option and 4 anwers option.

You just must hide empty answer fields of each question. This can be different for each question.

With the code you sent me, just let 2 options for all questions.

Please your help.

Regards, Diego

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 11 months ago #116791

DIEGO MALDONADO,

Thanks for your feedback. I have forwarded this feature request to the developer team. Hopefully, they will consider it for future versions.

0