Forum


Tonatiuh Maldonado
28%
Posts: 29

TFLearn update miscues

TF Learn
June 24, 2021

Hello.

Today I update my TF Learn component to 1.4.6 version and i noted some issues:

First: in previous version I don't use any order number for my questions, but now that number appears and i don´t know how to hide.

Second: The answers consist in multiple choices in radio buttons and the select button to the right, but now, the radio button appears up the options and, again, I don't know how to change that position, attach image of what I'm saying.

Hope you can help me, again.


Tech Fry
100%
Posts: 811

June 24, 2021

Hello

For the first problem, we will provide an option in the configuration to hide the numbering of questions.

Second problem is CSS related. Try adding following CSS:

label {
display: inline-block;
}
.form-check .form-check-input {
float: left;
margin-left: -1.5em;
}

If there is still problem, I need to see the website.


Tonatiuh Maldonado
28%
Posts: 29

June 24, 2021

Thak´s

I´ll wait the solution for the first problem.

 

For the second one i don´t know why this happened; and update change my CSS. Before that, all my tests works fine

 

I try it but din´t work, or i write it in the wrong place, can u help me please?

 

http://uis.redirectme.net:8090/CURSOS/administrator/index.php?cursos21

user: support

pass:12345


Tonatiuh Maldonado
28%
Posts: 29

June 24, 2021

Hello again.

It´s working, i supose it was a caché related problem. Not with the best appearance because the bullets are to close to limit line. Before this, the bullets were aligned to the questions.


Login to Reply