Skip to content

Conversation

@evarisk-kilyan
Copy link
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
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
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