From 60ab1cdd0d43a14a39fb29bdfb9dec500eb0e3e0 Mon Sep 17 00:00:00 2001 From: Ivan Martinez-Ortiz Date: Thu, 26 Sep 2024 18:14:57 +0200 Subject: [PATCH] rewording --- xapi-profiles-communication.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xapi-profiles-communication.md b/xapi-profiles-communication.md index 523db3b..afbb3fa 100644 --- a/xapi-profiles-communication.md +++ b/xapi-profiles-communication.md @@ -177,9 +177,9 @@ from the Profile. This function returns an outcome and an array of Statement Tem interpret the results, consult the table after the algorithm definition. Comparison between `values` parsed from the Statement and the `any`, `all` and `none` values -MUST be based on the data comparison requirements defined within the profile's xAPI Version. -* xAPI data comparison is based off of the optional `xAPIVersion` Profile value. - * when `xAPIVersion` is not specified, data MUST be compared via constraints defined within the most recent version of xAPI +MUST be based on the data comparison requirements defined within the profile's `xAPIVersion`. +* xAPI data comparison is based on of the optional `xAPIVersion` Profile value. + * when `xAPIVersion` is not specified, data MUST be compared via constraints defined within the version 2.0 of xAPI * when `xAPIVersion` is specified, data MUST be compared via constraints dsefined within the specified version of xAPI ```