Skip to content

#2028 [Question] add: custom not slider percentage#2038

Open
evarisk-kilyan wants to merge 3 commits intoEvarisk:developfrom
evarisk-kilyan:add_not_cursor_percentage_question
Open

#2028 [Question] add: custom not slider percentage#2038
evarisk-kilyan wants to merge 3 commits intoEvarisk:developfrom
evarisk-kilyan:add_not_cursor_percentage_question

Conversation

@evarisk-kilyan
Copy link
Copy Markdown
Contributor

No description provided.

@evarisk-kilyan evarisk-kilyan force-pushed the add_not_cursor_percentage_question branch from 2296635 to 4595840 Compare March 14, 2025 16:54
Copy link
Copy Markdown
Collaborator

@evarisk-micka evarisk-micka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gérer les conflits

if ($line->fk_question === $questionLinked->id) {
$config = json_decode($questionLinked->json, true);

if ($line->fk_question === $questionLinked->id && is_numeric($line->answer) && (!isset($config['config'][$question->type]['isCursor']) || !empty($config['config'][$question->type]['isCursor']))) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$questionLinked->type au lieu de $question->type ⚠️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3 Enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Slider pourcentage sur les questions

3 participants