You are here

public function LPStatusInterface::setScore in Opigno Learning path 8

Same name and namespace in other branches
  1. 3.x src/LPStatusInterface.php \Drupal\opigno_learning_path\LPStatusInterface::setScore()

Sets the user score.

Parameters

int $value: The user score.

Return value

$this

1 method overrides LPStatusInterface::setScore()
LPStatus::setScore in src/Entity/LPStatus.php
Sets the user score.

File

src/LPStatusInterface.php, line 128

Class

LPStatusInterface
Provides an interface defining a User Learning Path Attempt Status entity.

Namespace

Drupal\opigno_learning_path

Code

public function setScore($value);